feat(index): add git
All checks were successful
build dist / build-dist (push) Successful in 26s

This commit is contained in:
z0x 2025-03-23 21:07:46 -04:00
parent cea70527bc
commit 51fb433ae7

View file

@ -1,4 +1,38 @@
<ul class="flex gap-6">
<li class="opacity-0 motion-links group">
<a
aria-label="forgejo"
href="https://git.z0x.ca"
target="_blank"
class="flex relative justify-center items-center w-12 transition aspect-square hover:text-muted-foreground"
>
<div
class="absolute inset-0 aspect-square h-12 bg-foreground/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"
width="32"
height="32"
stroke-width="2"
>
<path d="M16 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
<path d="M12 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
<path d="M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
<path d="M12 15v-6"></path>
<path d="M15 11l-2 -2"></path>
<path d="M11 7l-1.9 -1.9"></path>
<path
d="M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z"
></path>
</svg>
</a>
</li>
<li class="opacity-0 motion-links group">
<a
aria-label="blog"