aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/partials/nav.html')
-rw-r--r--site/layouts/partials/nav.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/site/layouts/partials/nav.html b/site/layouts/partials/nav.html
new file mode 100644
index 0000000..8225a10
--- /dev/null
+++ b/site/layouts/partials/nav.html
@@ -0,0 +1,12 @@
+<nav class="overflow-x-scroll flex justify-between center bg-white divider">
+ <a href="/" class="pa3 dib mr4 flex-none">
+ <img src="/img/logo.svg" alt="" width="80px">
+ </a>
+
+ <ul class="flex b grey-3">
+ <li><a href="/products" class="pa3 link db">Products</a></li>
+ <li><a href="/about" class="pa3 link db">About</a></li>
+ <li><a href="/post" class="pa3 link db">post</a></li>
+ <li><a href="/contact" class="pa3 link db">Contact</a></li>
+ </ul>
+</nav>