-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 1.04 KB
/
index.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
36
<!DOCTYPE html>
<html>
<head>
<title>Amrita Project Management System</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200;1,500&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="menuButt">menu</div>
<div class="logo">logo</div>
<div class="search bar">search bar</div>
<div class="Home">Home</div>
<div class="Post">Post</div>
<div class="profile">profile</div>
<div class="settingsbut">settings</div>
</header>
<div class="wrapper">
<aside>
Filters
</aside>
<article >
right
<div class="project closed"></div>
<div class="project open"></div>
<div class="project idea"></div>
<div class="project active"></div>
</article>
</div>
</body>
</html>