abdullahtarawneh.com/layouts/index.html

27 lines
1.1 KiB
HTML
Raw Normal View History

2020-10-10 19:09:30 +00:00
{{ define "main" }}
2021-12-20 11:27:10 +00:00
<main id="index">
<header class="" id="under-construction">
2021-10-18 08:33:36 +00:00
<div class="container">
<h1 class="title" style="margin-bottom: 0; margin-top: 1.5rem;">site under construction</h1>
2021-12-24 06:20:07 +00:00
<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-10-18 08:33:36 +00:00
</div>
</header>
2020-10-10 19:09:30 +00:00
</main>
{{ end }}