-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
51 lines (51 loc) · 3.02 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About — Hendrik Niefeld</title>
<meta charset="UTF-8">
<meta name="referrer" content="origin">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<meta name="description" content="Have a look on the fair web analytics tool I help to build.">
<meta property="og:site_name" content="About — Hendrik Niefeld">
<meta property="og:locale" content="en">
<meta property="og:title" content="About — Hendrik Niefeld">
<meta property="og:description" content="Have a look on the fair web analytics tool I help to build.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.niefeld.com/about.html">
<meta property="og:image" content="https://www.niefeld.com/static/images/social.jpg">
<meta name="twitter:image:alt" content="https://www.niefeld.com/static/images/social.jpg">
<meta name="twitter:card" content="summary_large_image">
<link rel="canonical" href="https://www.niefeld.com/about.html">
<link rel="stylesheet" href="static/css/fonts.css">
<link rel="stylesheet" href="static/css/tachyons.min.css">
<link rel="stylesheet" href="static/css/fix.css">
<link rel="preload" href="static/fonts/rubik-v9-latin-300.woff2" as="font" crossorigin>
<link rel="shortcut icon" type="image/x-icon" href="static/images/favicon.ico">
</head>
<body class="rubik fw3 dark-gray extra-bg-color">
<div class="w-100">
<div class="mw8 center">
<div class="vh-100 dt w-100 pa4">
<div class="dtc v-mid">
<div class="flex justify-between-ns justify-center mb4">
<img class="image-scale" src="static/images/Hendrik-Niefeld.png" alt="Hendrik Niefeld" width="200" height="200">
</div>
<p class="f3 f2-ns lh-title ma0 mb5 mr0 mr4-m mr5-l">
Hi there. My name is <b class="dbi dn-ns"></br></b>Hendrik Niefeld.
<span class="ma0 mv3">
Have a look on the <a class="link dim" href="https://www.offen.dev/" target="_blank"><em class="underline-b">fair web analytics tool</em></a> I help to build. I also work as a content developer for all sorts of visual media out there.
</span>
I’m based in Berlin and speak German, English and some Korean. Say hello via <a class="link dim" href="mailto:[email protected]" target="_blank"><em class="underline-b">email</em></a>, <a class="link dim" href="https://github.com/hendr-ik" target="_blank"><em class="underline-b">GitHub</em></a> or <a class="link dim" href="http://linkedin.com/in/niefeld" target="_blank"><em class="underline-b">LinkedIn.</em></a>
</p>
<div class="credits dark-gray">
<p class="ma0">
<a class="link dim dark-gray" href="imprint.html">Imprint,</a> © 2003-2024 Hendrik Niefeld
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>