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

13 lines
336 B
HTML
Raw Normal View History

2020-10-10 14:09:30 -05:00
<footer class="site-footer">
2020-10-10 14:47:58 -05:00
<hr>
2020-10-10 14:09:30 -05:00
<div class="container">
2020-10-10 18:43:26 -05:00
<dl style="max-width: max-content; margin: 0 auto;">
2020-10-16 15:00:32 -05:00
<dt>email</dt>
2020-10-10 18:43:26 -05:00
<dd>a@trwnh.com</dd>
2020-10-16 15:00:32 -05:00
<dt>jabber</dt>
2020-10-10 18:43:26 -05:00
<dd>a@trwnh.com</dd>
2020-10-16 15:00:32 -05:00
<dt>fediverse</dt>
2020-10-10 18:43:26 -05:00
<dd><a href="https://mastodon.social/@trwnh" rel="me">mastodon.social/@trwnh</a></dd>
</dl>
2020-10-10 14:09:30 -05:00
</div>
</footer>