abdullahtarawneh.com/layouts/index.html

84 lines
3.4 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="section" id="intro">
2021-10-18 08:33:36 +00:00
<div class="container">
2021-12-20 11:27:10 +00:00
<h1 class="tagline"></h1>
<p class="blurb"></p>
2021-10-18 08:33:36 +00:00
</div>
</header>
2021-12-20 11:27:10 +00:00
<!--section class="section" id="about">
2020-10-10 19:09:30 +00:00
<div class="container">
2021-12-20 11:27:10 +00:00
<h2 class="title">who i am:</h2>
<h3 class="subtitle">knowledgeable.</h3>
<p class="blurb">ive been hungry for knowledge almost my entire life, and i'm always looking for new things to learn.</p>
<h3 class="subtitle">thoughtful.</h3>
<p class="blurb"></p>
<h3 class="subtitle">well-rounded.</h3>
<p class="blurb"></p>
2020-10-10 19:09:30 +00:00
</div>
</section>
2021-12-20 11:27:10 +00:00
<section class="section" id="skills">
<div class="container">
<h2 class="title">what i've done:</h2>
<section class="ia card">
<h3 class="card__title">information architecture and docs</h3>
<p class="card__desc">most notably, documentation for mastodon and pixelfed</p>
<img class="card__img" src="/images/graphics/ia.png">
</section>
<section class="pm card">
<h3 class="card__title">project and product management</h3>
<p class="card__desc">issue triage, design consultancy, and release planning</p>
<img class="card__img" src="/images/graphics/gantt.svg">
</section>
<section class="wdd card">
<h3 class="card__title">web design and development</h3>
<p class="card__desc">specializing in lightweight, statically-generated sites</p>
<img class="card__img" src="/images/graphics/ui.png">
</section>
<section class="coding card">
<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>
<img class="card__img" src="/images/graphics/tech.svg">
</section>
<section class="sysadm card">
<h3 class="card__title">tech and system administration</h3>
<p class="card__desc">managing linux servers for nonprofits and myself</p>
<img class="card__img" src="/images/graphics/tux.svg">
</section>
<section class="birdsounds card">
<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>
<img class="card__img" src="/images/cover/birdsounds.jpg">
</section>
</div>
</section-->
2020-10-10 19:09:30 +00:00
<section class="section" id="praise">
<div class="container">
2021-12-20 11:27:10 +00:00
<h2 class="title">what others have said:</h2>
2020-10-10 19:09:30 +00:00
<div class="testimonials">
<div class="testimonial">
2021-12-20 11:27:10 +00:00
<img class="avatar" width=32 height=32 src="/images/people/khalil.jpg">
<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">
2021-12-20 11:27:10 +00:00
<img class="avatar" width=32 height=32 src="/images/people/gargron.jpg">
<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">
2021-12-20 11:27:10 +00:00
<img class="avatar" width=32 height=32 src="/images/people/dansup.jpg">
<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>
2021-12-20 11:27:10 +00:00
<!--section class="section" id="contact">
2020-10-10 23:43:26 +00:00
<div class="container">
2021-12-20 11:27:10 +00:00
<h2 class="title">let's talk.</h2>
2020-10-10 23:43:26 +00:00
</div>
2021-12-20 11:27:10 +00:00
</section-->
2020-10-10 19:09:30 +00:00
</main>
{{ end }}