-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (78 loc) · 3.27 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Fabian Ehlert</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Fabian Ehlert">
<meta property="og:description" content="Software Engineer based in Germany.">
<meta property="og:url" content="https://fabianehlert.com">
<meta property="og:image" content="https://fabianehlert.com/assets/profile500.jpeg">
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="preload" as="font" href="../fonts/SourceSansPro-Regular.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="../fonts/SourceSansPro-SemiBold.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="../fonts/SourceSansPro-Bold.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<div class="container">
<!-- Picture -->
<img class="profile-picture" src="assets/profile500.jpeg" alt="Profile Picture" aria-label="Profile picture of Fabian">
<!-- About me -->
<div class="content">
<h1>Hi, I am Fabian 👋</h1>
<h3>Software Engineer</h3>
<p>
I focus on developing native iOS & iPadOS apps that are both robust and accessible.
I work in the fantastic iOS team at <a href="https://lovoo.com">LOVOO</a>. Previously I worked in the frontend team at <a href="https://wandelbots.com">Wandelbots</a>.
In the past I've contributed to the <a href="https://github.com/fabianehlert/htwcampus">HTW Dresden iOS app</a> and <a href="https://www.producthunt.com/posts/cheese">Cheese</a>, a facial expression game based on the TrueDepth technology. I've also built a mental health app called <a href="https://www.producthunt.com/posts/steps-3">Steps</a>.
</p>
</div>
<!-- Contact and CV -->
<div class="contact-cv">
<a class="button button-fixed" href="resources/FabianEhlert-CV.pdf" aria-label="Curriculum Vitae (PDF)">
View CV
</a>
<a class="button button-secondary button-fixed" href="mailto:[email protected]" aria-label="E-Mail">
Contact me
</a>
</div>
<!-- Photography -->
<div class="content">
<h2>When I am not working…</h2>
<p>
I love capturing the world's beauty through my lens. Photography allows me to share moments and emotions with others. I upload some of my photographs to my portfolio.
</p>
</div>
<a class="button" href="https://photos.fabianehlert.com">View portfolio</a>
<!-- Learn more -->
<h2>Learn more</h2>
<ul class="links">
<li class="highlightable">
<a rel="me" href="https://mas.to/@fabi" aria-label="Mastodon">
<picture>
<source srcset="assets/icons/mastodon-dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Mastodon" src="assets/icons/mastodon-light.svg">
</picture>
</a>
</li>
<li class="highlightable">
<a href="https://github.com/fabianehlert" aria-label="GitHub">
<picture>
<source srcset="assets/icons/github-dark.svg" media="(prefers-color-scheme: dark)">
<img alt="GitHub" src="assets/icons/github-light.svg">
</picture>
</a>
</li>
</ul>
</div>
<footer>
<p>Copyright © 2024 Fabian Ehlert</p>
<p>
<a href="dataprivacy.html">Data Privacy</a>
|
<a href="imprint.html">Imprint</a>
</p>
</footer>
</body>
</html>