-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
97 lines (85 loc) · 3.42 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html>
<head>
<title>About - Guirong</title>
<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" />
<link rel="apple-touch-icon" sizes="180x180" href="icon180.png"/>
<meta name="description" content="A developer focus on front-end development (web , android ,ios), working at tmall.com , at Hangzhou China
Email: guirong.cao[at]gmail.com
Github: http://github.com/guirong">
<meta property="og:type" content="website">
<meta property="og:title" content="About">
<meta property="og:url" content="http://guirong.github.io/about.html">
<meta property="og:site_name" content="Guirong">
<meta property="og:description" content="A developer focus on front-end development (web , android ,ios), working at tmall.com , at Hangzhou China
Email: guirong.cao[at]gmail.com
Github: http://github.com/guirong">
<meta property="og:image" content="/tx.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="About">
<meta name="twitter:description" content="A developer focus on front-end development (web , android ,ios), working at tmall.com , at Hangzhou China
Email: guirong.cao[at]gmail.com
Github: http://github.com/guirong">
<link rel="alternative" href="/feed.xml" title="Guirong" type="application/atom+xml">
<link rel="icon" href="/favicon32.png" type="image/png" />
<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 href="/">Home</a>
<a href="/tags.html">Tags</a>
<a href="/read.html">Read</a>
<a class="current" href="/about.html">About</a>
<a href="/feed.xml">Feed</a>
</nav>
<article id="content">
<p><img src="/tx.jpg" style="width:180px;"><br>A developer focus on front-end development (web , android ,ios), working at <a href="//www.tmall.com">tmall.com</a> , at Hangzhou China</p>
<p>Email: guirong.cao[at]gmail.com</p>
<p>Github: <a href="http://github.com/guirong" target="_blank" rel="external">http://github.com/guirong</a></p>
</article>
<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>