Compare commits

...

2 Commits

Author SHA1 Message Date
cc96a5044e Update README.md
All checks were successful
Build and Deploy / build (push) Successful in 32s
2026-02-01 06:26:11 -08:00
Beau Findlay
4188b7982b Updates social icons
All checks were successful
Build and Deploy / build (push) Successful in 47s
2026-02-01 14:20:48 +00:00
2 changed files with 8 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
# [beaufindlay.com](https://beaufindlay.com) # [beaufindlay.com](https://beaufindlay.com)
My personal site built in React with TypeScript and published to an Azure Static Web App. My personal site built in .NET Blazor and published to a self-hosted docker container via a self-hosted Gitea runner. This code repo is also on a self-hosted instance of Gitea running on a headless linux server.

View File

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