feat(index): add blog link

This commit is contained in:
z0x 2025-01-19 00:44:53 -05:00
parent 8b1e95fd05
commit 6f57ffae85

View file

@ -1,4 +1,31 @@
<ul class="flex gap-6">
<li class="opacity-0 motion-links group">
<a
aria-label="blog"
href="https://blog.z0x.ca"
target="_blank"
class="flex relative justify-center items-center w-12 text-white transition aspect-square hover:text-white/60"
>
<div class="absolute inset-0 aspect-square h-12 bg-white/10 rounded-md">
</div>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="relative w-8 aspect-square transition"
>
<path
d="M6 4h11a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-11a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1m3 0v18"
></path>
<path d="M13 8l2 0"></path>
<path d="M13 12l2 0"></path>
</svg>
</a>
</li>
<li class="opacity-0 motion-links group">
<a
aria-label="matrix"