-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
128 lines (107 loc) · 4.56 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<title>Gao's LAB</title>
<meta name="description" content="">
<link rel="alternate" type="application/rss+xml" href="/feed.xml">
<!-- Stylesheet -->
<link rel="stylesheet" href="/css/main.css" rel='stylesheet' type='text/css'>
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Nunito:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic' rel='stylesheet'
type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="/img/small_logo.png">
</head>
<body data-spy="scroll" data-offset="80" data-target=".scrollspy" id="top">
<div class="navigation"></div>
<!-- Start Banner -->
<!-- <div id="hero-carousel" class="hero">
<div class="item"
style="background: url('/img/campus4.jpg') no-repeat; background-position: center; background-size: contain;">
<a href="" target="_blank">
<div class="hero-content">
<div class="container-fluid">
<div class="hero-content-inner">
<h1>ShanghaiTech University SIST</h1>
</div>
</div>
</div>
</a>
</div> -->
<div class="item"
style="background: url('/img/team/team5.jpg') no-repeat; background-position: center; background-size: contain;">
<a href="" target="_blank">
<div class="hero-content">
<div class="container-fluid">
<div class="hero-content-inner">
<h1>Team Member</h1>
</div>
</div>
</div>
</a>
</div>
<div class="item"
style="background: url('/img/team/team_2020_9.jpg') no-repeat; background-position: center; background-size: contain;">
<a href="" target="_blank">
<div class="hero-content">
<div class="container-fluid">
<div class="hero-content-inner">
<h1>Team Member</h1>
</div>
</div>
</div>
</a>
</div>
<div class="item"
style="background: url('/img/team/team_2020_12.jpg') no-repeat; background-position: center; background-size: contain;">
<a href="" target="_blank">
<div class="hero-content">
<div class="container-fluid">
<div class="hero-content-inner">
<h1>Team Member</h1>
</div>
</div>
</div>
</a>
</div>
</div>
<!-- End Banner -->
<div class="common-news"></div>
<!-- Start 3 columns -->
<div class="about-us">
<div class="container-fluid">
<p>
<!-- <p>The School of Information Science and Technology (SIST) at ShanghaiTech University will lead the
charge in
China's higher education reform by becoming a top academic research institution that is home to
world-class
research laboratories and faculty members. The School's Mission is to create a unique open and free
academic
environment that enables all researchers young and senior to achieve their full academic
potentials.
The School will serve as the cradle that trains future scientists, engineers, entrepreneurs, and
industrial
leaders in information sciences and technologies to play key roles in the ongoing economic
transformation
of China and the world.
</p> -->
</p>
</div>
</div>
<div class="footer"></div>
<script src="/js/jquery.min.js"></script>
<script src="/js/all.min.js"></script>
<script>
$(document).ready(function () {
$(".common-news").load("/common/news.html");
$(".footer").load("/common/footer.html");
$(".navigation").load("/common/navigation.html");
});
</script>
</body>
</html>