Skip to content

Commit

Permalink
Update to first version
Browse files Browse the repository at this point in the history
  • Loading branch information
imalexnow authored Aug 24, 2024
1 parent cc0fa2d commit be5bd3b
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 5 deletions.
Binary file added assets/alex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 47 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,59 @@

<style>
body { max-width: 620px; font-family: sans-serif; line-height: 1.5; }
a { color: blue; }
a:visited { color: cornflowerblue; }
hr { border: none; border-top: 1px solid black; }
a { color: #CA5A55; }
a:visited { color: #302B29; }
hr { border: none; border-top: 1px solid #CA5A55; }
body {
padding-left: 250px;
background-image: url("assets/alex.png");
background-position: top left;
background-repeat: no-repeat;
}
</style>

<body>
<h1>Hi, I’m Alex.</h1>
<h1>Hi, I’m Alex (now)</h1>

<p>
Hello world.
I’m trying to understand what a technologist is so that I can call myself one. 🧑🏻‍💻 Meanwhile, I think about identity, belonging, and human-centered technology, and co-run a queer film festival. 🌈
</p>

<p><b>Work</b></p>

<p>By day I’m a UX Researcher, working with projects in the public sector and healthcare, hopefully making the lives of thousands of users doing peculiar but sometimes necessary things, like bringing large quantities of bull semen into the country, a bit easier. On less remarkable livelihood activities, I used to design software for non-profits. </p>

<p><b>Projects</b></p>

<p>My main interest in life is doing things that contribute to making the world suck less, so from this September I’ll be working towards a fellowship at the <a href="https://newspeak.house/">Newspeak House</a> with a course in <a href="https://newspeak.house/study-with-us/">Political Technology</a>.</p>

<p>This year I will also be teaching a course in Human-Centered Design with a focus on Ethical Design and Design Justice at <a href="https://shoshincollege.org/">Shoshin College</a>.</p>

<p>During the pandemic, my best friend and I set up an online version of the first LGBTQ+ Film Festival in Cyprus. Before we knew it, <a href="https://queerwave.com/">Queer Wave</a> is fast approaching its 5th physical edition, becoming something of a staple in the Cyprus festival scene. 🏳️‍🌈 As a co-founder and Communications Director, I’m deeply involved in building the team, coordinating volunteers, planning events, and handling all-around legwork.</p>

<p>I’m a UX mentor at <a href="https://www.developforgood.org/">Develop for Good</a>, where I help students make cool stuff for nonprofits, and I also offer trans peer support with <a href="https://spectra-london.org.uk/trans-services/trans-peer-mentoring/">Spectra</a>, guiding folks through the ups and downs of their transition journeys</p>

<p>In my youth, I had a fleeting affair with academia, where I explored the <a href="https://www.ucl.ac.uk/geography/alex-papadopoulos">intersection of identity and participating in online communities of practice</a>. If I did it again, I would do it in a queer way. (Maybe I will 💁🏻‍♂️) </p>

<p>I’m continuously writing (overstatement) a play , and putting together a poetry collection. I did publish a singular poem once. It was called "Peppermint Tea" and you can read it <a href="peppermint-tea.html">here</a> because the publishing house that published it has disappeared.</p>

<p>Sometimes I <a href="https://yougotthis.io/library/openly-s#CA5A55th">speak</a> publicly about things - and sometimes I <a href="https://medium.com/@imalexnow">write</a> about them. </p>

<p>My new attempt at blogging is called "Digital Belonging" and you can subscribe <a href="https://digitalbelonging.substack.com/subscribe">here</a>.</p>

<hr>

<p><b>Fun Facts</b></p>

<p>I got into uni by explaining how much I love stage lighting 💡 - I also sometimes light up stages in small community theatres (If you need a lighting designer/technician hmu) 🎭 </p>

<p><b>Recently I got into</b></p>
<p><ul>🪴 Plants</ul>
<ul>🇩🇪 German (the language, not some random German person)</ul></p>

<hr>

<p>Let's chat - [email protected]</p>

</body>
</html>
49 changes: 49 additions & 0 deletions peppermint-tea.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>imalexnow</title>

<style>
body { max-width: 620px; font-family: sans-serif; line-height: 1.5; }
a { color: blue; }
a:visited { color: cornflowerblue; }
hr { border: none; border-top: 1px solid black; }
</style>

<body>
<h1>Peppermint Tea</h1>
<h4>Alex Papadopoulos</h4>

<p>
Peppermint tea reminds me of childhood sick days. <br>Curtains wide open, door half shut - blankets and cold showers.<br>
A palm on my forehead, my mother's head peaking from the crevice. <br>
Sweaty chest and white flannel - toasted bread and star soup.
</p>
<p>Peppermint tea reminds me of cold nights.<br>
Nightrobes and boardgames on the big, round, glass table. <br>
A card game called "families" - <br>
a lingering irony.</p>

<p>Peppermint tea reminds me of growing.<br>
Suitcases packed with tubes filled with it - <br>
care packages arriving on the perfect moment. <br>
Colorful cups and sleepless nights -<br>
hungover mornings and <br>
a wish for a remedy. </p>

<p>A cup on my nightstand, I still wish for a remedy. </p>

<p>A remedy for pain. </p>
<p>A remedy for loss.</p>
<p>My mother's soft hand on my forehead. </p>





</body>
</html>

0 comments on commit be5bd3b

Please sign in to comment.