-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (75 loc) · 2.94 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
<!DOCTYPE html>
<html>
<head>
<title>Romuald Brillout</title>
<meta name="description" content="Romuald Brillout"></meta>
<meta name="google-site-verification" content="8HfAfUkB6ASnezRo6cPmxaoiOK6NfEBEmyjIRTyX4Fc"></meta>
<style>
@font-face{
font-family: "Mallanna";
src: url("Mallanna-Regular.ttf");
}
@font-face{
font-family: "Inconsolata";
src: url("Inconsolata-Regular.ttf");
}
body{
text-align: center;
color: #333;
}
#content{
display: inline-block;
text-align: left;
}
*{
font-family: "Inconsolata";
font-size: 20px;
}
h1{
font-weight: normal;
font-family: "Mallanna";
font-size: 33px;
margin-bottom: 7px;
}
img{
position: relative;
top: 3px;
}
a{
margin: 0px 0px 5px 1px;
text-decoration: none;
color: #888;
display: block;
}
</style>
</head>
<body>
<div id='content'>
<h1>Romuald Brillout</h1>
<a target='_blank' rel='nofollow me' href='https://github.com/brillout'>
<img width=16 height=16 src='https://github.com/favicon.ico'></img>
github.com/brillout
</a>
<a target='_blank' rel='nofollow me' href='https://twitter.com/brillout'>
<img width=16 height=16 src='http://abs.twimg.com/favicons/favicon.ico'></img>
@brillout
</a>
<a target='_blank' rel='nofollow me' href='https://www.facebook.com/brillout'>
<img width=16 height=16 src='http://fbstatic-a.akamaihd.net/rsrc.php/yl/r/H3nktOa7ZMg.ico'></img>
fb.com/brillout
</a>
<a id="email" target='_blank'>
<img width=16 height=16 src='http://ssl.gstatic.com/ui/v1/icons/mail/images/favicon2.ico'></img>
<span id="emailText"><span style='color: red;'>enable JavaScript to see Email Address</span></span>
</a>
<script>
var PREFIX = "hi";
var email = PREFIX+"@brillout.com";
document.getElementById('email').href = 'mailto:'+email;
document.getElementById('emailText').innerHTML = email;
</script>
<a rel="nofollow author" target="_blank" style="display: none" href="https://plus.google.com/101467462107835542779?rel=author">Romuald Brillout</a>
<a rel="nofollow me" target="_blank" style="display: none" href="https://plus.google.com/101467462107835542779" >Romuald Brillout</a>
</div>
</body>
</html>