summary refs log tree commit diff
path: root/snippets/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/nav.html')
-rw-r--r--snippets/nav.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/snippets/nav.html b/snippets/nav.html
deleted file mode 100644
index 47bcdba..0000000
--- a/snippets/nav.html
+++ /dev/null
@@ -1,12 +0,0 @@
-    <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>