-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcn.html
475 lines (385 loc) · 27.5 KB
/
cn.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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>张薇</title>
<!--
- favicon
-->
<link rel="shortcut icon" href="/assets/images/my-avatar.png" type="image/x-icon">
<!--
- custom css link
-->
<link rel="stylesheet" href="/assets/css/style.css">
<script src="https://kit.fontawesome.com/00eb215651.js" crossorigin="anonymous"></script>
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<!--
- #MAIN
-->
<main>
<!--
- #SIDEBAR
-->
<aside class="sidebar" data-sidebar>
<div class="sidebar-info">
<figure class="avatar-box">
<a href="/index.html"><img src="/assets/images/avatar.png" alt="Zhang Wei" width="80"></a>
</figure>
<div class="info-content">
<h1 class="name" title="Wei ZHANG">张薇</h1>
<p class="title">本硕英专生</p>
</div>
<button class="info_more-btn" data-sidebar-btn>
<span>Show Contacts</span>
<ion-icon name="chevron-down"></ion-icon>
</button>
</div>
<div class="sidebar-info_more">
<div class="separator"></div>
<ul class="contacts-list">
<li class="contact-item">
<div class="icon-box">
<ion-icon name="mail-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">邮箱</p>
<a href="mailto:[email protected]" class="contact-link">[email protected]</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="globe-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">网站</p>
<a href="#" class="contact-link">www.zhangwei.fit</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="phone-portrait-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">手机</p>
<a href="tel:+8617801021918" class="contact-link">+86 178-0102-1918</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="location-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">地点</p>
<address>北京海淀</address>
</div>
</li>
</ul>
<div class="separator"></div>
<ul class="social-list">
<li class="social-item">
<a href="/assets/doc/张薇_CV.pdf" class="social-link" target="_blank" title="CV">
<ion-icon name="document-attach-outline"></ion-icon>
</a>
</li>
<!-- <li class="social-item">
<a href="https://github.com/meeteliza" class="social-link" target="_blank">
<ion-icon name="logo-github"></ion-icon>
</a>
</li> -->
<!-- <li class="social-item">
<a href="https://www.linkedin.com/in/holazhangwei/" class="social-link">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</li> -->
</ul>
</div>
</aside>
<!--
- #main-content
-->
<div class="main-content">
<!--
- #NAVBAR
-->
<nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item">
<button class="navbar-link active1" onclick="window.location.href='/index.html'">英文主页</button>
</li>
</ul>
</nav>
<!--
- #ABOUT
-->
<article class="about active" data-page="homepage">
<header>
<h3 class="h2 article-title">关于我 <p style="margin-bottom: 10px; display: inline; font-size: var(--fs-6); color: rgb(87,6,140);
background-color: rgb(232, 229, 234); font-weight: var(--fw-300);"><a href="/assets/doc/张薇_CV.pdf" target="_blank"><i class="fa-solid fa-download"></i>下载简历</a></p>
</h3>
</header>
<section style="margin-top: 10px; margin-bottom: 10px;">
<h3 style="margin-bottom: 15px; font-size: var(--fs-6); font-weight: 400;text-align: center;"><i class="fa-solid fa-graduation-cap"></i> 教育背景</h3>
<div class="table" style="margin-bottom: 20px; font-size: var(--fs-6); font-weight: var(--fw-300);">
<div class="row">
<div class="cell cell1">2021-2024</div>
<div class="cell">北京外国语大学</div>
<div class="cell">硕士 · 英语语言文学</div>
</div>
<div class="row">
<div class="cell cell1">2018-2021</div>
<div class="cell">北京外国语大学</div>
<div class="cell">双学位 · 外交专业</div>
</div>
<div class="row">
<div class="cell cell1">2017-2021</div>
<div class="cell">北京外国语大学</div>
<div class="cell">学士 · 英语专业</div>
</div>
</div>
</section>
<section style="margin-top: 10px; margin-bottom: 10px;">
<h3 style="margin-bottom: 15px; font-size: var(--fs-6);font-weight: 400;text-align: center;"><i class="fa-solid fa-puzzle-piece"></i> 技能&荣誉</h3>
<div class="table">
<div class="row">
<div class="cell1 cell" style="font-weight: 500;">语言</div>
<div class="cell" style="font-size: var(--fs-6); font-weight: var(--fw-300);">英语 (专八专四优秀, 托福114, GRE328+4);西班牙语</div>
</div>
<div class="row">
<div class="cell cell1" style="font-weight: 500;">编程</div>
<div class="cell" style="font-size: var(--fs-6); font-weight: var(--fw-300);">Python, HTML, CSS, JavaScript, SQL, Latex</div>
</div>
<div class="row">
<div class="cell cell1" style="font-weight: 500;">软件</div>
<div class="cell" style="font-size: var(--fs-6); font-weight: var(--fw-300);">Adobe Ps, Ae, Pr, Ai, 秀米, 创客贴, SPSS, Acess, MS Office, Xmind</div>
</div>
<div class="row">
<div class="cell cell1" style="font-weight: 500;">应用</div>
<div class="cell" style="font-size: var(--fs-6); font-weight: var(--fw-300);">平面设计, 视频剪辑, 数据分析, 静态网页开发, 学术汇报, 学术写作, 英语教学</div>
</div>
<div class="row">
<div class="cell cell1" style="font-weight: 500;">荣誉</div>
<div class="cell" style="font-size: var(--fs-6); font-weight: var(--fw-300);">北外研究生一等奖学金 x2, 三好学生 x2, 二等奖学金, 优秀共青团员, 研究生会优秀部员;
北外本科生二等奖学金, 社会工作奖, 环球时报奖学金, 优秀共青团员</div>
</div>
<div class="row">
<div class="cell cell1" style="font-weight: 500;">领导力</div>
<div class="cell" style="font-size: var(--fs-6); font-weight: var(--fw-300);">北外英研会执行主席, 美国研究班班长, 北外学生资助中心宣传部部长, 北外跆拳道协会会长</div>
</div>
</div>
</section>
<section style="margin-top: 10px; margin-bottom: 10px;">
<h3 style="margin-bottom: 15px; font-size: var(--fs-6);font-weight: 400;text-align: center; margin-top:20px;"><i class="fa-solid fa-briefcase"></i> 实践经历</h3>
<div class="table" style="font-size: var(--fs-6); font-weight: var(--fw-300);">
<div class="row">
<div class="cell cell1">2022.11-2024.06</div>
<div class="cell">口语辅导老师 @ 北京外国语大学英语学院</div>
</div>
<div class="row">
<div class="cell cell1">2022.07-2023.07</div>
<div class="cell">执行主席 @ 北外英院研究生会</div>
</div>
<div class="row">
<div class="cell cell1">2021.11-2023.07</div>
<div class="cell">教学/研究助理 @ 北京外国语大学</div>
</div>
<div class="row">
<div class="cell cell1">2021.06-2021.08</div>
<div class="cell">市场部编辑 & 口译员 @ 中国贸促会信息中心</div>
</div>
</div>
</section>
<section style="margin-top: 10px; margin-bottom: 10px;">
<h3 style="margin-bottom: 15px; font-size: var(--fs-6); font-weight: 400;text-align: center; margin-top: 20px;"><i class="fa-brands fa-weixin"></i> 推送合集</h3>
<div class="table" style="font-size: var(--fs-6); font-weight: var(--fw-300);">
<div class="row">
<div class="cell cell1">2023.06.23/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/nItissZ475ZWHIEAv71Lqg" style="display: inline;" target="_blank", class="wechat">SEIS毕业季 | 市级优秀毕业生周桐:辉焕云程,不负青春壮志</a></div>
</div>
<div class="row">
<div class="cell cell1">2023.02.23/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/ZgCRdVLUPsV5ZeoOL6lTKg" style="display: inline;" target="_blank", class="wechat">SEIS | “冬日惊喜”系列主题快闪活动领奖通知</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.11.21/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/Ugw7KKswSiePneuPsLtApw" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SEIS | “冬日惊喜”系列主题快闪活动</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.11.10/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/LQx_ZAerPWAGFnbNzzI6Vw" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SEIS研 | “二十大双语金句”视频第一期·青年篇</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.10.28/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/nO5hhTWlA1fCLCVvthig-A" style="display: inline;" target="_blank", class="wechat">SEIS研 | 研技在线·AE入门(上)</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.09.05/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/SRXGtnc2yJh7qdOOPCjv-g" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SEIS迎新 | 请查收研究生迎新院刊电子版~</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.08.27/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/xmsOYN9cWN12q8EjHu1M9g" style="display: inline;" target="_blank", class="wechat">征稿启事 | 北京外国语大学2022年“外国语言文学学科研究生高端学术论坛”</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.08.27/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/kJghxFWm6AtovkXtCf9Giw" style="display: inline;" target="_blank", class="wechat">开学季 | 空腹慎入!2022版《魏公村美食图鉴》重磅发布!</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.08.24/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/N4v44zgpMUOSMrYeFh16yw" style="display: inline;" target="_blank", class="wechat">SEIS研 | 终极入学攻略</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.06.24/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/eCvwpUTUEnz7BEqdiM8qOA" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>Content Analysis: Definition & Example</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.05.28/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/_5lb1Uh7nHJbg-7rqi7vUw" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>纸张 + 平板 = 白丁小懒</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.05.10/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/r4bdbkkjMxKkguFzTOg0Xg" style="display: inline;" target="_blank", class="wechat">前瞻 | 遇见研代会</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.04.17/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/7qMtpdki1SSL1bzRbkXd8g" style="display: inline;" target="_blank", class="wechat">SEIS | 生活中的微感动·心动打卡</a></div>
</div>
<div class="row">
<div class="cell cell1">2022.02.16/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/eG8fYbNBcOIbhaq9nmQDyw" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SEIS研|英研会推介视频Join us say so~</a></div>
</div>
<div class="row">
<div class="cell cell1">2021.11.30/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/vIGHcd3v2dCW2XANs98lJA" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SEIS研|PS培训第三课干货总结</a></div>
</div>
<div class="row">
<div class="cell cell1">2021.11.16/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/-H2PAH_8CMsj3HtDnWF8AQ" style="display: inline;" target="_blank", class="wechat">冬奥纪 | 下雪天最配的,除了炸鸡和啤酒,还有……</a></div>
</div>
<div class="row">
<div class="cell cell1">2021.11.02/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/7ELSHo1M5IiJQbEvDpn-TQ" style="display: inline;" target="_blank", class="wechat">秋景壁纸|这里有一封BFSU的秋日来信,请你查收!</a></div>
</div>
<div class="row">
<div class="cell cell1">2021.10.19/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/hyt5e8Ip2nMc9XCTxhXNnw" style="display: inline;" target="_blank", class="wechat">SEIS研 | 叮!你有一份PS系列培训邀请等待查收</a></div>
</div>
<div class="row">
<div class="cell cell1">2021.10.01/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/uTKIJUeGoTHzSjSvXvKrOg" style="display: inline;" target="_blank", class="wechat">国庆 | 亲爱的祖国,请查收北外人的多语手写祝福!</a></div>
</div>
<div class="row">
<div class="cell cell1">2021.09.21/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/dOMyBRfBSGlvXMKXBzVsYA" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>中秋 | 北外校庆月饼测评,哪款是你最爱?</a></div>
</div>
<div class="row">
<div class="cell cell1">2019.09.13/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/a53GwQGjpejp7tUDeESuXA" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>招新 | 学生资助中心招新进行时</a></div>
</div>
<div class="row">
<div class="cell cell1">2019.08.28/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/YnI5DHH0QbQY6br-0TGZRQ" style="display: inline;" target="_blank", class="wechat">招新 | 北外学生资助中心宣传部开始招新啦!</a></div>
</div>
<div class="row">
<div class="cell cell1">2019.07.13/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/WB7ENS4UiRYVdBpq83fXDQ" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>青团广播 | 传道授业,师说“歆”语</a></div>
</div>
<div class="row">
<div class="cell cell1">2019.07.01/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/NeA9yL2-ISbIn-HOCgtb6g" style="display: inline;" target="_blank", class="wechat">青团广播 | 北京外国语大学2019年“歆语工程”社会实践活动正式启动</a></div>
</div>
<div class="row">
<div class="cell cell1">2019.05.26/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/zhLQ8IWJIB2mtB4zI-gDuA" style="display: inline;" target="_blank", class="wechat">报名 | 北外跆拳道体验游戏</a></div>
</div>
<div class="row">
<div class="cell cell1">2019.05.25/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/Dt1zKB70oFEFVDbUhThdPQ" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>报名 | “风林火山”跆拳道体验游戏</a></div>
</div>
<div class="row">
<div class="cell cell1">2019.05.24/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/_gzsa1OVQL1wolNWvogNpQ" style="display: inline;" target="_blank", class="wechat">2019"风林火山"跆拳道体验游戏预告</a></div>
</div>
<div class="row">
<div class="cell cell1">2019.03.28/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/d4eTObLBe3Wrw3bnJpP2Vg" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SU街拍 | 咖 啡 协 奏 曲</a></div>
</div>
<div class="row">
<div class="cell cell1">2019.02.15/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/6CvAYAWiUOA20jIuO3CqAg" style="display: inline;" target="_blank", class="wechat">招新 | 资助中心春招预告</a></div>
</div>
<div class="row">
<div class="cell cell1">2018.12.04/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/UJ-1DyF1-T0QS_sIxtpXdQ" style="display: inline;" target="_blank", class="wechat">榜样 | 从心出发 无问西东</a></div>
</div>
<div class="row">
<div class="cell cell1">2018.09.12/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/gAWB2ZZB77cIgl7Ky1JeYQ" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>招新 | 歆小助的口袋超skr的</a></div>
</div>
<div class="row">
<div class="cell cell1">2018.06.14/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/ILHjWoDadsoK4L5R8KT3YQ" style="display: inline;" target="_blank", class="wechat">北京外国语大学举办学生资助宣传大使聘任仪式</a></div>
</div>
<div class="row">
<div class="cell cell1">2018.05.20/</div>
<div class="cell"><a href="https://mp.weixin.qq.com/s/8fKdzRcL2XoYDllKaH5Hew" style="display: inline;" target="_blank", class="wechat">歆课堂 | 手机摄影第一弹</a></div>
</div>
</div>
<!-- <ol>
<li>【2023-06-23】 <a href="https://mp.weixin.qq.com/s/nItissZ475ZWHIEAv71Lqg" style="display: inline;" target="_blank", class="wechat">SEIS毕业季 | 市级优秀毕业生周桐:辉焕云程,不负青春壮志</a></li>
<li>【2023-02-23】 <a href="https://mp.weixin.qq.com/s/ZgCRdVLUPsV5ZeoOL6lTKg" style="display: inline;" target="_blank", class="wechat">SEIS | “冬日惊喜”系列主题快闪活动领奖通知</a></li>
<li>【2022-11-21】 <a href="https://mp.weixin.qq.com/s/Ugw7KKswSiePneuPsLtApw" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SEIS | “冬日惊喜”系列主题快闪活动</a></li>
<li>【2022-11-10】 <a href="https://mp.weixin.qq.com/s/LQx_ZAerPWAGFnbNzzI6Vw" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SEIS研 | “二十大双语金句”视频第一期·青年篇</a></li>
<li>【2022-10-28】 <a href="https://mp.weixin.qq.com/s/nO5hhTWlA1fCLCVvthig-A" style="display: inline;" target="_blank", class="wechat">SEIS研 | 研技在线·AE入门(上)</a></li>
<li>【2022-09-05】 <a href="https://mp.weixin.qq.com/s/SRXGtnc2yJh7qdOOPCjv-g" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SEIS迎新 | 请查收研究生迎新院刊电子版~</a></li>
<li>【2022-08-27】 <a href="https://mp.weixin.qq.com/s/xmsOYN9cWN12q8EjHu1M9g" style="display: inline;" target="_blank", class="wechat">征稿启事 | 北京外国语大学2022年“外国语言文学学科研究生高端学术论坛”</a></li>
<li>【2022-08-27】 <a href="https://mp.weixin.qq.com/s/kJghxFWm6AtovkXtCf9Giw" style="display: inline;" target="_blank", class="wechat">开学季 | 空腹慎入!2022版《魏公村美食图鉴》重磅发布!</a></li>
<li>【2022-08-24】 <a href="https://mp.weixin.qq.com/s/N4v44zgpMUOSMrYeFh16yw" style="display: inline;" target="_blank", class="wechat">SEIS研 | 终极入学攻略</a></li>
<li>【2022-06-24】 <a href="https://mp.weixin.qq.com/s/eCvwpUTUEnz7BEqdiM8qOA" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>Content Analysis: Definition & Example</a></li>
<li>【2022-05-28】 <a href="https://mp.weixin.qq.com/s/_5lb1Uh7nHJbg-7rqi7vUw" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>纸张 + 平板 = 白丁小懒</a></li>
<li>【2022-05-10】 <a href="https://mp.weixin.qq.com/s/r4bdbkkjMxKkguFzTOg0Xg" style="display: inline;" target="_blank", class="wechat">前瞻 | 遇见研代会</a></li>
<li>【2022-04-17】 <a href="https://mp.weixin.qq.com/s/7qMtpdki1SSL1bzRbkXd8g" style="display: inline;" target="_blank", class="wechat">SEIS | 生活中的微感动·心动打卡</a></li>
<li>【2022-02-16】 <a href="https://mp.weixin.qq.com/s/eG8fYbNBcOIbhaq9nmQDyw" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SEIS研|英研会推介视频Join us say so~</a></li>
<li>【2021-11-30】 <a href="https://mp.weixin.qq.com/s/vIGHcd3v2dCW2XANs98lJA" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SEIS研|PS培训第三课干货总结</a></li>
<li>【2021-11-16】 <a href="https://mp.weixin.qq.com/s/-H2PAH_8CMsj3HtDnWF8AQ" style="display: inline;" target="_blank", class="wechat">冬奥纪 | 下雪天最配的,除了炸鸡和啤酒,还有……</a></li>
<li>【2021-11-02】 <a href="https://mp.weixin.qq.com/s/7ELSHo1M5IiJQbEvDpn-TQ" style="display: inline;" target="_blank", class="wechat">秋景壁纸|这里有一封BFSU的秋日来信,请你查收!</a></li>
<li>【2021-10-19】 <a href="https://mp.weixin.qq.com/s/hyt5e8Ip2nMc9XCTxhXNnw" style="display: inline;" target="_blank", class="wechat">SEIS研 | 叮!你有一份PS系列培训邀请等待查收</a></li>
<li>【2021-10-01】 <a href="https://mp.weixin.qq.com/s/uTKIJUeGoTHzSjSvXvKrOg" style="display: inline;" target="_blank", class="wechat">国庆 | 亲爱的祖国,请查收北外人的多语手写祝福!</a></li>
<li>【2021-09-21】 <a href="https://mp.weixin.qq.com/s/dOMyBRfBSGlvXMKXBzVsYA" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>中秋 | 北外校庆月饼测评,哪款是你最爱?</a></li>
<li>【2019-09-13】 <a href="https://mp.weixin.qq.com/s/a53GwQGjpejp7tUDeESuXA" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>招新 | 学生资助中心招新进行时</a></li>
<li>【2019-08-28】 <a href="https://mp.weixin.qq.com/s/YnI5DHH0QbQY6br-0TGZRQ" style="display: inline;" target="_blank", class="wechat">招新 | 北外学生资助中心宣传部开始招新啦!</a></li>
<li>【2019-07-13】 <a href="https://mp.weixin.qq.com/s/WB7ENS4UiRYVdBpq83fXDQ" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>青团广播 | 传道授业,师说“歆”语</a></li>
<li>【2019-07-01】 <a href="https://mp.weixin.qq.com/s/NeA9yL2-ISbIn-HOCgtb6g" style="display: inline;" target="_blank", class="wechat">青团广播 | 北京外国语大学2019年“歆语工程”社会实践活动正式启动</a></li>
<li>【2019-05-24】 <a href="https://mp.weixin.qq.com/s/zhLQ8IWJIB2mtB4zI-gDuA" style="display: inline;" target="_blank", class="wechat">报名 | 北外跆拳道体验游戏</a></li>
<li>【2019-05-25】 <a href="https://mp.weixin.qq.com/s/Dt1zKB70oFEFVDbUhThdPQ" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>报名 | “风林火山”跆拳道体验游戏</a></li>
<li>【2019-05-24】 <a href="https://mp.weixin.qq.com/s/_gzsa1OVQL1wolNWvogNpQ" style="display: inline;" target="_blank", class="wechat">2019"风林火山"跆拳道体验游戏预告</a></li>
<li>【2019-03-28】 <a href="https://mp.weixin.qq.com/s/d4eTObLBe3Wrw3bnJpP2Vg" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>SU街拍 | 咖 啡 协 奏 曲</a></li>
<li>【2019-02-15】 <a href="https://mp.weixin.qq.com/s/6CvAYAWiUOA20jIuO3CqAg" style="display: inline;" target="_blank", class="wechat">招新 | 资助中心春招预告</a></li>
<li>【2018-12-04】 <a href="https://mp.weixin.qq.com/s/UJ-1DyF1-T0QS_sIxtpXdQ" style="display: inline;" target="_blank", class="wechat">榜样 | 从心出发 无问西东</a></li>
<li>【2018-09-12】 <a href="https://mp.weixin.qq.com/s/gAWB2ZZB77cIgl7Ky1JeYQ" style="display: inline;" target="_blank", class="wechat"><i class="fa-solid fa-star"></i>招新 | 歆小助的口袋超skr的</a></li>
<li>【2018-06-14】 <a href="https://mp.weixin.qq.com/s/ILHjWoDadsoK4L5R8KT3YQ" style="display: inline;" target="_blank", class="wechat">北京外国语大学举办学生资助宣传大使聘任仪式</a></li>
<li>【2018-05-20】 <a href="https://mp.weixin.qq.com/s/8fKdzRcL2XoYDllKaH5Hew" style="display: inline;" target="_blank", class="wechat">歆课堂 | 手机摄影第一弹</a></li>
</ol> -->
</section>
</article>
</div>
</main>
<!--
- custom js link
-->
<script src="/assets/js/script.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>