Add github link

This commit is contained in:
Kevin Cotugno 2020-05-22 06:43:32 -07:00
parent b5703089ef
commit 883fa3b2af
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@ body {
margin: 3em auto 0 auto;
display: flex;
flex-direction: row;
max-width: 20em;
max-width: 40em;
}
.footer-link {

View File

@ -23,6 +23,7 @@
<div class="footer">
<div class="footer-link"><a href="mailto:kevin@kevincotugno.com">Email</a></div>
<div class="footer-link"><a href="http://git.cotugno.family/kevin/">Git</a></div>
<div class="footer-link"><a href="https://github.com/kcotugno/">GitHub</a></div>
</div>
</div>
</body>