-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_nav.html
More file actions
31 lines (26 loc) · 871 Bytes
/
_nav.html
File metadata and controls
31 lines (26 loc) · 871 Bytes
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
<div id="cpd-header">
<div id="cpd-headwrap">
<div id="cpd-logo">
<a href="http://chicagoreporter.com/"></a>
</div>
<a href="{{ site_path}}" class="cpd-title">Settling for Misconduct</a>
<div id="intro-controls">
<div id="skip-intro">skip intro</div>
<div id="replay-intro">play intro</div>
</div>
<nav id="main-menu">
<div class="menu-toggle-wrap">
<div class="menu-toggle">
<span>Menu</span>
</div>
</div>
<div class="cpd-links">
<ul>
<li><a href="{{ site_path }}about.html" tabindex=0>Credits & Methodology</a></li>
<li><a href="{{ site_path }}search/" tabindex=0>Data</a></li>
<li><a href="http://chicagoreporter.com/series/settling-for-misconduct/" tabindex=0>Stories</a></li>
</ul>
</div>
</nav>
</div>
</div>