-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
55 lines (47 loc) · 1.96 KB
/
contact.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
<!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></h2>
</section>
</div>
</section>
<!-- contact -->
<section id="contact" class="wrapper">
<div class="inner">
<section id="contact_inner">
<h4 align="middle">联络与反馈</h4>
<h1>Issue提交</h1>
<p>
Github <a href="https://github.com/hust-feiyue/hust-feiyue.github.io/issues" target="_blank">https://github.com/hust-feiyue/hust-feiyue.github.io/issues</a>
</p>
<h1>邮件列表</h1>
<p>
光电学院 <a href=" mailto:[email protected]" target="_blank">[email protected]</a>
页面维护 <a href=" mailto:[email protected]" target="_blank">[email protected]</a>
<a href=" mailto:[email protected]" target="_blank">[email protected]</a>
</p>
<h1>物理地址</h1>
<p>
中国湖北省武汉市珞喻路1037号 华中科技大学南五楼光学与电子信息学院 430074
</p>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
感谢在手册编写过程中给予支持与帮助的所有老师同学 ヾ(@^▽^@)ノ<br/>© 2020华中科技大学OEI&SES飞跃手册编委会.
</div>
</footer>
</body>
</html>