2020-10-10 19:09:30 +00:00
{{ define "main" }}
2021-12-20 11:27:10 +00:00
< main id = "index" >
2022-07-04 03:53:08 +00:00
< header class = "section" id = "summary" >
2021-10-18 08:33:36 +00:00
< div class = "container" >
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 >
2022-07-04 03:53:08 +00:00
< div class = "quotes" >
2022-07-04 11:31:42 +00:00
< h2 class = "heading" > things people have said to me< / h2 >
< div class = "quotes-container" >
2022-07-04 03:53:08 +00:00
< blockquote >
< p > it's scary how much you know.< / p >
< / blockquote >
< blockquote style = "text-align: right" >
< p > you're the first person i've met that keeps a spreadsheet of their lightbulbs.< / p >
< / blockquote >
< blockquote style = "text-align: center" >
< p > VERY MUCH not garbage [...] a worthwhile human< / p >
< / blockquote >
2022-07-04 11:31:42 +00:00
< blockquote >
< p > honestly, i trust your judgement more than i trust my own.< / p >
< / blockquote >
< / div >
2022-07-04 03:53:08 +00:00
< / div >
2021-10-18 08:33:36 +00:00
< / div >
< / header >
2022-07-04 07:39:32 +00:00
< section class = "" id = "birdsounds" >
< div class = "container" >
< div class = "info" >
2022-07-04 08:23:11 +00:00
< picture >
< source type = "image/avif" srcset = "/images/logos/koken_y.avif" >
< img class = "logo" src = "/images/logos/koken_y.png" alt = "birdsounds.media logo" >
< / picture >
2022-07-04 07:39:32 +00:00
< a href = "https://birdsounds.media" class = "" > view my photos< / a >
< / div >
2022-07-04 08:23:11 +00:00
< picture >
< source type = "image/avif" srcset = "/images/soulpunx.avif" >
< img class = "photo" src = "/images/soulpunx.jpg" alt = "#soulpunx" >
< / picture >
2022-07-04 03:53:08 +00:00
< / div >
< / section >
< section class = "section" id = "updates" >
< div class = "container" >
2022-07-04 07:39:32 +00:00
< h2 class = "heading" > latest updates< / h2 >
< p > 2022-07-04: currently working on my websites, trying to do some documentation for a personal project, and looking for work. check out the "work" tab of this site for my elevator pitch.< / p >
2022-07-04 03:53:08 +00:00
< / div >
< / section >
2020-10-10 19:09:30 +00:00
< / main >
2022-07-04 07:39:32 +00:00
{{ end }}