fix accessiblity

This commit is contained in:
2024-11-10 07:09:55 +01:00
parent 99dddb9a0e
commit 1ccded15cc

View File

@@ -2,7 +2,7 @@
<div class="flex gap-2">
<h1 class="text-xl">Gabriel Kaszewski</h1>
<span class="flex-1"></span>
<a href="https://github.com/GKaszewski">
<a title="github" href="https://github.com/GKaszewski">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-github">
<path
@@ -10,15 +10,13 @@
<path d="M9 18c-4.51 2-5-2-7-2" />
</svg>
</a>
<a
href="https://www.linkedin.com/in/gabriel-kaszewski-5344b3183"
>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" />
<rect width="4" height="12" x="2" y="9" />
<circle cx="4" cy="4" r="2" />
</svg>
<a title="linkedin" href="https://www.linkedin.com/in/gabriel-kaszewski-5344b3183">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" />
<rect width="4" height="12" x="2" y="9" />
<circle cx="4" cy="4" r="2" />
</svg>
</a>
</div>
<div class="flex gap-2 text-sm">
@@ -37,4 +35,4 @@
<a href="/data">Files</a>
<a href="/login">Login</a>
</div>
</footer>
</footer>