-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.html
More file actions
56 lines (56 loc) · 1.86 KB
/
header.html
File metadata and controls
56 lines (56 loc) · 1.86 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<header class="h" role="header">
<input type="checkbox" id="brg-tr" class="brg-tr a11y--h">
<label for="brg-tr" class="brg-b" type="button" tabindex="0">
<div class="brg">
<span class="brg-c">
<span class="brg-c-i"></span>
</span>
<span class="brg-t">
<span class="a11y--h">Toggle
</span>Menu</span>
</div>
</label>
<div class="lo">
<a href="index.html" class="lo-l">
<img src="https://patterns.boston.gov/images/public/logo.svg" alt="City of Boston" class="lo-i">
<span class="lo-t">Mayor Michelle Wu</span>
</a>
</div>
<!-- <a href="#" class="s">
<img src="https://patterns.boston.gov/images/public/seal.svg" alt="City of Boston" class="s-i">
</a> -->
<nav class="nv-h">
<ul class="nv-h-l">
<li id="targetLanguage" class="nv-h-l-i">
<a href="index.html" title="About Us" class="nv-h-l-a nv-h-l-a--k">
Home
</a>
<div id="overlay"></div>
<div id="overlay-background"></div>
</li>
<li id="targetLanguage" class="nv-h-l-i">
<a href="assumptions.html" title="Assumptions" class="nv-h-l-a nv-h-l-a--k">
Assumptions
</a>
<div id="overlay"></div>
<div id="overlay-background"></div>
</li>
<li id="targetLanguage" class="nv-h-l-i">
<a href="our_team.html" title="About Us" class="nv-h-l-a nv-h-l-a--k">
About Us
</a>
<div id="overlay"></div>
<div id="overlay-background"></div>
</li>
</ul>
</nav>
<div class="h-s">
<form class="sf" accept-charset="UTF-8" method="get">
<input name="utf8" type="hidden" value="✓">
<div class="sf-i">
<input type="text" name="q" id="q" value="" placeholder="Search…" class="sf-i-f" autocomplete="off">
<button class="sf-i-b">Search</button>
</div>
</form>
</div>
</header>