-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
79 lines (78 loc) · 2.04 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>J.Y Han</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/avatar_32x32.png" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="//cdn.staticfile.org/typo.css/1.1/typo.min.css">
<style>
html{
height: 100%;
}
body{
height: 100%;
padding: 0;
margin: 0;
background: #fff;
font-size: 12px;
color: #666;
font-family: sans-serif;
line-height: 1.45;
text-align: center;
}
aside img{
width: auto;
max-width: 100%;
vertical-align: bottom;
}
article{
display: table;
height: 100%;
width: 100%;
background: #101010;
}
section{
display: table-cell;
vertical-align: middle;
margin: 0;
padding: 0;
color: #fff;
}
section h1{
color: #fff;
margin-bottom: 30px;
font-size: 65px;
font-weight: bold;
line-height: 1;
}
section p{
font-size: 14px;
line-height: 1.78
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9097302-10']);
_gaq.push(['_setDomainName', 'han.im']);
_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>
</head>
<body>
<aside>
<img src="//ww2.sinaimg.cn/large/61b8bbf4tw1ef87saoulyj20bw0jodgo.jpg">
</aside>
<article>
<section>
<h1>Sigh</h1>
<p>nothing...bye!</p>
</section>
</article>
</body>
</html>