-
Notifications
You must be signed in to change notification settings - Fork 0
/
page2.html
254 lines (213 loc) · 15.5 KB
/
page2.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=1">
<meta name="keywords" content="斯屹, 骑红色自行车的少年">
<meta name="description" content="骑红色自行车的少年">
<link rel="stylesheet" href="/bundle/index.css">
<title>斯屹</title>
</head>
<body>
<article class="container">
<a class="index" href="/">斯屹</a>
<ul class="menu">
<li class="menu-item"><a href="/archive.html">归档</a></li>
<li class="menu-item"><a href="/tag.html">标签</a></li>
</ul>
<script type="text/javascript">
var timeSinceLang = {
year: '年前',
month: '个月前',
day: '天前',
hour: '小时前',
minute: '分钟前',
second: '秒前'
};
</script>
<script type="text/javascript">
var conn, reloadTimer, connectTimer;
var connect = function() {
conn = new WebSocket('ws://' + location.host + '/live');
conn.onmessage = function(event) {
if (event.data === 'change') {
if (reloadTimer) clearTimeout(reloadTimer);
reloadTimer = setTimeout(function() {
window.location.reload();
}, 200);
}
};
conn.onclose = function() {
if (connectTimer) clearTimeout(connectTimer);
connectTimer = setTimeout(function() {
connect();
}, 1000);
};
};
connect();
</script>
<article class="main page">
<header class="header site">
<img class="logo" src="/images/siyi.png" />
<h1 class="title">斯屹</h1>
<h2 class="subtitle">骑红色自行车的少年</h2>
</header>
<ul class="article-list">
<li class="article">
<a class="title" href="/%e6%97%b6%e9%97%b4%e6%9c%ba%e5%99%a8/2015/03/22/rpi/index.html">换用 Raspberry Pi 实现同样的效果</a>
<section class="preview content">Arduino 开发用的是 C++,略显生涩,教小朋友,还是来 Python 吧,Pi 也能做这个事呢。...</section>
<section class="info">
<span class="avatar" style="background-image: url(/images/gnawux.png);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1426954699">
<span class="from"></span>
</span>
<span class="tags">
<a class="tag" href="/tag/Raspberry%20Pi/index.html">Raspberry Pi</a><a class="tag" href="/tag/EE/index.html">EE</a><a class="tag" href="/tag/birthday/index.html">birthday</a><a class="tag" href="/tag/siyi/index.html">siyi</a><a class="tag" href="/tag/tutorial/index.html">tutorial</a><a class="tag" href="/tag/%e6%97%b6%e9%97%b4%e6%9c%ba%e5%99%a8/index.html">时间机器</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/%e6%97%b6%e9%97%b4%e6%9c%ba%e5%99%a8/2015/03/20/happy-birthday/index.html">生日快乐,斯屹</a>
<section class="preview content">今年过生日,爸爸耍了个小把戏——设计了一个个滚动液晶屏来娱乐小朋友,价格便宜新意足,特此记录...</section>
<section class="info">
<span class="avatar" style="background-image: url(/images/gnawux.png);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1426848079">
<span class="from"></span>
</span>
<span class="tags">
<a class="tag" href="/tag/Arduino/index.html">Arduino</a><a class="tag" href="/tag/EE/index.html">EE</a><a class="tag" href="/tag/birthday/index.html">birthday</a><a class="tag" href="/tag/siyi/index.html">siyi</a><a class="tag" href="/tag/tutorial/index.html">tutorial</a><a class="tag" href="/tag/%e6%97%b6%e9%97%b4%e6%9c%ba%e5%99%a8/index.html">时间机器</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/%e6%97%b6%e9%97%b4%e6%9c%ba%e5%99%a8/2014/01/07/happy-new-year/index.html">A Better Year</a>
<section class="preview content">2013年年度总结,充实的一年,成长的一年,更好的一年...</section>
<section class="info">
<span class="avatar" style="background-image: url(/images/gnawux.png);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1389109279">
<span class="from"></span>
</span>
<span class="tags">
<a class="tag" href="/tag/children/index.html">children</a><a class="tag" href="/tag/new%20year/index.html">new year</a><a class="tag" href="/tag/life/index.html">life</a><a class="tag" href="/tag/siyi/index.html">siyi</a><a class="tag" href="/tag/video/index.html">video</a><a class="tag" href="/tag/%e6%97%b6%e9%97%b4%e6%9c%ba%e5%99%a8/index.html">时间机器</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/%e6%97%b6%e9%97%b4%e6%9c%ba%e5%99%a8/2012/12/26/merry-christmas-2/index.html">Merry Christmas</a>
<section class="info">
<span class="avatar" style="background-image: url(/images/gnawux.png);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1356482479">
<span class="from"></span>
</span>
<span class="tags">
<a class="tag" href="/tag/baby/index.html">baby</a><a class="tag" href="/tag/Christmas/index.html">Christmas</a><a class="tag" href="/tag/life/index.html">life</a><a class="tag" href="/tag/siyi/index.html">siyi</a><a class="tag" href="/tag/video/index.html">video</a><a class="tag" href="/tag/%e6%97%b6%e9%97%b4%e6%9c%ba%e5%99%a8/index.html">时间机器</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/%e7%bb%8f%e5%85%b8%e4%b8%80%e5%88%bb/2012/12/16/merry-christmas-1/index.html">圣诞快乐</a>
<section class="preview content">一家人一起走过这么多年了,感慨良多啊...</section>
<section class="info">
<span class="avatar" style="background-image: url(/images/gnawux.png);"></span>
<a class="name" href="/about.gnawux.html">daddy</a>
<span class="date" data-time="1355639059">
<span class="from"></span>
</span>
<span class="tags">
<a class="tag" href="/tag/Christmas/index.html">Christmas</a><a class="tag" href="/tag/photo/index.html">photo</a><a class="tag" href="/tag/siyi/index.html">siyi</a><a class="tag" href="/tag/%e5%9c%a3%e8%af%9e%e8%8a%82/index.html">圣诞节</a><a class="tag" href="/tag/%e5%ad%a9%e5%ad%90/index.html">孩子</a><a class="tag" href="/tag/%e7%bb%8f%e5%85%b8%e4%b8%80%e5%88%bb/index.html">经典一刻</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/%e7%ab%a5%e8%a8%80%e6%97%a0%e5%bf%8c/2012/12/15/genuine-daddy/index.html">亲爹</a>
<section class="preview content">爸爸问,“你为什么对我这么好啊”,斯屹说:“因为你是我亲爹啊!”...</section>
<section class="info">
<span class="avatar" style="background-image: url(/images/gnawux.png);"></span>
<a class="name" href="/about.gnawux.html">daddy</a>
<span class="date" data-time="1355570715">
<span class="from"></span>
</span>
<span class="tags">
<a class="tag" href="/tag/siyi/index.html">siyi</a><a class="tag" href="/tag/%e4%ba%b2%e7%88%b9/index.html">亲爹</a><a class="tag" href="/tag/%e5%ad%a9%e5%ad%90/index.html">孩子</a><a class="tag" href="/tag/%e8%af%ad%e5%bd%95/index.html">语录</a><a class="tag" href="/tag/%e7%ab%a5%e8%a8%80%e6%97%a0%e5%bf%8c/index.html">童言无忌</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/%e7%ab%a5%e8%a8%80%e6%97%a0%e5%bf%8c/2012/04/26/a-second-child/index.html">两个孩子</a>
<section class="preview content">斯屹:妈妈,你想让咱们家有两个孩子么?...</section>
<section class="info">
<span class="avatar" style="background-image: url(/images/gnawux.png);"></span>
<a class="name" href="/about.gnawux.html">daddy</a>
<span class="date" data-time="1335401478">
<span class="from"></span>
</span>
<span class="tags">
<a class="tag" href="/tag/%e5%aa%b3%e5%a6%87/index.html">媳妇</a><a class="tag" href="/tag/%e5%ad%a9%e5%ad%90/index.html">孩子</a><a class="tag" href="/tag/%e8%af%ad%e5%bd%95/index.html">语录</a><a class="tag" href="/tag/%e7%ab%a5%e8%a8%80%e6%97%a0%e5%bf%8c/index.html">童言无忌</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/%e7%bb%8f%e5%85%b8%e4%b8%80%e5%88%bb/2012/03/20/happy-birthday/index.html">斯屹生日快乐</a>
<section class="preview content">今天是斯屹的四岁生日,祝你生日快乐,也祝你妈妈青春永驻...</section>
<section class="info">
<span class="avatar" style="background-image: url(/images/gnawux.png);"></span>
<a class="name" href="/about.gnawux.html">daddy</a>
<span class="date" data-time="1332227233">
<span class="from"></span>
</span>
<span class="tags">
<a class="tag" href="/tag/photo/index.html">photo</a><a class="tag" href="/tag/%e7%85%a7%e7%89%87/index.html">照片</a><a class="tag" href="/tag/%e7%94%9f%e6%97%a5/index.html">生日</a><a class="tag" href="/tag/%e7%bb%8f%e5%85%b8%e4%b8%80%e5%88%bb/index.html">经典一刻</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/%e7%ab%a5%e8%a8%80%e6%97%a0%e5%bf%8c/2012/01/31/i-dare-not/index.html">我不敢⋯⋯</a>
<section class="info">
<span class="avatar" style="background-image: url(/images/gnawux.png);"></span>
<a class="name" href="/about.gnawux.html">daddy</a>
<span class="date" data-time="1328025009">
<span class="from"></span>
</span>
<span class="tags">
<a class="tag" href="/tag/%e8%83%86%e5%b0%8f%e9%ac%bc/index.html">胆小鬼</a><a class="tag" href="/tag/%e8%af%ad%e5%bd%95/index.html">语录</a><a class="tag" href="/tag/%e7%ab%a5%e8%a8%80%e6%97%a0%e5%bf%8c/index.html">童言无忌</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/%e7%ab%a5%e8%a8%80%e6%97%a0%e5%bf%8c/2012/01/31/pig/index.html">猪⋯⋯</a>
<section class="info">
<span class="avatar" style="background-image: url(/images/gnawux.png);"></span>
<a class="name" href="/about.gnawux.html">daddy</a>
<span class="date" data-time="1328024746">
<span class="from"></span>
</span>
<span class="tags">
<a class="tag" href="/tag/%e5%a5%b3%e8%8b%b1%e9%9b%84/index.html">女英雄</a><a class="tag" href="/tag/%e5%b0%8f%e7%8b%97%e7%86%8a/index.html">小狗熊</a><a class="tag" href="/tag/%e5%b0%8f%e8%8b%b1%e9%9b%84/index.html">小英雄</a><a class="tag" href="/tag/%e6%88%91%e6%98%af%e7%8c%aa/index.html">我是猪</a><a class="tag" href="/tag/%e8%af%ad%e5%bd%95/index.html">语录</a><a class="tag" href="/tag/%e7%ab%a5%e8%a8%80%e6%97%a0%e5%bf%8c/index.html">童言无忌</a>
</span>
</section>
</li>
</ul>
<section class="page-nav">
<a class="prev" href="/index.html">上一页</a>
<span class="nav">2 / 4</span>
<a class="next" href="/page3.html">下一页</a>
</section>
</article>
</article>
<footer class="footer">
<span class="copyright">
斯屹 ©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</span>
<span class="publish">Powered by <a href="http://www.inkpaper.io/" target="_blank">Ink</a></span>
</footer>
</body>
<script src="/bundle/index.js"></script>
</html>