diff options
Diffstat (limited to 'snippets/nav.html')
-rw-r--r-- | snippets/nav.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/snippets/nav.html b/snippets/nav.html new file mode 100644 index 0000000..47bcdba --- /dev/null +++ b/snippets/nav.html @@ -0,0 +1,12 @@ + <nav> + <a <img src='/pdp8.png' id='logo' alt='pdp8'> href="/about.html"</a> + <a class='item' href="/audio.html">audio</a> + <a class='item' href="/images.html">images</a> + <a class='item' href="/video.html">video</a> + <a class='item' href="/code.html">code</a> + <a class='item' + <a class='item' href="/newsletter.html">newsletter</a> + <a id="menu" href="#" onclick=show_vertical_menu()> + <i class="fa fa-bars" aria-hidden="true"></i> + </a> + </nav> |