aboutsummaryrefslogtreecommitdiff
path: root/partials/navbar.html
blob: d97ebb3a867faadae89e987fa55632068a2ebe82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<nav class="w-full mx-auto mt-10">
  <div class="flex flex-wrap items-center px-10 gap-4 text-center text-lg">

    <a href="/" class="cursor-pointer font-semibold hover:underline">
      COMPROMYSE
    </a>

    <a href="/projects" class="hover:underline">
      [ PROJECTS ]
    </a>

    <a href="#" class="hover:underline">
      [ ABOUT ]
    </a>

  </div>
</nav>