-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (56 loc) · 2.52 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
77
<!DOCTYPE HTML>
<html>
<head>
<meta name="generator" content="Hugo 0.49" />
<title>Marco D'Angelo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="http://marcodangelo.github.io/favicon.ico">
<link rel="icon" type="image/x-icon" href="http://marcodangelo.github.io/favicon.ico">
<!-- 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://pleskmatomo.tangram.page/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body class="loading">
<div id="wrapper">
<div id="bg" ></div>
<div id="overlay"></div>
<div id="main">
<header id="header">
<h1>Marco D'Angelo</h1>
<p>Product Marketing • Tech Snob • I always change</p>
<nav>
<ul>
<li><a href="https://www.twitter.com/marcodangelo" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/in/marcodangelo" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://www.facebook.com/marcodangelo" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/marcodangelo" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</nav>
</header>
<footer id="footer">
<span class="copyright">© Untitled. Design: <a href="http://html5up.net">HTML5 UP</a>. Powered by <a href="https://www.gohugo.io/">Hugo.</a></span>
</footer>
</div>
</div>
<script>
window.onload = function() { document.body.className = ''; }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>