-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththanks2020.html
49 lines (41 loc) · 1.99 KB
/
thanks2020.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
<!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="2020">
<h4 align="middle">2020版鸣谢列表</h4>
<p>
指导委员会:李玲 姜波 张虎 田莉 李周密 袁正午 朱玉玲 王平 肖翔鹏 王玉 罗圣 黄静琦 黄凯熙
<br/>
编委会:胡满琛 鲍语今 代兆威 杨茜琬 龚如一 余昕雨 吴尔凡
<br/>
供稿:李光炫 李卓颖 张鸿博 曾逸麟 邓鹏飞 杜谦 龚子博 彭小雷 张开 杨茜琬 熊津锋 周楠森 田雅琪 雷震宇 刘一涵 吴昊 周博轩 孟渝淇 段雨祥 殷凡超 周笑阳 陈章迪
</p>
</section>
</div>
<font color="#bbb"><p align="center">*排名不分先后</p></font>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
感谢在手册编写过程中给予支持与帮助的所有老师同学 ヾ(@^▽^@)ノ<br/>© 2020华中科技大学OEI&SES飞跃手册编委会.
</div>
</footer>
</body>
</html>