-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="typography.css">
<title>wonderb0.lt</title>
<meta charset="UTF-8">
<meta name="author" content="Patrick Stegmann">
<meta name="description" content="100% guaranteed content-free!">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- TODO: MOAR SEO -->
<!-- TODO: More accessibility -->
<!-- Not in scope: More content -->
</head>
<body>
<div id="thestuff">
<header>
<img src="dud.png"
width="174"
height="174"
alt="Picture of an obscure Simpsons character with similarity to Milhouse, called 'the dud'">
<h1>wonderb0.lt</h1>
</header>
<main>
<p class="explain">
Welcome to my homepage. I am the <a href="https://www.youtube.com/watch?v=RNO1mb6NkEI">dud</a> above.
I like to learn <span class="zhongwen">中文</span>,
<a href="https://www.strava.com/athletes/11263721">cycling</a>,
<a href="https://www.goodreads.com/wonderb0lt">reading books</a>,
<a href="https://www.instagram.com/p/BkK1TpOFNYO/">looking at trains</a>,
<a href="https://www.openstreetmap.org/user/wonderb0lt">looking at maps</a>,
and <a href="https://twitter.com/wonderb0lt">I tweet about it</a> (A LOT).
</p>
<p class="explain">
I <a href="https://www.linkedin.com/in/wonderb0lt/">code for food</a>
in the beautiful city of Vienna.
</p>
</main>
<footer>
<p><small>Made with ❤️ in the <span title="...not really.">Republic of Lithuania</span></small></p>
</footer>
</div>
</body>
</html>