diff options
Diffstat (limited to 'html/master.tmpl.html')
-rw-r--r-- | html/master.tmpl.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/master.tmpl.html b/html/master.tmpl.html index acf4512..bb3efea 100644 --- a/html/master.tmpl.html +++ b/html/master.tmpl.html @@ -38,8 +38,9 @@ <footer> <img src="/static/logo.svg" alt="Logo" class="footer-logo"/> <address> - <p>Contact: <a href="mailto:alex@alexscerba.com">alex@alexscerba.com</a></p> + <p>Contact: <a href="mailto:me@alexscerba.com">me@alexscerba.com</a></p> <p>LinkedIn: <a href="https://linkedin.com/in/ascerba" target="_blank" rel="noopener noreferrer">linkedin.com/in/ascerba</a></p></p> + <p>Resume: <a href="/static/documents/Resume_Scerba_Fall2023.pdf">view</a></p> </address> </footer> </body> |