all repos — website @ 5bfab2b958460fc94246fde42915e044a016e51f

personal website hosted at prithu.xyz, built using hugo

layouts/partials/nav.html

1 2 3 4 5 6 7 8 9 10 11 12 13 14
<nav>
  <div class="nav-group">
    <div>
      <a href="/">
        <svg id="pg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.463 17.586"><g><path d="M5.915.25c2.062-.024 4.438.459 5.649 2.302 1.107 1.74 1.05 4.03.311 5.9-.796 1.937-2.845 3.073-4.878 3.174-.79.071-1.583.04-2.375.047v5.676H0V.249h5.915zM5.82 3.986H4.622v3.927c1.025.011 2.285.077 2.9-.912.547-1.02.288-2.698-1.022-2.945a3.012 3.012 0 00-.68-.07z"/><path d="M15.087 7.338h7.376v9.22c-2.685.856-5.568 1.255-8.375.895-2.228-.306-4.346-1.6-5.4-3.623-1.165-2.216-1.29-4.855-.9-7.288.405-2.417 1.96-4.657 4.236-5.647 2.85-1.253 6.155-1.071 9.085-.19.638.14 1.24.363.739 1.018l-1.205 2.981c-1.712-.808-3.729-1.18-5.582-.69-1.697.53-2.56 2.344-2.664 4.012-.14 1.82.053 4.021 1.679 5.166 1.194.79 2.714.642 4.053.397v-2.682h-3.042V7.338z"/></g></svg>
      </a>
    </div>
    <!-- <div><a href="/projects">Projects</a></div> -->
    <div><a href="/posts">Posts</a></div>
    <div><a href="/snippets">Snippets</a></div>
    <div><a href="https://x.prithu.xyz/pub">pub/</a></div>
    <!-- <div><a href="/links">Links</a></div> -->
  </div>
</nav>