-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (72 loc) · 2.89 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>
<html>
<head>
<meta charset="utf-8">
<title>RamonCuni</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://firebasestorage.googleapis.com/v0/b/com-ramoncuni-1d649.appspot.com/o/favicon.png?alt=media&token=8a4326c4-f1b0-459a-a9da-f817c0fb6306">
<link rel="stylesheet" href="/static/reset.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="description" content="Ramon Cuni is a fullstack developer specialized on javascript, nodeJS, and all modern ECMASCRIPT stack">
<link rel="canonical" href="https://ramoncuni.com">
<meta name="robots" content="index,follow">
<link rel="alternate" hreflang="en-gb" href="https://ramoncuni.com">
<meta name="google-site-verification" content="mpzRXgGcM7VvUys97LyeSANgzbYyS73kuJ1ePpHzUDM" />
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "Person",
"name": "Ramon Cuni",
"birthDate": "1986-08-08",
"birthPlace": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Sa Pobla",
"addressRegion": "PM",
"postalCode": "07420",
"streetAddress": "Miquel Verdera, 19"
}
},
"email": "[email protected]"
}
</script>
<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
margin-top: 60px;
}
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<!-- Google Analytics -->
<script async="" src="//www.google-analytics.com/analytics.js"></script>
<script type="text/javascript">
(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-59529244-1', 'auto');
ga('require','displayfeatures');
</script>
<!-- Firebase -->
<script src="https://www.gstatic.com/firebasejs/4.6.2/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyC6L1Xas4_WgL6fiJXUzqHM3pNgYmKZAxY",
authDomain: "com-ramoncuni-1d649.firebaseapp.com",
databaseURL: "https://com-ramoncuni-1d649.firebaseio.com",
projectId: "com-ramoncuni-1d649",
storageBucket: "com-ramoncuni-1d649.appspot.com",
messagingSenderId: "229726664100"
};
firebase.initializeApp(config);
</script>
</html>