-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (88 loc) · 4.45 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
104
105
106
107
108
109
110
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/>
<meta name="mobile-web-app-capable" content="yes">
<!--ref: https://developer.chrome.com/multidevice/android/installtohomescreen-->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no" />
<meta property="og:image" content="http://thefancy-media-ec2.thefancy.com/images/app_1_180603348626536_7318.gif">
<meta property="og:type" content="thefancy:website">
<title>Guirong</title>
<link rel="apple-touch-icon" sizes="114x114" href="//static-ec2.thefancy.com/_static_gen/_ui/images/ios-114.06643f88aa89.png">
<link rel="apple-touch-icon" sizes="57x57" href="//static-ec4.thefancy.com/_static_gen/_ui/images/ios-57.81f768aa4611.png">
<link rel="apple-touch-icon" sizes="72x72" href="//static-ec6.thefancy.com/_static_gen/_ui/images/ios-72.5115538ce5aa.png">
<link rel="shortcut icon" href="//static-ec4.thefancy.com/_static_gen/_ui/images/favicon.aee5ea9f069e.ico" type="image/x-icon" />
<meta name="description">
<meta property="og:type" content="website">
<meta property="og:title" content="Guirong">
<meta property="og:url" content="http://guirong.github.io/">
<meta property="og:site_name" content="Guirong">
<meta property="og:description">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Guirong">
<meta name="twitter:description">
<link rel="alternative" href="/feed.xml" title="Guirong" type="application/atom+xml">
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="stylesheet" href="/highlight.css" type="text/css">
<!--[if lte IE 8]>
<!-- @todo -->
<![endif]-->
</head>
<body>
<div id="main">
<header>
<h1><span class="rotate">@</span>Guirong</h1>
<div class="line r"></div>
<div class="line g"></div>
<div class="line b"></div>
</header>
<nav>
<a class="current" href="/">Home</a>
<a href="/tags.html">Tags</a>
<a href="/read.html">Read</a>
<a href="/about.html">About</a>
<a href="/feed.xml">Feed</a>
</nav>
<div id="content" class="posts">
<ul>
<li><time datetime="2014-11-03T12:19:14.000Z" itemprop="datePublished">2014-11-03</time> <a title="About Head Html Tag" href="/2014/11/head.html">About Head Html Tag</a></li>
<li><time datetime="2014-11-03T12:17:47.000Z" itemprop="datePublished">2014-11-03</time> <a title="智能生活-潮玩酷" href="/2014/11/tech-prds.html">智能生活-潮玩酷</a></li>
<li><time datetime="2014-10-23T05:19:37.000Z" itemprop="datePublished">2014-10-23</time> <a title="viewport need to know" href="/2014/10/viewport.html">viewport need to know</a></li>
<li><time datetime="2014-10-22T08:29:58.000Z" itemprop="datePublished">2014-10-22</time> <a title="fe references" href="/2014/10/fe-references.html">fe references</a></li>
<li><time datetime="2014-10-22T04:00:39.000Z" itemprop="datePublished">2014-10-22</time> <a title="跨终端实践-天猫试戴的解决方案" href="/2014/10/crossend-tmalltry.html">跨终端实践-天猫试戴的解决方案</a></li>
<li><time datetime="2014-10-18T09:42:03.000Z" itemprop="datePublished">2014-10-18</time> <a title="About Touch Icons" href="/2014/10/about-touch-icons.html">About Touch Icons</a></li>
<li><time datetime="2014-10-16T07:45:51.000Z" itemprop="datePublished">2014-10-16</time> <a title="Hello World" href="/2014/10/hello-world.html">Hello World</a></li>
</ul>
</div>
<footer>
© 2014 Guirong Cao.
</footer>
</div>
<a id="back2top">Top</a>
<script>
(function(){
var b = document.getElementById("back2top"),
bt = b.style,
t;
window.addEventListener("scroll",function(){
if(!t){
t = setTimeout(function(){
if(window.scrollY > window.innerHeight*2){
bt.visibility = "visible";
}else{
bt.visibility = "hidden";
}
t = clearTimeout(t);
},500);
}
});
b.addEventListener("click",function(){
window.scrollTo(0,0);
});
})();
</script>
</body>
</html>