-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
executable file
·134 lines (75 loc) · 3.06 KB
/
authors.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="cupen<xcupen@gmail.com>">
<meta name="description" content="Posts and writings by cupen<xcupen@gmail.com>">
<title>
吹水轩
– Authors </title>
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,800" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="https://blog.dogame.cc/theme/images/logo.png">
<link rel="stylesheet" href="https://blog.dogame.cc/theme/css/style.min.css?a54a83d7">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
</head>
<body>
<div class="container">
<div class="four columns sidebar">
<nav>
<a href="https://blog.dogame.cc/">
<img src="https://blog.dogame.cc/images/avatar.jpg" id="gravatar" alt="My photo" />
</a>
<h2><a href="https://blog.dogame.cc/">cupen<xcupen@gmail.com></a></h2>
<div id="bio">
<p>Stay handsome, stay rich.</p>
</div>
<div id="social">
<div id="stalker">
<a title="xcupen on Twitter" href="https://twitter.com/xcupen">
<i class="fa fa-twitter"></i>
</a>
<a title="cupen on Github" href="https://github.com/cupen">
<i class="fa fa-github"></i>
</a>
<a title="4909388/cupen on Stack Overflow" href="http://stackoverflow.com/users/4909388/cupen">
<i class="fa fa-stack-overflow"></i>
</a>
</div> </div>
<div id="tags">
<ul class="list-group col-md-1 row-sm-1">
<li class="list-group-item"><a href="https://blog.dogame.cc/pages/about.html">关于</a></li>
<li class="list-group-item"><a href="https://blog.dogame.cc/pages/plans.html">计划</a></li>
<li class="list-group-item"><a href="https://blog.dogame.cc/pages/wiki.html">Wiki</a></li>
<li class="list-group-item"><a href="http://evilbinary.org" target="_blank">鸭子<span
style="font-size: 0.7em">↗</span> </a></li>
</ul>
</div>
</nav> </div>
<div class="eleven columns content">
<article id="home">
<div class="article_text">
<ul>
<li><a href="https://blog.dogame.cc/author/cupen.html">cupen\<xcupen@gmail.com\></a> (8)</li>
</ul>
</div>
</article>
<div class="footer">
<div class="disclaimer">
<div id="license" style="margin-top: 10px">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
</a>
</div>
<p>
© cupen<xcupen@gmail.com>, — built with <a href="http://getpelican.com" target="_blank">Pelican</a> and
forked <a href="https://github.com/cupen/taman" target="_blank">Taman</a>
</p>
</div> </div>
</div>
</div>
</body>
</html>