-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (37 loc) · 1.06 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- saved from url=(0023)http://joseluisrio.com/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>José Luís Rio</title>
<style type="text/css">
body{
padding: 0;
margin: 0;
text-align: center;
font-size: 14px;
color: #333;
font-family: Verdana;
width: 100vw;
}
div{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
a{
color: inherit;
}
a:hover{
text-decoration: none;
}
</style>
</head>
<body>
<div>
<h2>Who am I?</h2>
<p><br><a title="LinkedIn" href="https://www.linkedin.com/in/joseluisrio/">LinkedIn</a> | <a title="email" href="mailto:[email protected]">eMail</a></p>
</div>
</body></html>