2020-10-10 19:09:30 +00:00
{{ define "main" }}
< main >
2021-10-18 08:33:36 +00:00
< header class = "section" id = "introduction" >
< div class = "container" >
< h1 class = "blurb" > pay me to solve your problems.< / h1 >
< / div >
< / header >
2021-01-27 13:10:13 +00:00
< section class = "section" id = "about" >
2020-10-10 19:09:30 +00:00
< div class = "container" >
2021-01-27 13:10:13 +00:00
< h2 class = "section-heading" > what i've done:< / h2 >
2020-10-10 19:09:30 +00:00
< div class = "cards" >
< div class = "card" >
2021-01-27 13:10:13 +00:00
< img class = "card__img" src = "/images/mastodocs.jpg" >
< div class = "card__body" >
< h3 class = "card__title" > information architecture and docs< / h3 >
< p class = "card__desc" > most notably, documentation for mastodon and pixelfed< / p >
< / div >
2020-10-10 19:09:30 +00:00
< / div >
< div class = "card" >
2021-01-27 13:10:13 +00:00
< img class = "card__img" src = "/images/pixelfed.jpg" >
< div class = "card__body" >
< h3 class = "card__title" > project and product management< / h3 >
< p class = "card__desc" > issue triage, design consultancy, and release planning< / p >
< / div >
2020-10-10 19:09:30 +00:00
< / div >
< div class = "card" >
2021-01-27 13:10:13 +00:00
< img class = "card__img" src = "/images/namecheap.jpg" >
< div class = "card__body" >
< h3 class = "card__title" > code snippets and contributions< / h3 >
< p class = "card__desc" > active in various open-source projects, as well as personal scripts< / p >
< / div >
2020-10-10 19:09:30 +00:00
< / div >
< div class = "card" >
2021-01-27 13:10:13 +00:00
< img class = "card__img" src = "/images/go-fed.png" >
< div class = "card__body" >
< h3 class = "card__title" > web design and development< / h3 >
< p class = "card__desc" > specializing in lightweight, statically-generated sites< / p >
< / div >
2020-10-10 19:09:30 +00:00
< / div >
< div class = "card" >
2021-01-27 13:10:13 +00:00
< img class = "card__img" src = "/images/eqin.jpg" >
< div class = "card__body" >
2021-10-18 08:33:36 +00:00
< h3 class = "card__title" > tech and system administration< / h3 >
2021-01-27 13:10:13 +00:00
< p class = "card__desc" > managing linux servers for nonprofits and myself< / p >
< / div >
2020-10-10 19:09:30 +00:00
< / div >
< div class = "card" >
2021-01-27 13:10:13 +00:00
< img class = "card__img" src = "/images/birdsounds.jpg" >
< div class = "card__body" >
< h3 class = "card__title" > skillful photography< / h3 >
< p class = "card__desc" > see < a href = "https://birdsounds.media" > birdsounds.media< / a > for my portfolio of concert photos< / p >
< / div >
2020-10-10 19:09:30 +00:00
< / div >
2021-01-27 13:10:13 +00:00
< / div >
2020-10-10 19:09:30 +00:00
< / div >
< / section >
< section class = "section" id = "praise" >
< div class = "container" >
2021-01-27 13:10:13 +00:00
< h2 class = "section-heading" > what others have said about me:< / h2 >
2020-10-10 19:09:30 +00:00
< div class = "testimonials" >
< div class = "testimonial" >
2020-10-10 19:47:58 +00:00
< img class = "avatar" width = 32 height = 32 src = "/images/khalil.jpg" >
2020-10-18 23:01:57 +00:00
< p class = "name" > Khalil Saadiq,< br > former classmate< / p >
2020-10-10 19:09:30 +00:00
< blockquote class = "bubble" > it's scary how much you know.< / blockquote >
< / div >
< div class = "testimonial" >
2020-10-10 19:47:58 +00:00
< img class = "avatar" width = 32 height = 32 src = "/images/gargron.jpg" >
2020-10-18 23:01:57 +00:00
< p class = "name" > Eugen Rochko,< br > Mastodon developer< / p >
2020-10-10 19:09:30 +00:00
< blockquote class = "bubble" > bless you for being here to work on the docs btw. it's a big relief.< / blockquote >
< / div >
< div class = "testimonial" >
2020-10-10 19:47:58 +00:00
< img class = "avatar" width = 32 height = 32 src = "/images/dansup.jpg" >
2020-10-18 23:01:57 +00:00
< p class = "name" > Daniel Supernault,< br > Pixelfed developer< / p >
2020-10-10 19:09:30 +00:00
< blockquote class = "bubble" > i don't trust anyone as much as you to shape the direction of the project.< / blockquote >
< / div >
< / div >
< / div >
< / section >
2020-10-10 23:43:26 +00:00
< section class = "section" id = "contact" >
< div class = "container" >
2020-10-25 05:15:18 +00:00
< h2 class = "section-heading" > let's talk.< / h2 >
2020-11-08 09:05:40 +00:00
< p > if you'd like me to do something for you, then the best way to get in touch with me is to email < a href = "mailto:a@trwnh.com" > a@trwnh.com< / a > with your proposal. i am currently open for hiring as well.< / p >
2020-10-25 05:15:18 +00:00
< a href = "https://resume.abdullahtarawneh.com" class = "cta button" > view resume< / a >
2020-10-10 23:43:26 +00:00
< / div >
< / section >
2020-10-10 19:09:30 +00:00
< / main >
{{ end }}