27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
{{ define "main" }}
|
|
<main id="index">
|
|
<header class="" id="under-construction">
|
|
<div class="container">
|
|
<h1 class="title" style="margin-bottom: 0; margin-top: 1.5rem;">site under construction</h1>
|
|
<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>
|
|
</header>
|
|
</main>
|
|
{{ end }}
|