-
Notifications
You must be signed in to change notification settings - Fork 0
/
NewsFeed.html
35 lines (31 loc) · 1.17 KB
/
NewsFeed.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>Project</title>
<link rel="stylesheet" type="text/css" href="NewsFeed.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
</head>
<body>
<div class="head">
<img src="images/2.png">
<a href="#">New Project</a>
<a href="#">View Project</a>
<a href="#">Developer Team</a>
</div>
<div class="quote">
<h1>Temporary Quote from the internet to motivate people and fill the space</h1>
</div>
<div class="overview">
<h1>Project Overview</h1>
<p class="title">Title of the project: <input type="text" name="title"></p>
<p class="description">Description : (150words) <textarea rows="4" cols="50" name="comment" form="usrform"></textarea></p>
<p class="links">Links if any : <input type="text" name="title"></p>
<form action="/action_page.php">
Attachments if any: <input type="file" name="myFile"><br><br>
</form>
</div>
</body>
</html>