summaryrefslogtreecommitdiff
path: root/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'nav.html')
-rw-r--r--nav.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/nav.html b/nav.html
deleted file mode 100644
index 911a8c9..0000000
--- a/nav.html
+++ /dev/null
@@ -1,13 +0,0 @@
- <nav>
- <img src='/pdp8.png' id='logo' alt=''>
- <a class='item{{#audio}} current{{/audio}}' href="/audio.html">audio</a>
- <a class='item{{#images}} current{{/images}}' href="/images.html">images</a>
- <a class='item{{#video}} current{{/video}}' href="/video.html">video</a>
- <a class='item{{#code}} current{{/code}}' href="/code.html">code</a>
- <a class='item{{#news}} current{{/news}}' href="/index.html">news</a>
- <a class='item{{#about}} current{{/about}}' href="/about.html">about</a>
- <a class='item{{#newsletter}} current{{/newsletter}}' href="/newsletter.html">newsletter</a>
- <a id="menu" href="#" onclick=show_vertical_menu()>
- <i class="fa fa-bars" aria-hidden="true"></i>
- </a>
- </nav>