-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (64 loc) · 2.66 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="en">
<head>
<title>max | klappradla</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="author" content="Max Mulatz">
<meta name="description" content="Personal micro site for Max Mulatz, klappradla on the internet">
<meta property="og:title" content="max | klappradla">
<meta property="og:description" content="Hi from Max aka klappradla 👋">
<meta property="og:image" content="https://klappradla.me/images/share.png">
<meta property="og:url" content="https://klappradla.me">
<meta property="og:site_name" content="klappradla.me">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://klappradla.me/images/share.png">
<meta name="twitter:image:alt" content="Hi from Max aka klappradla 👋">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
<link rel="alternate icon" type="image/png" href="images/favicon.png">
</head>
<body>
<main>
<header>
<img src="images/me.jpg" alt="me">
<h1>Hi, I'm Max. <small>(he/him)</small></h1>
</header>
<section>
<p>
I'm a software developer based in Berlin, currently writing code for
money at <a class="link" href="https://bitcrowd.net" target="_blank">bitcrowd</a>.
</p>
<p>
Ruby and its awesome community put me on my own two feet in the tech world and I'm forever grateful
for that. I care about clean code, decentralization, diversity, open source and sustainability.
I write code in Elixir and TypeScript and am curious about just anything.
</p>
<p>
Computers aside, I care even more about feminism, social justice, climate protection and the other great ideas on the left.
</p>
<p>
Also ♥ antifa, bikes and music.
</p>
</section>
<aside>
<h2>Find me on the Internet:</h2>
<ul>
<li>
<a class="link" href="https://github.com/klappradla" target="_blank">github</a>
</li>
<li>
<a class="link" href="https://ruby.social/@klappradla" target="_blank">mastodon</a>
</li>
<li>
<a class="link" href="https://diegruppebuckow.bandcamp.com" target="_blank">bandcamp</a>
</li>
<li>
<a class="link" href="https://www.linkedin.com/in/maxmulatz" target="_blank">linkedin</a>
</li>
</ul>
</aside>
</main>
</body>
</html>