-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallnews.html
More file actions
139 lines (101 loc) · 4.19 KB
/
allnews.html
File metadata and controls
139 lines (101 loc) · 4.19 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>News - 哈工大深圳量子光子学课题组</title>
<meta name="description" content="Academic webpage of Dr. Yu Zhou.">
<link rel="stylesheet" href="/assets/main.css">
<link rel="canonical" href="http://localhost:4000/allnews.html">
<link rel="shortcut icon" type ="image/x-icon" href="http://localhost:4000/favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<link rel="preconnect" href="https://player.vimeo.com">
<link rel="preconnect" href="https://i.vimeocdn.com">
<link rel="preconnect" href="https://f.vimeocdn.com">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id="
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="navbar sticky-top navbar-expand-md navbar-dark bg-dark">
<a class="navbar-brand" href="http://localhost:4000/">
<img src="http://localhost:4000/favicon.ico" width="30" height="30" style="margin-left:320px" class="d-inline-block align-top" alt="">
哈工大深圳量子光子学课题组
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav mr-auto">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="http://localhost:4000/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:4000/about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:4000/publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:4000/research">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:4000/team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:4000/teaching">Teaching</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:4000/opening">Opening</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div id="textid" class="col-sm-12">
<h2 id="news">News</h2>
<div class="jumbotron">
<p><b>1 January, 1941</b></p>
<p>Example news here</p>
<p><b>1 January, 1940</b></p>
<p>Example news here</p>
</div>
</div>
</div>
</div>
<br/>
<section id="footer">
<div class="container-footer">
<div class="panel-footer">
<div class="row">
<div class="col-sm-4">
<h5>About</h5>
<p>量子光子学课题组<br/>
<a href="http://micro-nanophotonics.hitsz.edu.cn/index.htm" target="_blank"><i class="fa fa-envelope fa-1x"></i> 微纳光子学团队</a> <br/>
哈尔滨工业大学(深圳)
</p>
</div>
<div class="col-sm-4">
<h5>Contact</h5>
<p><a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope fa-1x"></i> Contact Yu via email</a> <br/>
</p>
</div>
<div class="col-sm-4">
<h5>Coordinates</h5>
<p>哈尔滨工业大学(深圳)理学院<br/> 南山区平山二路<br/> 中国, 深圳 518071
</p>
</div>
</div>
<center><p>© 2023 哈工大深圳量子光子学课题组 </p></center>
</div>
</div>
</div>
<script src="/assets/javascript/bootstrap/jquery.min.js"></script>
<script src="/assets/javascript/bootstrap/bootstrap.bundle.min.js"></script>
</body>
</html>