-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmember_honor.html
More file actions
123 lines (118 loc) · 3.72 KB
/
Copy pathmember_honor.html
File metadata and controls
123 lines (118 loc) · 3.72 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" />
<title>信通所研究生第一党支部</title>
<meta name = "Generator" content = "Notepad++">
<meta name = "Author" content = "Garacc MXL">
<meta name = "Description" content = "/">
<!--css style-->
<link rel = "stylesheet" href = "css/main.css" />
<link rel = "stylesheet" href = "css/nav.css" />
<link rel = "stylesheet" href = "css/member.css" />
</head>
<body>
<!--Title-->
<div class = "title">
<a href = "index.html"><img src = "img/title.jpg"></a>
</div>
<!--Navigation-->
<div class = "nav" id = "nav">
<!--导航条-->
<ul class = "nav-main">
<!--For Align-->
<li style = "width:50px"></li>
<!--nav-main-->
<li><a href = "index.html"><span>首页</span></a></li>
<li id = "li-1">支部介绍</li>
<li id = "li-2">实验室风采</li>
<li id = "li-3">党知识学习</li>
<li id = "li-4">活动展示</li>
</ul>
<!--隐藏盒子-->
<div id = "box-1" class = "hidden-box hidden-loc-member">
<ul>
<a href = 'member_intro.html'><li>成员介绍</li></a>
<a href = 'member_honor.html'><li>荣誉展示</li></a>
<a href = 'member_book.html'><li>支部黄页</li></a>
</ul>
</div>
<div id = "box-2" class = "hidden-box hidden-loc-lab">
<ul>
<a href = 'lab_interest.html'><li>方向介绍</li></a>
<a href = 'lab_intro.html'><li>实验室介绍</li></a>
</ul>
</div>
<div id = "box-3" class = "hidden-box hidden-loc-party">
<ul>
<a href = 'party_video.html'><li>视频学习</li></a>
<a href = 'party_knowledge.html'><li>文件汇编</li></a>
</ul>
</div>
<div id = "box-4" class = "hidden-box hidden-loc-proc">
<ul>
<a href = 'proc_activity.html'><li>历次活动</li></a>
<a href = 'proc_meeting.html'><li>会议记录</li></a>
</ul>
</div>
</div>
<!--Main Content-->
<div class = "main-content" style = "height : auto">
<div class = "year-title" id = "t-2017">
<p>2017年度</p>
</div>
<div class = "people-column" id = "c-2017">
<a href = 'honor_jx.html'><div class = "peopleblock">
<img src = "img/member/jx.jpg">
<div class = "peopleblockhover">
<p>姜鑫</p>
</div>
</div></a>
<a href = 'honor_kcl.html'><div class = "peopleblock">
<img src = "img/member/kcl.jpg">
<div class = "peopleblockhover">
<p>孔垂丽</p>
</div>
</div></a>
<a href = 'honor_wh.html'><div class = "peopleblock">
<img src = "img/member/wh.jpg">
<div class = "peopleblockhover">
<p>王红</p>
</div>
</div></a>
</div>
<div class = "year-title" id = "t-2016">
<p>2016年度</p>
</div>
<div class = "people-column" id = "c-2016">
<a href = 'honor_cqm.html'><div class = "peopleblock">
<img src = "img/member/cqm.jpg">
<div class = "peopleblockhover">
<p>陈琪美</p>
</div>
</div></a>
<a href = 'honor_zyh.html'><div class = "peopleblock">
<img src = "img/member/zyh.jpg">
<div class = "peopleblockhover">
<p>周月浩</p>
</div>
</div></a>
<a href = 'honor_wdz.html'><div class = "peopleblock">
<img src = "img/member/wdz.jpg">
<div class = "peopleblockhover">
<p>文鼎柱</p>
</div>
</div></a>
</div>
</div>
<!--Footer-->
<div class = "footer">
<p>Last Update 2018.5.28</p>
<p>Copyright©2016 - 2018 | 浙江大学信息与电子工程学院信通所研究生第一党支部 版权所有</p>
</div>
<!--Js-->
<script type = "text/javascript" src = "js/jquery-3.1.1.min.js"></script>
<script type = "text/javascript" src = "js/nav.js"></script>
<script type = "text/javascript" src = "js/member.js"></script>
</body>
</html>