-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnav.html
16 lines (16 loc) · 1.67 KB
/
nav.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<nav class="z-50 w-full flex justify-start items-center mx-auto max-w-4xl px-8 my-20">
<a aria-label="home" class="focus:outline-none mr-10 transition duration-300 ease-in-out hover:text-pink-light dark:hover:text-pink-dark" href="/" title="go to home">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="home" class="svg-inline--fa fa-home fa-w-18 w-4 h-4" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
<path fill="currentColor" d="M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z"></path>
</svg>
</a>
<a aria-label="blog" class="focus:outline-none mr-10 transition duration-300 ease-in-out hover:text-pink-light dark:hover:text-pink-dark" href="https://hmuy.live/blog" title="hmuy posting">
<span>blog</span>
</a>
<a aria-label="projects" class="focus:outline-none mr-10 transition duration-300 ease-in-out hover:text-pink-light dark:hover:text-pink-dark" href="/projects" title="(crappy) stuff i made">
<span>projects</span>
</a>
<a aria-label="devices" class="focus:outline-none mr-10 transition duration-300 ease-in-out hover:text-pink-light dark:hover:text-pink-dark" href="/devices" title="my devices">
<span>devices</span>
</a>
</nav>