Compare commits

...

2 Commits

Author SHA1 Message Date
Ethan Paul e7460428b1
Re-add missing instagram link to homepage 2024-02-29 13:36:34 -05:00
Ethan Paul 7ed1f634f1
Add mastodon verification link 2024-02-29 13:36:08 -05:00
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,9 @@
<script type="text/javascript" src="js/easing.min.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<!-- Mastodon verification -->
<link rel="me" href="https://urbanists.social/@enpaul">Mastodon</link>
<noscript><style>.nojs {display: none;}</style></noscript>
</head>
@ -68,6 +71,7 @@
<div id="contact-menu">
<ul class="list-inline">
<li><a rel="external" title="@AllAroundHere" href="https://www.instagram.com/allaroundhere/"><span class="hb hb-xs hb-instagram"><i class="fab fa-instagram"></i></span></a></li>
<li><a rel="external" title="in/enpaul" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin"><i class="fab fa-linkedin"></i></span></a></li>
<li><a rel="external" title="github/enpaul" href="https://github.com/enpaul/"><span class="hb hb-xs hb-github"><i class="fab fa-github"></i></span></a></li>
<li><a rel="external" title="me@enp.one" href="mailto:me@enp.one"><span class="hb hb-xs hb-email"><i class="fas fa-envelope"></i></span></a></li>