diff options
author | Alex <a.scerba02@gmail.com> | 2023-12-31 22:28:54 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:20:00 -0400 |
commit | 8265bce6e02befa39b799ee9cdf428bc822ed51f (patch) | |
tree | 384e106770c22860197f577f4715e2113de1b16f /html/master.tmpl.html | |
parent | 7f2d7aa50cdbc602267348d18a93a20c03677aa3 (diff) |
Update email address and add resume link to footer
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> |