Add contact email to footer.

This commit is contained in:
Danila Fedorin 2021-02-24 17:54:22 -08:00
parent 77ae0be899
commit 24eef25984
1 changed files with 6 additions and 2 deletions

View File

@ -33,10 +33,14 @@
{{ define "after" }} {{ define "after" }}
<hr class="container footer-divider"> <hr class="container footer-divider">
<footer class="container"> <footer class="container">
Liked this article? I'm currently looking for Computer Science internships for the summer <p>Liked this article? Have any questions or comments?
Please don't hesitate to reach out to me at <a href="mailto:danila.fedorin@gmail.com">
danila.fedorin@gmail.com</a>! I love receiving emails from readers, and I'm always happy
to provide any additional clarification or assistance.</p>
<p>I'm also currently looking for Computer Science internships for the summer
of 2021. Take a look at my <a href="/Resume-Danila-Fedorin.pdf">resume</a>, of 2021. Take a look at my <a href="/Resume-Danila-Fedorin.pdf">resume</a>,
<a href="https://github.com/DanilaFe">GitHub profile</a>, <a href="https://github.com/DanilaFe">GitHub profile</a>,
and <a href="/favorites">my favorite articles from this blog</a> and <a href="/favorites">my favorite articles from this blog</a>
to learn more about me! to learn more about me!</p>
</footer> </footer>
{{ end }} {{ end }}