94 lines
3 KiB
Text
94 lines
3 KiB
Text
<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"
|
|
href="https://blog.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"
|
|
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"
|
|
href="https://matrix.to/#/@z0x: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"
|
|
stroke-width="2"
|
|
class="relative w-8 aspect-square transition"
|
|
>
|
|
<path d="M4 3h-1v18h1"></path>
|
|
<path d="M20 21h1v-18h-1"></path>
|
|
<path d="M7 9v6"></path>
|
|
<path d="M12 15v-3.5a2.5 2.5 0 1 0 -5 0v.5"></path>
|
|
<path d="M17 15v-3.5a2.5 2.5 0 1 0 -5 0v.5"></path>
|
|
</svg>
|
|
</a>
|
|
</li>
|
|
</ul>
|