-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.html
66 lines (61 loc) · 2.36 KB
/
aboutme.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Li Luyi</title>
<meta name="description" content="Li Luyi is a phd candidate from Beihang University, China." />
<style type="text/css">
body {
margin: 30px;
font-family: georgia, times, serif;
text-align: center;
color: black;
background: white;
}
.small {
font-size: 1em;
color: #555;
}
.large {
font-size: 2em;
}
a {
color: black;
}
.footer {
font-size: 1em;
font-style: italic;
color: #555;
line-height: 1.5em;
}
</style>
<script type="text/javascript">
function write_email() {
document.write([">", "a", "/", "<", "m", "o", "c", ".", "l", "i", "a", "m", "g", "@", "9", "1", "6" "0", "n", "a", "u", "g", "n", "i", "q", ">", "\"", "m", "o", "c", ".", "l", "i", "a", "m", "g", "@", "9", "1", "6" "0", "n", "a", "u", "g", "n", "i", "q", ":", "o", "t", "l", "i", "a", "m", "\"", "=", "f", "e", "r", "h", " ", "a", "<"].reverse().join(''))
}
</script>
</head>
<body>
<p class="small">YOU HAVE REACHED</p>
<p class="large">liluyi.github.com</p>
<p class="small">WHICH BELONGS TO</p>
<p class="large">Li Luyi</p>
<p class="small">WHO CAN BE REACHED BY EMAIL</p>
<p class="large"><script type="text/javascript"> write_email(); </script></p>
<p class="large"><a href="mailto:[email protected]">[email protected]</a></p>
<p class="footer">Li Luyi is a <a href="http://en.wikipedia.org/wiki/Student">phd candidate</a> who majors in <a href="http://en.wikipedia.org/wiki/Software_reliability">Software Reliability</a> Engineering in <a href="http://en.wikipedia.org/wiki/BUAA">Beihang University</a>.
<br />He lives in <a href="http://en.wikipedia.org/wiki/Beijing" target="_blank">Beijing, China</a> now.</p>
</body>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38171054-1']);
_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>
<!-- Google Analytics end -->
</html>