<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Abdullah Tarawneh's resume</title>
	<style>
		body {
			width: 8.5in;
			height: 11in;
			margin: 1in;
			padding: 0.5in;
			border: 1px solid black;
		}
		.resume-header {
			display: flex;
		}
		.resume-header .icon {
			display: grid;
			place-items: center;
			width: 4rem;
			height: 4rem;
			font-size: 2.5rem;
			background: #ddd;
			color: #333;
		}
		.resume-header .icon span {
			margin-top: -.5rem;
		}
		.resume-header .info > * {
			margin: 0;
			margin-left: 1rem;
			font-size: 1rem;
		}
		.resume-header .info a {
			text-decoration: none;
			color: inherit;
		}
		blockquote {
			font-style: italic;
			margin-left: 0rem;
			padding-left: 2rem;
			position: relative;
			background: #eee;
			font-family: serif;
		}
		blockquote::before {
			content: '“';
			position: absolute;
			left: 0;
			top: -1.5rem;
			font-size: 3rem;
			font-family: serif;
		}
		blockquote p {display: inline-block}
		#experience ul {
			padding-left: 1rem;
		}
		.split {
			display: flex;
			gap: 3rem;
		}
		#experience {flex: 3}
		#more {flex: 2}
		@media print {
			body {
				margin: 0;
				padding: 0;
				border: none;
			}
			#pdf {display: none;}
		}
	</style>
</head>
<body>
	<header class="resume-header">
		<div class="icon">
			<span>a</span>
		</div>
		<div class="info">
			<h1>Abdullah Tarawneh</h1>
			<p><a href="mailto:a@trwnh.com">a@trwnh.com</a></p>
			<p><a href="https://abdullahtarawneh.com">https://abdullahtarawneh.com</a></p>
		</div>
		<div id="pdf" style="margin-left: auto;">
			<p>Want a print copy? <a href="/resume/abdullah-tarawneh_resume.pdf">Download as PDF (23.8kB)</a></p>
		</div>
	</header>
	<div class="split">
		<section id="experience">
			<h2>Selected experience</h2>
			<p>Freelance contract and volunteer work within the world of free software and open source, since 2019:</p>
			<section id="mastodon">
				<h3>Mastodon documentation</h3>
				<blockquote>
					<p>Bless you for being here to work on the docs BTW. It's a big relief.</p>
				</blockquote>
				<ul>
					<li>Revamped and rewrote documentation for an open source project used by over 2 million people</li>
					<li>Developed information architectures for various personas <br>(users, admins, project contributors, client developers, and protocol implementers)</li>
					<li>Currently ingesting and organizing over 3.8k open issues to determine areas of improvement</li>
				</ul>
			</section>
			<section id="pixelfed">
				<h3>Pixelfed project / product management</h3>
				<blockquote>
					<p>I don't trust anyone as much as you to shape the direction of the project.</p>
				</blockquote>
				<ul>
					<li>Took the initiative to create a masterpost tracking bugs and issues in the alpha release, allowign the dev to quickly address missing functionality and improve usability</li>
					<li>Developed and implemented processes that turned Pixelfed from a one-person project to a team effort</li>
				</ul>
			</section>
			<hr style="max-width: 10rem;">
			<p>Work outside of open source:</p>
			<section id="trilogy">
				<h3>Senior Technical Writer, Trilogy (May - Dec 2021)</h3>
				<ul>
					<li>Managed for over 100 knowledge bases under the banner of Central Support</li>
					<li>Wrote 20 articles per week documenting issues faced by real customers</li>
					<li>Trained and certified L1 and L2 support agents based on Zendesk tickets</li>
				</ul>
			</section>
		</section>
		<section id="more">
			<h2>More about me</h2>
				<section id="skills">
					<h3>Skills</h3>
					<blockquote>
						<p>It's scary how much<br>you know.</p>
					</blockquote>
					<ul>
						<li>Wide knowledge base</li>
						<li>Excellent public speaking</li>
						<li>Exacting attention to detail</li>
						<li>Resourceful problem solving</li>
						<li>Critical thinking</li>
						<li>Writes HTML/CSS and Python</li>
						<li>Can read Elixir/Ruby and some JS</li>
					</ul>
				</section>
				<section id="coding">
					<h3>Personal coding projects</h3>
					<ul>
						<li>A static WebFinger server, written in Python and FastAPI, implemented according to RFC 7033</li>
						<li>A Certbot authentication hook for Namecheap, implementing the DNS-01 challenge</li>
						<li>PhotoBucketGrabber, a Python script to download Photobucket albums given a list of URLs</li>
						<li>salatime, a terminal program to print out prayer times for Birmingham, AL using Requests and BeautifulSoup</li>
					</ul>
				</section>
				<section id="education">
					<h3>Education</h3>
					<p>Graduated with multiple honors programs from University of Alabama at Birmingham, Fall 2018</p>
					<ul>
						<li>BS, Biomedical Engineering</li>
						<li>BS, Computer and Information Science</li>
						<li>Minor, Mathematics</li>
						<li>Science and Technology Honors Program</li>
					</ul>
				</section>
		</section>
	</div>
</body>
</html>