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