-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (44 loc) · 1.01 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
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="./favicon.png">
<title>Fabian Hahn</title>
<style>
body {
margin: 40px auto;
max-width: 650px;
font: .8em/1.5 Helvetica;
color: #444;
font-size: 15px;
padding: 0 10px;
}
h1, h2, h3 {
line-height: 1.5;
}
div.title {
font-weight: bold;
}
li {
margin: 1em auto;
line-height: 1.5;
}
footer {
margin-top: 50px;
font-size: 0.8em;
text-align: center;
color: #666;
}
</style>
<script data-goatcounter="https://fabian.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<h1>Fabian Hahn</h1>
<p style="margin-top: -1em;">
<a href="https://www.linkedin.com/in/jfhahn/">linkedin</a> /
<a href="https://github.com/hahnfabian">github</a>
<footer>
Last updated: February 10, 2025
</footer>
</body></html>