forked from iamkrati22/SheHacks_Team-061
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
25 lines (25 loc) · 881 Bytes
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>CodeFlix</title>
</head>
<body>
<!--navbar starts -->
<nav>
<label class="logo">CodeFlix</label>
<ul>
<li><a href="#technical">Technical Events</a></li>
<li><a href="#connect">Connect & Learn</a></li>
<li><a href="#code">Code & Collab</a></li>
<li><a href="#fun">Fun Code-Hub</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</body>
</html>