Add mail link to footer
This commit is contained in:
@@ -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">
|
||||
© @DateTime.UtcNow.Year Beau Findlay. All rights reserved.
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user