-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhd.html
More file actions
89 lines (89 loc) · 3.45 KB
/
hd.html
File metadata and controls
89 lines (89 loc) · 3.45 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>FUNLAB </title>
<meta name="description" content="Scarica gratis il nostro Template HTML/CSS GARAGE. Se avete bisogno di un design per il vostro sito web GARAGE può fare per voi. Web Domus Italia">
<meta name="author" content="Web Domus Italia">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="source/bootstrap-3.3.6-dist/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="source/font-awesome-4.5.0/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="style/slider.css">
<link rel="stylesheet" type="text/css" href="style/hd.css">
</head>
<body>
<!-- Header -->
<div class="allcontain">
<div class = 'header'>
<a class = 'header-container' >
<img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/funlab.jpg" class = 'logo' style="width: 296px;height:80px"/>
</a>
</div>
<!-- Navbar Up -->
<nav class="topnavbar navbar-default topnav">
<div class="collapse navbar-collapse" id="upmenu">
<ul class="nav navbar-nav" id="navbarontop">
<li class="active"><a href="index.html">主页</a> </li>
<li class="dropdown">
<a href="xstd.html">学术团队</a>
</li>
<li class="dropdown">
<a href="yjfx.html">研究方向</a>
</li>
<li class="dropdown">
<a href="xslw.html">学术论文</a>
</li>
<li class="dropdown">
<a href="xszy1.html">学术资源</a>
</li>
<li>
<a href="sbzs.html">硕博招生</a>
</li>
<li>
<a href="hd.html">活动</a>
</li>
</ul>
</div>
</nav>
</div>
<div class = "content">
<ul>
<div class="title">学术</div>
<div class="title">活动</div>
<li>
<p>2020.06.21 毕业聚餐</p>
<img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/2020毕业聚餐.jpg" />
</li>
<li>
<p>2020.09.09 毕业季</p>
<img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/2020毕业季.jpg" />
</li>
<li>
<p>2020.09.27 中秋博饼</p>
<img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/2020博饼.jpg" />
</li>
<li>
<p>2021.01.10 年终总结</p>
<img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/2020年终总结会.jpg" />
</li>
<li>
<p>2021.07.28 第十届中国国际通信大会(ICCC 2021)</p>
<img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/iccc20210728.jpg" />
</li>
<li>
<p>2021.12.09 轰趴团建</p>
<img src="https://raw.githubusercontent.com/funlab2017/funlab2017.github.io/master/img/2021party.jpg" />
</li>
</ul>
</div>
<div class="footer">
© FUNLAB 2019 All rights reserved.
</div>
<script type="text/javascript" src="source/bootstrap-3.3.6-dist/js/jquery.js"></script>
<script type="text/javascript" src="source/js/isotope.js"></script>
<script type="text/javascript" src="source/js/myscript.js"></script>
<script type="text/javascript" src="source/bootstrap-3.3.6-dist/js/jquery.1.11.js"></script>
<script type="text/javascript" src="source/bootstrap-3.3.6-dist/js/bootstrap.js"></script>
</body>
</html>