-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.html
More file actions
82 lines (76 loc) · 3.54 KB
/
authors.html
File metadata and controls
82 lines (76 loc) · 3.54 KB
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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<title>startover's blog - Authors</title>
<link rel="shortcut icon" type="image/png" href="http://startover.github.io/favicon.png">
<link rel="shortcut icon" type="image/x-icon" href="http://startover.github.io/favicon.ico">
<link href="http://startover.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="startover's blog Full Atom Feed" />
<link rel="stylesheet" href="http://startover.github.io/theme/css/screen.css" type="text/css" />
<link rel="stylesheet" href="http://startover.github.io/theme/css/pygments.css" type="text/css" />
<link rel="stylesheet" href="http://startover.github.io/theme/css/print.css" type="text/css" media="print" />
<meta name="generator" content="Pelican" />
</head>
<body>
<!-- Fork me on github -->
<a target="_blank" href="https://github.com/startover">
<img width="149px" height="149px" style="position: absolute; top: 0px; right: 0; border: 0; margin: 0; box-shadow: initial" src="http://startover.github.io/theme/icons/forkme.png" alt="Fork me on GitHub" />
</a>
<header>
<nav>
<ul>
<li><a href="http://startover.github.io/">Home</a></li>
<li><a href="http://startover.github.io/about">About</a></li>
<li><a href="http://startover.github.io/categories">Categories</a></li>
<li><a href="http://startover.github.io/tags">Tags</a></li>
<li><a href="http://startover.github.io/archives">Archives</a></li>
</ul>
</nav>
<div class="header_box">
<h1><a href="http://startover.github.io/">startover's blog</a></h1>
</div>
</header>
<div id="wrapper">
<div id="content"> <h1>Authors on startover's blog</h1>
<ul> <li><a href="http://startover.github.io/author/startover.html">startover</a> (11)</li>
</ul>
<div class="clear"></div>
<footer>
<p>
<a href="https://github.com/jody-frankowski/blue-penguin">Blue Penguin</a> Theme
·
Powered by <a href="http://getpelican.com">Pelican</a>
·
<a href="http://startover.github.io/feeds/all.atom.xml" rel="alternate">Atom Feed</a>
</footer>
</div>
<div class="clear"></div>
</div>
<script src="http://startover.github.io/theme/js/libs/jquery-1.9.1.min.js"></script>
<script>
(function() {
var $backToTopTxt = "返回顶部", $backToTopEle = $('<div class="backToTop"></div>').appendTo($("body"))
.text($backToTopTxt).attr("title", $backToTopTxt).click(function() {
$("html, body").animate({ scrollTop: 0 }, 120);
}), $backToTopFun = function() {
var st = $(document).scrollTop(), winh = $(window).height();
(st > 0)? $backToTopEle.show(): $backToTopEle.hide();
//IE6下的定位
if (!window.XMLHttpRequest) {
$backToTopEle.css("top", st + winh - 166);
}
};
$(window).bind("scroll", $backToTopFun);
$(function() { $backToTopFun(); });
})();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63815463-1', 'startover.github.io');
ga('send', 'pageview');
</script>
</body>
</html>