-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththanks2019.html
54 lines (39 loc) · 1.98 KB
/
thanks2019.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
<!DOCTYPE HTML>
<html>
<head>
<title>华中科技大学OEI&SES飞跃手册</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="main.css" />
</head>
<body>
<!-- Banner -->
<section id="banner" >
<div class="inner">
<section>
<h2 align="center" ><a href="https://hust-feiyue.github.io" target="_blank">华中科技大学OEI&SES飞跃手册</a>
</section>
</div>
</section>
<!-- thanks -->
<section id="thanks" class="wrapper">
<div class="inner">
<section id="2019">
<h4 align="middle">2019版鸣谢列表</h4>
<p>
编委会:陈雄超 刘邦亚 郝卓群 何 锋 胡哲文 司马崇昊 包硕桢 苏越星 张紫荆 熊 佩 王雅宁 龙恩泽
<br />供稿:常耀星 范家铖 戈孝伟 贺文哲 黄奕夫 林俊宏 刘嘉淏 罗俊鹏 伽金然 苏心洲 孙黄青渤 孙志强 吴尔凡 吴倩怡 肖云清 杨 航 袁正午 曾 奕 张丰懿 张浩然 赵睿轩 周昊文 周祎舒
<br/>技术支持:施宇晨
</p>
</section>
</div>
<font color="#bbb"><p align="center">*排名不分先后</p></font>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
感谢在手册编写过程中给予支持与帮助的所有老师同学 ヾ(@^▽^@)ノ<br/>© 2019华中科技大学OEI&SES飞跃手册编委会.
</div>
</footer>
</body>
</html>