-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (87 loc) · 3.22 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="wot-verification" content="6d34ed9c0b715f3eb990" />
<meta name="keywords" content="Carmelo Velardo,product director,product strategy,PhD,PostDoc,Personal page,Oxford,Sensyne Health,COPD,engineering,multiple camera,biometrics,android" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="dc:creator" content="Carmelo Velardo" />
<link href="mailto:[email protected]" rev="made" />
<title>Carmelo Velardo</title>
<!-- <link rel="stylesheet" type="text/css" href="style.css"> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
<style type="text/css">
html,
body {
height: 100%;
width: 100%;
font-family: 'Share Tech Mono', monospace;
}
body {
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
height: 100vh;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.centred {
align-items: center;
display: flex;
justify-content: center;
height: 100%;
width: 100%;
}
a {
color: inherit;
text-decoration: inherit;
}
h2 {
text-decoration: underline;
}
h2:hover {
margin-left: 10px;
color: white;
background-color: black;
}
</style>
</head>
<body>
<div class="centred">
<div class="content">
<h1>Carmelo Velardo</h1>
<h2><a href="myWork/index.html">Personal page</a></h2>
<h2><a target="_blank" href="http://www.linkedin.com/in/carmelovelardo">Linkedin</a></h2>
<h2><a target="_blank" href="http://www.twitter.com/2dvisio/">Twitter</a></h2>
<h2><a target="_blank" href="https://github.com/2dvisio">Github</a></h2>
<h2><a target="_blank" href="http://www.flickr.com/photos/2dvisio">Photos</a></h2>
<h2><a href="projects/">Tinkering</h2>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6803252-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>