feat: better links

This commit is contained in:
2025-11-23 19:16:14 +01:00
parent 2af5e79236
commit 959fa90049

View File

@ -1188,7 +1188,27 @@
<path d="M13.73 21a2 2 0 0 1-3.46 0" />
</svg>
<span class="font-semibold text-slate-100">GitHub:</span>
github.com/LandaMm
<a href="https://github.com/LandaMm" target="_blank" class="text-primary">
github.com/LandaMm
</a>
</li>
<li class="flex items-center gap-2">
<svg
class="h-3.5 w-3.5 text-primary"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" />
<path d="M13.73 21a2 2 0 0 1-3.46 0" />
</svg>
<span class="font-semibold text-slate-100">Gitea Home Lab:</span>
<a href="https://git.adalspace.com/admin" target="_blank" class="text-primary">
git.adalspace.com/admin
</a>
</li>
<li class="flex items-center gap-2">
<svg
@ -1203,7 +1223,9 @@
<path d="M16 8a6 6 0 0 1-6 6H8v6H5V4h5a6 6 0 0 1 6 4z" />
</svg>
<span class="font-semibold text-slate-100">LinkedIn:</span>
linkedin.com/in/amir-adal-043743241/
<a href="https://linkedin.com/in/amir-adal-043743241/" target="_blank" class="text-primary">
linkedin.com/in/amir-adal-043743241/
</a>
</li>
<li class="flex items-center gap-2">
<svg
@ -1220,7 +1242,9 @@
<path d="M3 18h18" />
</svg>
<span class="font-semibold text-slate-100">Portfolio:</span>
adalspace.com
<a href="https://adalspace.com" target="_blank" class="text-primary">
adalspace.com
</a>
</li>
</ul>
</div>