-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (42 loc) · 2.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Max Filenko — Homepage</title>
<link href="styles/style.css" rel="stylesheet">
</head>
<body>
<header>
<h1>Max S. Filenko</h1>
<figure class="epigraph"><blockquote cite="https://www.goodreads.com/quotes/19905-perfection-is-achieved-not-when-there-is-nothing-more-to"><p>Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.</p></blockquote><figcaption>—Antoine de Saint-Exupéry, <cite>Airman's Odyssey</cite></figcaption></figure>
<aside>Hi 👋 My name is Max 🙇</aside>
<p>
I'm a backend engineer, and this is my <a href="http://motherfuckingwebsite.com/">motherfucking website</a>. Well, a bit <a href="http://bettermotherfuckingwebsite.com/">better version</a> of it.
</p>
<p>
This website is a <a href="proof.html">proof of my online identity</a> and also used as a public notebook to share <a href="cotd.html">my day-to-day findings</a>.
</p>
<p>
Here I also share <a href="now.html">what I'm up to</a>.
</p>
</header>
<h2>About Me</h2>
<ul>
<li><s>I am a perfectionist.</s></li>
<li><s>I am a minimalist.</s></li>
<li>I am an essentialist.</li>
<li>I love <a href="lists.html">lists</a>.</li>
</ul>
<h2>Why Motherfucking, or Beyond Satire</h2>
<p>
First of all, I tried to keep it <a href="https://web.archive.org/web/20201111195207/https://www.romanzolotarev.com/" rel="external">simple</a>.
</p>
<p>
Secondly, I'm lazy.
</p>
<p>
Last but not least, everything has a carbon footprint. <a href="https://irlpodcast.org/season5/episode3/">Even the internet</a>.
</p>
</body>
</html>