-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedPage.html
More file actions
38 lines (34 loc) · 1.57 KB
/
feedPage.html
File metadata and controls
38 lines (34 loc) · 1.57 KB
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
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>News feed page</title>
<link rel="stylesheet" type="text/css" href="feedPage.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">
</head>
<body>
<div class="head">
<img src="images/2.png">
<a href="#">New Project</a>
<a href="#">View Projects</a>
<a href="#">Developer Team</a>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
</div>
<div class="buttons">
<a class="onGoing" href="#">onGoing</a>
<a class="archieved" href="#">Archieved</a>
</div>
<div class="feed">
<div class="top">
<img src="images/2.png">
<p class="name">Aslam</p>
<button class="coding">Coding</button>
<button class="ml">ML</button>
<p class="descriptionCopy">Whatever is in the description will be seen here. The entire text is to be copied and it should be the same as that entered by the user.Whatever is in the description will be seen here. The entire text is to be copied and it should be the same as that entered by the user.Whatever is in the description will be seen here. The entire text is to be copied and it should be the same as that entered by the user.Whatever is in the description will be seen here. The entire text is to be copied and it should be the same as that entered by the user.</p>
<p class="attachmentCopy">Attachments</p>
<p class="linkCopy">Links</p>
</div>
<div class="comments"><a href="#">View all comments</a></div>
</div>
</body>
</html>