-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
303 lines (224 loc) · 12.1 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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<html>
<head>
<meta charset="utf-8"/>
<meta name="description" content=""/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Lion dance</title>
<link rel="shortcut icon" href="https://blylan.github.io/favicon.ico?v=1597295289001">
<link href="https://cdn.bootcss.com/font-awesome/5.11.2/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="https://blylan.github.io/styles/main.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/highlight.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/languages/dockerfile.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/languages/dart.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/languages/go.min.js"></script>
<script src="https://cdn.bootcss.com/moment.js/2.23.0/moment.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<!-- DEMO JS -->
<!--<script src="media/scripts/index.js"></script>-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-168919282-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-168919282-1');
</script>
</head>
<body>
<div class="main gt-bg-theme-color-first">
<div class="main-content">
<nav class="navbar navbar-expand-lg">
<div class="navbar-brand">
<img class="user-avatar" src="/images/avatar.png" alt="头像">
<div class="site-name gt-c-content-color-first">
Lion dance
</div>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars gt-c-content-color-first" style="font-size: 18px"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="navbar-nav mr-auto" style="text-align: center">
<div class="nav-item">
<a href="/" class="menu gt-a-link">
首页
</a>
</div>
<div class="nav-item">
<a href="/archives" class="menu gt-a-link">
归档
</a>
</div>
<div class="nav-item">
<a href="/tags" class="menu gt-a-link">
标签
</a>
</div>
<div class="nav-item">
<a href="/post/about" class="menu gt-a-link">
关于
</a>
</div>
</div>
</div>
</nav>
<div class="post-list-container">
<div class="post-inner">
<div class="post gt-bg-theme-color-second">
<div class="post-left">
<div>
<span class="sticky-top-flag gt-bg-accent-color-first">置顶</span>
<a href="https://blylan.github.io/post/personal/">
<span class="post-title gt-c-content-color-first">个人经历</span>
</a>
</div>
<div class="gt-post-content post-abstract gt-c-content-color-second">
<p>记录部分个人经历,包括:教育观察、志愿者活动、教育实习等</p>
</div>
<div class="post-info">
<time class="post-time gt-c-content-color-first">
发布于 · 2020-06-01 ·
</time>
<a href="https://blylan.github.io/tag/AU9n5T0b4/" class="post-tag">
# 个人经历
</a>
</div>
</div>
<a href="https://blylan.github.io/post/personal/" class="post-feature-image"
style="background-image: url('https://blylan.github.io/post-images/personal.png')">
</a>
</div>
<div class="post gt-bg-theme-color-second">
<div class="post-left">
<div>
<a href="https://blylan.github.io/post/003/">
<span class="post-title gt-c-content-color-first">与狮相伴-第三章</span>
</a>
</div>
<div class="gt-post-content post-abstract gt-c-content-color-second">
<p>情感游戏,手指活动,肢体活动</p>
</div>
<div class="post-info">
<time class="post-time gt-c-content-color-first">
发布于 · 2020-06-05 ·
</time>
<a href="https://blylan.github.io/tag/TagBoRvmI/" class="post-tag">
# 课程教学
</a>
</div>
</div>
<a href="https://blylan.github.io/post/003/" class="post-feature-image"
style="background-image: url('https://blylan.github.io/post-images/003.jpg')">
</a>
</div>
<div class="post gt-bg-theme-color-second">
<div class="post-left">
<div>
<a href="https://blylan.github.io/post/002/">
<span class="post-title gt-c-content-color-first">与狮相伴-第二章</span>
</a>
</div>
<div class="gt-post-content post-abstract gt-c-content-color-second">
<p>完整醒狮形象,了解现代醒狮造型,创意造型设计<br>
传统狮艺,舞狮活动动作<br>
舞狮活动乐器与物品,会狮活动,云游览 谭公宝诞</p>
</div>
<div class="post-info">
<time class="post-time gt-c-content-color-first">
发布于 · 2020-06-04 ·
</time>
<a href="https://blylan.github.io/tag/TagBoRvmI/" class="post-tag">
# 课程教学
</a>
</div>
</div>
<a href="https://blylan.github.io/post/002/" class="post-feature-image"
style="background-image: url('https://blylan.github.io/post-images/002.jpg')">
</a>
</div>
<div class="post gt-bg-theme-color-second">
<div class="post-left">
<div>
<a href="https://blylan.github.io/post/001/">
<span class="post-title gt-c-content-color-first">与狮相伴-第一章</span>
</a>
</div>
<div class="gt-post-content post-abstract gt-c-content-color-second">
<p>醒狮发展历史,南狮与北狮,狮头制作流程,其他地域的舞狮文化<br>
醒狮狮装,醒狮涂装,“明牙震脷”,牙齿绘制方法<br>
花纹绘制方法,花纹造型特征,传统装饰纹样设计知识与步骤</p>
</div>
<div class="post-info">
<time class="post-time gt-c-content-color-first">
发布于 · 2020-06-03 ·
</time>
<a href="https://blylan.github.io/tag/TagBoRvmI/" class="post-tag">
# 课程教学
</a>
</div>
</div>
<a href="https://blylan.github.io/post/001/" class="post-feature-image"
style="background-image: url('https://blylan.github.io/post-images/001.jpg')">
</a>
</div>
<div class="post gt-bg-theme-color-second">
<div class="post-left">
<div>
<a href="https://blylan.github.io/post/intro/">
<span class="post-title gt-c-content-color-first">与狮相伴-岭南醒狮文化互动式学习</span>
</a>
</div>
<div class="gt-post-content post-abstract gt-c-content-color-second">
<p>项目综述:<br>
以民俗文化中岭南醒狮文化作为教学切入点<br>
充满游戏性互动式线上艺术教学(主题篇章性科普教学)<br>
教学活动将锻炼创意能力、动手能力、艺术审美能力、肢体能力</p>
</div>
<div class="post-info">
<time class="post-time gt-c-content-color-first">
发布于 · 2020-06-02 ·
</time>
<a href="https://blylan.github.io/tag/o1poH-jPK/" class="post-tag">
# 项目介绍
</a>
</div>
</div>
<a href="https://blylan.github.io/post/intro/" class="post-feature-image"
style="background-image: url('https://blylan.github.io/post-images/intro.png')">
</a>
</div>
</div>
</div>
<div class="pagination-container">
</div>
<div class="site-footer gt-c-content-color-first">
<div class="slogan gt-c-content-color-first">与狮相伴,醒狮文化教学记录</div>
<div class="social-container">
</div>
<div class="footer-info">
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a>
</div>
<div>
Theme by <a href="https://imhanjie.com/" target="_blank">imhanjie</a>, Powered by <a
href="https://github.com/getgridea/gridea" target="_blank">Gridea | <a href="https://blylan.github.io/atom.xml" target="_blank">RSS</a></a>
</div>
</div>
<script>
hljs.initHighlightingOnLoad()
</script>
</div>
</div>
</body>
</html>