aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/nav.html
blob: 8225a10fac8c6ef49c6b7ff9c4010767e959731c (plain)
1
2
3
4
5
6
7
8
9
10
11
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>