Updates social icons
All checks were successful
Build and Deploy / build (push) Successful in 47s

This commit is contained in:
Beau Findlay
2026-02-01 14:20:48 +00:00
parent e9293854b4
commit 4188b7982b

View File

@@ -1,18 +1,21 @@
@* Social media links *@
<div class="social-icons-container">
<a href="https://github.com/bdfin"
class="social-icon-link">
<a href="https://git.beaufindlay.com/beau"
class="social-icon-link"
target="_blank">
<span class="sr-only">Gitea</span>
<Icon Type="IconType.Gitea"/>
</a>
<a href="https://www.linkedin.com/in/beau-findlay/"
class="social-icon-link">
class="social-icon-link"
target="_blank">
<span class="sr-only">LinkedIn</span>
<Icon Type="IconType.LinkedIn"/>
</a>
<a href="mailto:me@beaufindlay.com"
class="social-icon-link">
class="social-icon-link"
target="_blank">
<span class="sr-only">Email</span>
<Icon Type="IconType.Email"/>
</a>