forked from xavieryao/xavieryao.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (47 loc) · 2.69 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Xavier Yao's GitHub Page</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/jquery.min.js"></script>
<script src="javascripts/pagedown.js"></script>
<script src="javascripts/functions.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1>Always a Long Way to Go</h1>
<p>Xavier Yao's GitHub Page</p>
</header>
<div id="banner">
<span id="logo"></span>
<div class="btn_row">
<a href="javascript:switchPage('home');" class="button fixed float" id="home"><strong>Back To Home</strong></a>
<a href="javascript:switchPage('index');" class="button fixed"><strong>Table Of Content</strong></a>
<a href="https://github.com/xavieryao" class="button"><strong>View On GitHub</strong></a>
<a href="http://weibo.com/xavieryao" class="button"><strong>Contact At Weibo</strong></a>
</div>
</div><!-- end banner -->
<div class="wrapper">
<section id="content">
<!-- 异步填充内容 -->
<!-- Wherever you go, whatever you do, I will be right here waiting for you. -->
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
<p><small>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">Xavier Yao's GitHub Page</span> 由 <a xmlns:cc="http://creativecommons.org/ns#" href="http://xavieryao.github.io" property="cc:attributionName" rel="cc:attributionURL">Xavier Yao</a> 创作<br />采用 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享 署名-非商业性使用-相同方式共享 4.0 国际 许可协议</a>进行许可。
<small></p>
<p><small>All source codes are open-sourced under <a rel="license" href="javascript:switchPage('../License');">GPL v3.</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>