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

21 lines
751 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">
<dl>
2020-10-16 20:00:32 +00:00
<dt>email</dt>
2020-10-10 23:43:26 +00:00
<dd>a@trwnh.com</dd>
2020-10-29 23:58:18 +00:00
<dt>xmpp</dt>
2020-10-10 23:43:26 +00:00
<dd>a@trwnh.com</dd>
2020-10-16 20:00:32 +00:00
<dt>fediverse</dt>
2020-10-10 23:43:26 +00:00
<dd><a href="https://mastodon.social/@trwnh" rel="me">mastodon.social/@trwnh</a></dd>
</dl>
2021-01-27 13:26:17 +00:00
<div class="external">
<a href="https://github.com/trwnh"><i class="fa fa-github"></i></a>
<a href="https://git.trwnh.com/a"><i class="fa fa-gitea"></i></a>
<a href="https://birdsounds.media"><i class="fa fa-camera"></i></a>
<a href="https://liberapay.com/trwnh"><i class="fa fa-liberapay"></i></a>
<a href="https://patreon.com/trwnh"><i class="fa fa-patreon"></i></a>
<a href="https://paypal.me/trwnh"><i class="fa fa-paypal"></i></a>
</div>
2020-10-10 19:09:30 +00:00
</div>
</footer>