-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
283 lines (176 loc) · 6.18 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
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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--Description-->
<!--Author-->
<meta name="author" content="Kate">
<!--Open Graph Title-->
<meta property="og:title" content="Kate"/>
<!--Open Graph Description-->
<!--Open Graph Site Name-->
<meta property="og:site_name" content="Kate"/>
<!--Type page-->
<meta property="og:type" content="website" />
<!--Page Cover-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Title -->
<title>Kate</title>
<link rel="shortcut icon" href="/images/favicon.ico">
<!-- Custom CSS/Sass -->
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<!-- Nav -->
<header class="site-header">
<nav class="container">
<a class="header-logo" href="/" rel="home">
<img src="/images/header-avatar.png" alt="Kate">
</a>
<a class="header-link pull-right " href="/about">
关于
</a>
<a class="header-link pull-right " href="/archives">
归档
</a>
<a class="header-link pull-right " href="/page">
文章
</a>
<a class="header-link pull-right " href="/works">
作品
</a>
</nav>
</header>
<!-- Main Content -->
<div class="site-content home">
<div class="container container-works">
<h1 class="section-title">
<span>Works</span>
<a href="/works" class="btn-more pull-right">more</a>
</h1>
<p class="section-description">仰望星空,脚踏实地</p>
<ul class="row works-list section-list">
<li class="col-sm-6 col-md-4 section-item">
<a class="list-item" href="/2019/kouyuyi/">
<div class="poster">
<img src="/images/post/H5Design/h5-cover.png">
</div>
<div class="desc">
<h4 class="title">口语易</h4>
</div>
</a>
</li>
<li class="col-sm-6 col-md-4 section-item">
<a class="list-item" href="/2019/summerholiday/">
<div class="poster">
<img src="/images/post/summerholiday/summer-cover.png">
</div>
<div class="desc">
<h4 class="title">暑期活动</h4>
</div>
</a>
</li>
<li class="col-sm-6 col-md-4 section-item">
<a class="list-item" href="/2019/webredesign/">
<div class="poster">
<img src="/images/post/paper/web-cover.png">
</div>
<div class="desc">
<h4 class="title">官网改版与优化</h4>
</div>
</a>
</li>
</ul>
</div>
<!-- 最近文章 -->
<div class="container container-articles">
<div class="space-lg"></div>
<h1 class="section-title">
<span>Recent Posts</span>
<a href="/page" class="btn-more pull-right">more</a>
</h1>
<p class="section-description">学无止境</p>
<ul class="row articles-list section-list">
<li class="col-sm-6 col-md-4 section-item">
<a class="list-item" href="/2019/glitch/">
<div>
<h3 class="item-title"># 浅谈故障艺术(GlitchArt)</h3>
<p class="item-desc">2019-04-20</p>
</div>
</a>
</li>
<li class="col-sm-6 col-md-4 section-item">
<a class="list-item" href="/2019/puta/">
<div>
<h3 class="item-title"># 复杂的世间,佛在哪?——《大佛普拉斯》</h3>
<p class="item-desc">2019-04-14</p>
</div>
</a>
</li>
<li class="col-sm-6 col-md-4 section-item">
<a class="list-item" href="/2019/man-love/">
<div>
<h3 class="item-title"># 我陪我走到最后——《谁先爱上他的》</h3>
<p class="item-desc">2019-04-06</p>
</div>
</a>
</li>
<li class="col-sm-6 col-md-4 section-item">
<a class="list-item" href="/2019/webredesign/">
<div>
<h3 class="item-title"># webredesign</h3>
<p class="item-desc">2019-01-09</p>
</div>
</a>
</li>
<li class="col-sm-6 col-md-4 section-item">
<a class="list-item" href="/2019/branding redesign/">
<div>
<h3 class="item-title"># 标识物更新与应用</h3>
<p class="item-desc">2019-01-09</p>
</div>
</a>
</li>
<li class="col-sm-6 col-md-4 section-item">
<a class="list-item" href="/2019/summerholiday/">
<div>
<h3 class="item-title"># 暑期活动“王者挑战”</h3>
<p class="item-desc">2019-01-09</p>
</div>
</a>
</li>
</ul>
</div>
<div class="space-xlg"></div>
</div>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<div class="footer-qrcode text-center">
<img src="/images/weixin-qrcode.png"/>
</div>
<div class="footer-social">
<a href="https://dribbble.com/kate_xu" class="icon icon-dribbble" target="_blank">
<img src="/images/dribbble.svg">
</a>
<a href="https://www.behance.net/Kate_X" class="icon icon-behance" target="_blank">
<img src="/images/behance.svg">
</a>
<a href="https://github.com/7xw" class="icon icon-github" target="_blank">
<img src="/images/github.svg">
</a>
<a href="mailto:katexu@suool.net" class="icon icon-mail" target="_blank">
<img src="/images/mail.svg">
</a>
</div>
<div>
<span>Kate © 2019</span>
<span class="split">|</span>
<span>Powered by <a href="https://hexo.io/" target="_blank">Hexo</a> with Theme <a href="https://github.com/leadream/hexo-theme-juuust" target="_blank">Juuust</a></span>
</div>
</div>
</footer>
</body>
</html>