-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathheader.html
More file actions
14 lines (13 loc) · 875 Bytes
/
header.html
File metadata and controls
14 lines (13 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<header class="site-header" role="banner">
<nav>
<div class="sidebar-button" onclick="$('nav.sidebar').toggleClass('visible')">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512">
<path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z" class=""></path>
</svg>
</div>
<div class="home-link">
<a href="https://volta.sh"><img src="/assets/wordmark.png"></a>
</div>
{% include sitenav.html id="desktop-site-nav" %}
</nav>
</header>