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

46 lines
2 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>
2021-01-27 13:26:17 +00:00
</div>
2021-12-23 05:32:17 +00:00
<div class="footer-copy">
2021-12-23 06:57:14 +00:00
<h1>site meta</h1>
{{ if .GitInfo }}
2021-12-23 05:32:17 +00:00
<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>
2021-12-23 06:57:14 +00:00
{{ else }}
<h2>page last modified:</h2>
<time datetime="">{{ .Lastmod }}</time>
{{ end }}
<h2>other properties:</h2>
<a href="https://trwnh.com"><h3>trwnh.com</h3></a>
<p>links to everything else i do</p>
<a href="https://birdsounds.media"><h3>birdsounds.media</h3></a>
<p>concert photography</p>
<h2>credits:</h2>
<p>unless otherwise stated, all site content, graphics, design, and code is authored by abdullah tarawneh. likewise, unless otherwise stated, all site content, graphics, and code is released under creative commons atrribution-noncommercial-sharealike (cc by-nc-sa).</p>
2021-12-23 05:32:17 +00:00
</div>
2020-10-10 19:09:30 +00:00
</div>
</footer>