-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (63 loc) · 3.53 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>fabiocaseri.com</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="fabiocaseri.com - Fabio Caseri personal website">
<meta name="viewport" content="width=device-width">
<link type="text/plain" rel="author" href="//fabiocaseri.com/humans.txt" />
<link href="//fonts.googleapis.com/css?family=Sniglet" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/animate.min.css">
</head>
<body>
<div class="main-container animated pulse">
<div id="profile-card" class="main card clearfix">
<div id="profile-img">
<div class="animated zoomIn">
<div class="animated rotateIn">
<img class="rounded-img" src="//www.gravatar.com/avatar/e584f1c79472acfebc416ee52a864b3c?s=150" alt="Avatar" />
</div>
</div>
</div>
<div class="animated rollIn"><h2>Fabio Caseri</h2></div>
<div id="social-icons" class="animated bounceInRight">
<a class="facebook-icon" href="https://facebook.com/fabio.caseri" target="_blank"><i class="fa fa-facebook-square fa-3x"></i></a>
<a class="twitter-icon" href="https://twitter.com/fabiocaseri" target="_blank"><i class="fa fa-twitter-square fa-3x"></i></a>
<a class="instagram-icon" href="https://instagram.com/fabiocaseri" target="_blank"><i class="fa fa-instagram fa-3x"></i></a>
<a class="github-icon" href="https://github.com/fabiocaseri" target="_blank"><i class="fa fa-github-square fa-3x"></i></a>
</div>
<div id="extras">
<ul class="actions animated fadeInUp">
<li><a href="http://www.visitbergamo.net" target="_blank"><i class="fa fa-map-marker"></i> Bergamo, Italy</a></li>
<li><a class="typeform-share button" href="https://fabiocaseri.typeform.com/to/nzEKHe" data-mode="popup" target="_blank"><i class="fa fa-comments"></i> Contact</a></li>
</ul>
<div id="extra-content"></div>
</div>
</div><!-- #main -->
</div> <!-- #main-container -->
<div class="footer-container">
<footer>
<div class="animated fadeIn"><h3>2017 | Fabio Caseri</h3></div>
</footer>
</div>
<script src="js/main.js"></script>
<script data-goatcounter="https://fcas.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<!-- Typeform contact form -->
<script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45527339-1', 'fabiocaseri.com');
ga('send', 'pageview');
</script>
</body>
</html>