-
Notifications
You must be signed in to change notification settings - Fork 0
/
join.html
80 lines (73 loc) · 2.78 KB
/
join.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
<!DOCTYPE html>
<html>
<head>
<title>智能网络与协同计算课题组 | 中南大学</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link type="text/css" rel="stylesheet" href="styles/common.css">
<link type="text/css" rel="stylesheet" href="styles/index.css">
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<div id="header_holder">
<div class="sub_holder">
<!-- <div id="logo_holder">
<a href="/"><img src="images/logo.png" id="logo" alt="DLab" align="left" width="130" height="40"
border=0></a>
</div> -->
<div id="title_holder">
<font style=" font-size:20px;color:#FFFFFF;">智能网络与协同计算课题组</font><br>
<font style=" font-size:12px;color:#A7A7A7;">中南大学 | 计算机学院</font>
</div>
</div>
<div id="nav">
<div class="sub_holder">
<ul>
<li>
<a href="index.html">主页</a>
</li>
<li>
<a href="staff.html">人员</a>
</li>
<li>
<a href="publication.html">出版</a>
</li>
<li>
<a href="project.html">项目</a>
</li>
<li class="selected">
<a href="join.html">加入我们</a>
</li>
<li>
<a href="contact.html">联系我们</a>
</li>
</ul>
</div>
</div>
</div>
<div id="index_middle">
<div id="intro">
<div style="float:left;width:800px;">
<div class="biblio-separator-bar" id="other">本科生
</div>
<div>
<ul>
本科生加入我们文案本科生加入我们文案本科生加入我们文案本科生加入我们文案本科生加入我们文案本科生加入我们文案
</ul>
<br>
<br>
</div>
<div class="biblio-separator-bar" id="other">研究生</div>
<div>
<ul>
研究生加入我们文案研究生加入我们文案研究生加入我们文案研究生加入我们文案研究生加入我们文案研究生加入我们文案研究生加入我们文案
</ul>
<br>
<br>
<br>
<br>
</div>
</div>
</div>
</div>
</body>
</html>