-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 856 Bytes
/
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
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="homepage.css">
</head>
<body>
<h1 align=center style="font-family:Comic Sans MS, Comic Sans, cursive; font-size:45px";>
PROJECTS
</h1>
<hr>
<div class="sidenav">
<b>
<a href="#" class="active";><i class="fa fa-home" style="font-size:35px";></i> Home</a>
<a href="#"><i class="fa fa-user-plus" style="font-size:27px";></i> Register</a>
<a href="#"><i class="fa fa-lightbulb-o" style="font-size:42px";></i>  Projects</a>
<a href="#"><i class="fa fa-phone" style="font-size:37px";></i> Contact us</a>
<b>
</div>
<div class="content">
<pre> Content goes
here </pre>
</div>
</body>
</html>