2024-04-23 15:16:51 +00:00
|
|
|
<nav class="fixed w-full top-0 h-12 border-b border-[rgba(150,150,150,0.25)] bg-c-nav-bg backdrop-blur-md z-20">
|
|
|
|
<div class="container mx-auto h-full w-full flex items-center">
|
|
|
|
<a href="/" class="inline-block px-4 font-display font-black text-2xl hover:underline">
|
2024-04-23 16:37:11 +00:00
|
|
|
<img class="inline-block h-10" src="/img/thp_logo_exp.svg" alt="thp">
|
2024-04-23 15:16:51 +00:00
|
|
|
</a>
|
|
|
|
<a href="/learn/" class="hidden lg:inline-block px-4 font-display font-bold-text-xl hover:underline">
|
|
|
|
Learn
|
|
|
|
</a>
|
|
|
|
<a href="/how-to/" class="hidden lg:inline-block px-4 font-display font-bold-text-xl hover:underline">
|
|
|
|
How to guides
|
|
|
|
</a>
|
|
|
|
<a href="/reference/" class="hidden lg:inline-block px-4 font-display font-bold-text-xl hover:underline">
|
|
|
|
Language reference
|
|
|
|
</a>
|
|
|
|
<a href="/api/" class="hidden lg:inline-block px-4 font-display font-bold-text-xl hover:underline">
|
|
|
|
Stdlib API
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</nav>
|