-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (58 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Florian Greinacher</title>
<link rel="stylesheet" type="text/css" href="index.css">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://floriangreinacher.matomo.cloud/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='//cdn.matomo.cloud/floriangreinacher.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<ul id="list" class="h-card vcard">
<li class="p-name fn">Florian Greinacher</li>
<li> </li>
<li class="p-note note">Raiser of lovely kids</li>
<li class="p-note note">Writer of clean code</li>
<li class="p-note note">Lover of slick design</li>
<li> </li>
<li>
<a rel="twitter" href="http://twitter.com/fgreinacher" class="u-url url">
Twitter
</a>
</li>
<li>
<a rel="stack-overflow" href="http://stackoverflow.com/users/31985/florian-greinacher" class="u-url url">
Stack Overflow
</a>
</li>
<li>
<a rel="github" href="https://github.com/fgreinacher" class="u-url url">
GitHub
</a>
</li>
<li>
<a rel="facebook" href="https://www.facebook.com/floriangreinacher" class="u-url url">
Facebook
</a>
</li>
<li>
<a rel="e-mail" href="mailto:[email protected]" class="u-email email">
E-Mail
</a>
</li>
</ul>
</body>
</html>