Add mail link to footer

This commit is contained in:
2024-03-13 21:14:09 +00:00
parent 609545e900
commit 36981ca41d
2 changed files with 6 additions and 3 deletions

View File

@@ -7,9 +7,13 @@
<i class="fa-brands fa-github fa-xl"></i>
</a>
<a href="https://www.linkedin.com/in/beau-findlay/" class="text-slate-200 hover:text-slate-500">
<span class="sr-only">YouTube</span>
<span class="sr-only">LinkedIn</span>
<i class="fa-brands fa-linkedin fa-xl"></i>
</a>
<a href="mailto:me@beaufindlay.com" class="text-slate-200 hover:text-slate-500">
<span class="sr-only">Email</span>
<i class="fa-regular fa-envelope fa-xl"></i>
</a>
</div>
<p class="mt-8 text-xs leading-5 text-slate-100 md:order-1 md:mt-0">
&copy; @DateTime.UtcNow.Year Beau Findlay. All rights reserved.

View File

@@ -14,8 +14,7 @@
<meta property="og:type" content="website" />
<meta property="og:image" content="images/beaufindlay-logo.png" />
<meta property="og:url" content="https://beaufindlay.com" />
<title>Beau
Findlay</title>
<title>Beau Findlay</title>
<base href="/"/>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">