-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (45 loc) · 3.29 KB
/
index.html
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
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="cleartype" content="on">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Zefir Efemera</title>
<meta name="author" content="Zefir Efemera">
<meta name="description" content="Root website of Zefir Efemera: useful links and tiny bio.">
<link rel="icon" type="image/png" href="./zefir-head-color.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>/* This website is styleless #YOLO 😘 */</style>
</head>
<body>
<img src="./[email protected]" width="400" height="400" alt="my face">
<h1>Hello, <span contenteditable>Earthling</span>!</h1>
<p>I'm Zefir Efemera<sup>1</sup> (he/they), an empathic misanthrope, cautiously observing this dark and fascinating reality. I live in Warsaw, Poland with my lovely wife Natalia and our beautiful son Julian. I'm <def title="a Front-End Developer"><em>a programmer</em></def>, a graphic designer, and a drawing artist – both for money and pleasure. Although I was born in Poland I consider myself a world citizen<sup>2</sup>. I own a nice nonbinary body that makes me happy (I've been improving it by adding lots of tattoos). I'm polysexual. I like being calm, exploring desolate spaces, nudity, and creating perfect elaborate plans, <a href="./lists">among other things</a>. Both ecology and equality are extremely important to me. I think the phrase "eternal Treblinka" is very true. <a href="https://vhemt.pl">VHEMT</a> is a concept I've added eagerly to my belief system. I also think that all religion is evil.</p>
<p>My online presence:</p>
<ul>
<li><a href="http://rateyourmusic.com/~zefir_efemera">RYM</a> – my taste in music</li>
<li><a href="https://www.instagram.com/zefir_efemera/">Instagram</a> – my personal photos</li>
<li><a href="https://www.instagram.com/zefir_efemera_art/">Instagram 2</a> – my drawings</li>
<li>
<a href="https://github.com/magicznyleszek">Github</a> – where I keep all my code, e.g.:
<ul>
<li><a href="https://exisim.es">exisim</a> – a zero-player game</li>
<li><a href="https://magicxer.magicznyleszek.xyz">magicxer</a> – word mixer</li>
<li><a href="https://hues.dev">h(u,e,s)</a> – a CSS dev tool</li>
</ul>
</li>
<li><a href="https://www.goodreads.com/user/show/170148875-zefir-efemera">Goodreads</a> – books I've read</li>
<li><a href="https://en.numista.com/echanges/profil.php?id=173702">Numista</a> – my coins collection</li>
<li><a href="https://dyspoezja.pl/">Dyspoezja</a> – piszę niewiersze w języku polskim (kiedyś napisałem jeden <a href="http://bcr3.magicznyleszek.xyz/">pseudodramat</a>)</li>
</ul>
<p>If needed send me a letter: <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>XOXO,<br>Zefir</p>
<footer>
<small>
<sup>1</sup> I used to use a different name, a name chosen by my parents. I never liked it. I've tried doing stuff to it to fix it. Didn't work out. Thus I've created a new (full) name for me: Zefir Efemera.
<br>
<sup>2</sup> My DNA ethnicity test results say I'm 39% East European, 24% Baltic, 21% Balkan, 12% English, and 4% Scandinavian.
</small>
</footer>
</body>
</html>