-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
18 lines (18 loc) · 849 Bytes
/
header.html
File metadata and controls
18 lines (18 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<header>
<div class="container">
<div class="brand">
<img id="site-logo" src="img/logo.png" alt="Dawson Institute for Advanced Physics logo" loading="lazy">
<h1>Dawson Institute for Advanced Physics</h1>
</div>
<nav>
<ul>
<li><a href="index.html" aria-label="Go to Home page">Home</a></li>
<li><a href="index.html#mission" aria-label="Learn about our Mission">Mission</a></li>
<li><a href="index.html#research" aria-label="Explore our Research areas">Research</a></li>
<li><a href="people.html" aria-label="Meet our People">People</a></li>
<li><a href="index.html#contact" aria-label="Contact the Dawson Institute">Contact</a></li>
<li><a href="membership.html" aria-label="Membership and Join form">Membership / Join</a></li>
</ul>
</nav>
</div>
</header>