Compare commits
2 Commits
e9293854b4
...
v1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| cc96a5044e | |||
|
|
4188b7982b |
@@ -1,2 +1,2 @@
|
||||
# [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.
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user