-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php
46 lines (44 loc) · 2.45 KB
/
home.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php $active = "home"; ?>
<?php include('_header.php') ?>
<div class="container">
<div class="block title">
<div class="block-lg-top">
<h1 class="home-title" id="greeting">
Hi, I'm Alex.
</h1>
<div class="thumbnail talks">
<img src="public/main-debbie.png" alt="Image by Debbie Lemonte">
<div class="caption home">
<p class="emphasized">
I'm a programmer with a passion for work that has real-world impact.
</p>
<p>
Currently, I build product at Newsela, a company focused on fostering literacy by tailoring real-world content to students' individual reading levels.
</p>
<p>
I came to coding after an award-winning career in journalism, where I structured online conversations around international politics.
</p>
<p>
Now in tech, I'm ever-learning new programming techniques and technologies and pride myself on the usefulness and philosophical integrity of my work. In the past four years, I've worked on a variety of modern web stacks, from an open-source design system in React to a greenfield Rails application to help code schools better track student outcomes.
</p>
<p>
When I'm not thinking about good object-oriented programming patterns, I spend a lot of time thinking about secular space and discourse, bias detection, and the ethics of communicating "othered" experiences.
</p>
<p class="spaced">
Ask me about any of the following to see my entire face light up:
</p>
<p>
<!-- <span>📖</span> <a href="https://www.goodreads.com/review/list/85688599-alexandra-millatmal?shelf=currently-reading" target="_blank">my current commute reads</a><br> -->
<span>📰</span> the award-winning live television show I helped produce for Al Jazeera English<br>
<span>🐟</span> travel recommendations in Tunisia<br>
<span>🌽</span> progressive organizing in Nebraska<br>
<span>📚</span> the failed book club curriculum I designed for my (then) nine-year-old sister<br>
<span>🥘</span> Afghan food<br>
<span>🎸</span> Willie Mae Rock Camp
</p>
</div>
</div>
</div>
</div>
</div>
<?php include("_footer.php") ?>