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

42 lines
1.8 KiB
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">
2021-12-23 05:32:17 +00:00
<div class="about">
<article class="vcard h-card">
<div class="banner"><img src="/images/people/avatar.png" alt="me" class="photo u-photo"></div>
<dl>
<dt>full name</dt>
<dd class="fn n p-name"><span class="given-name">abdullah</span> <span class="family-name">tarawneh</span></dd>
<dt>preferred name</dt>
<dd class="nickname p-nickname">a</dd>
<dt>email (smtp)</dt>
<dd><a href="mailto:a@trwnh.com" class="email u-email">a@trwnh.com</a></dd>
<dt>chat (xmpp)</dt>
<dd><a href="xmpp:a@trwnh.com" class="url u-impp">a@trwnh.com</a></dd>
<dt>social (activitypub)</dt>
<dd><a href="https://mastodon.social/@trwnh" rel="me" class="url u-url">mastodon.social/@trwnh</a></dd>
<dt>notes</dt>
<dd class="note p-note">i have approximate knowledge of many things. perpetual student. (nb/ace/they)</dd>
</dl>
</article>
<div class="external-links">
<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>
2021-01-27 13:26:17 +00:00
</div>
2021-12-23 05:32:17 +00:00
<div class="footer-copy">
<h1>abdullahtarawneh.com</h1>
<h2>latest change:</h2>
<div class="git-lastcommit">
<time datetime='{{ .Lastmod.Format "2006-01-02T15:04:05Z0700" }}'>{{ .Lastmod.UTC.Format "Mon, 2006 Jan 02 15:04:05 MST" }}</time>
<p>{{ .GitInfo.Subject }}</p>
<a href='https://git.trwnh.com/a/abdullahtarawneh.com/commit/{{ .GitInfo.Hash }}'>{{ .GitInfo.AbbreviatedHash }}</a>
</div>
</div>
2020-10-10 19:09:30 +00:00
</div>
</footer>