abdullahtarawneh.com/layouts/partials/site-footer.html

13 lines
336 B
HTML
Raw Normal View History

2020-10-10 19:09:30 +00:00
<footer class="site-footer">
2020-10-10 19:47:58 +00:00
<hr>
2020-10-10 19:09:30 +00:00
<div class="container">
2020-10-10 23:43:26 +00:00
<dl style="max-width: max-content; margin: 0 auto;">
<dt>Email</dt>
<dd>a@trwnh.com</dd>
<dt>Jabber</dt>
<dd>a@trwnh.com</dd>
<dt>Fediverse</dt>
<dd><a href="https://mastodon.social/@trwnh" rel="me">mastodon.social/@trwnh</a></dd>
</dl>
2020-10-10 19:09:30 +00:00
</div>
</footer>