This repository has been archived by the owner on Jan 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
61 lines (40 loc) · 1.73 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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.49.2" />
<title>Lorenz Kitzmann</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="http://www.lorenzkitzmann.com/css/main.css" type="text/css"/>
<noscript><link rel="stylesheet" href="http://www.lorenzkitzmann.com/css/noscript.css" /></noscript>
</head>
<body>
<div id="wrapper">
<section id="main">
<header>
<span class="avatar"><img src="images/avatar.jpg" srcset="images/avatar.jpg 1x, images/avatar@2x.jpg 2x" alt="Portrait of Lorenz Kitzmann" width="200" height="200"/></span>
<h1>Lorenz Kitzmann</h1>
<p>
Software Developer<br/>
Hamburg, Germany<br/>
<img src="http://www.lorenzkitzmann.com/images/DE.png" alt="German Flag" width="16" height="16" />
</p>
</header>
<footer>
<ul class="icons">
<li><a href='mailto:%6C%6F%72enz%40lo%72en%7Akit%7Amann.%63o%6D' class="fa-envelope">E-Mail: lorenz@lorenzkitzmann.com</a></li>
<li><a href="https://twitter.com/lorenzk" class="fa-twitter">Twitter</a></li>
<li><a href="https://www.xing.com/profile/Lorenz_Kitzmann" class="fa-xing">Xing</a></li>
<li><a href="https://github.com/lorenzk" class="fa-github">Github</a></li>
</ul>
</footer>
</section>
<footer id="footer">
<ul class="copyright">
<li>© Lorenz Kitzmann</li>
<li><a href="http://www.lorenzkitzmann.com/imprint">Imprint</a></li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
</body>
</html>