-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrefactor_header.html
executable file
·29 lines (28 loc) · 1.03 KB
/
refactor_header.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
<!DOCTYPE HTML>
<html>
<head>
<title>Bengaluru Plog Run</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
</head>
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href=""><img id="header-logo" src="images/logo.svg" /></a></h1>
<nav id="nav" style="font-size:1em; font-weight:bold;">
<ul>
<li><a style="font-size:1.5m;" href="index.html">Home</a></li>
<li><a href="about/" class="scrolly">About Us</a></li>
<li><a href="ambassadors/">Ambassadors</a></li>
<li><a href="#">Students</a></li>
</ul>
</nav>
</header>
</div>
</body>
</html>