-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (73 loc) · 4.36 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
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<title>Adrian Krehl | Personal Website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300"/>
<link rel="stylesheet" href="/assets/css/app.min.css" />
<link rel="apple-touch-icon" sizes="57x57" href="/images/icons/apple-touch-icon-57x57.png?v=vMMNPOvAXd">
<link rel="apple-touch-icon" sizes="60x60" href="/images/icons/apple-touch-icon-60x60.png?v=vMMNPOvAXd">
<link rel="apple-touch-icon" sizes="72x72" href="/images/icons/apple-touch-icon-72x72.png?v=vMMNPOvAXd">
<link rel="apple-touch-icon" sizes="76x76" href="/images/icons/apple-touch-icon-76x76.png?v=vMMNPOvAXd">
<link rel="apple-touch-icon" sizes="114x114" href="/images/icons/apple-touch-icon-114x114.png?v=vMMNPOvAXd">
<link rel="apple-touch-icon" sizes="120x120" href="/images/icons/apple-touch-icon-120x120.png?v=vMMNPOvAXd">
<link rel="apple-touch-icon" sizes="144x144" href="/images/icons/apple-touch-icon-144x144.png?v=vMMNPOvAXd">
<link rel="apple-touch-icon" sizes="152x152" href="/images/icons/apple-touch-icon-152x152.png?v=vMMNPOvAXd">
<link rel="apple-touch-icon" sizes="180x180" href="/images/icons/apple-touch-icon-180x180.png?v=vMMNPOvAXd">
<link rel="icon" type="image/png" href="/images/icons/favicon-32x32.png?v=vMMNPOvAXd" sizes="32x32">
<link rel="icon" type="image/png" href="/images/icons/android-chrome-192x192.png?v=vMMNPOvAXd" sizes="192x192">
<link rel="icon" type="image/png" href="/images/icons/favicon-96x96.png?v=vMMNPOvAXd" sizes="96x96">
<link rel="icon" type="image/png" href="/images/icons/favicon-16x16.png?v=vMMNPOvAXd" sizes="16x16">
<link rel="manifest" href="/images/icons/manifest.json?v=vMMNPOvAXd">
<link rel="mask-icon" href="/images/icons/safari-pinned-tab.svg?v=vMMNPOvAXd" color="#5bbad5">
<link rel="shortcut icon" href="/images/icons/favicon.ico?v=vMMNPOvAXd">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/images/icons/mstile-144x144.png?v=vMMNPOvAXd">
<meta name="msapplication-config" content="/images/icons/browserconfig.xml?v=vMMNPOvAXd">
<meta name="theme-color" content="#ffffff">
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript>
<meta name="generator" content="Hugo 0.15" />
<meta name="google-site-verification" content="1oDME4hwagba3hiLD_ZpaUaCcGWsVW9GPuBcj-AtNXE" />
<!--<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-38170641-1', 'auto');
ga('send', 'pageview');
</script>-->
</head>
<body>
<div id="wrapper">
<section id="main">
<header>
<span class="avatar"><img src="/images/avatars/adrian.jpg" alt="Adrian Krehl" width="150px" height="150px" /></span>
<h1>Adrian Krehl</h1>
<p>Software Engineer</p>
</header>
<footer>
<ul class="icons">
<li><a title="Twitter" data-tooltip="Follow me @akrehl" href="https://twitter.com/akrehl" class="fa-twitter tooltip"></a></li>
<li><a title="Github" data-tooltip="Fork my projects" href="https://github.com/akrehl" class="fa-github tooltip"></a></li>
<li><a title="Medium" data-tooltip="See what I read" href="https://medium.com/@akrehl" class="fa-medium tooltip"></a></li>
<li><a title="Projects & Blog" data-tooltip="See my projects" href="https://akrehl.com" class="fa-briefcase tooltip"></a></li>
<li><a title="LinkedIn" data-tooltip="Connect with me" href="https://www.linkedin.com/in/adriankrehl" class="fa-linkedin tooltip"></a></li>
<li><a title="Xing" data-tooltip="Schreiben Sie mir" href="https://www.xing.com/profile/Adrian_Krehl" class="fa-xing tooltip"></a></li>
</ul>
</footer>
</section>
<footer id="footer">
<ul class="copyright">
<li>© Adrian Krehl</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<script>
if ('addEventListener' in window) {
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body>
</html>