-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathus.html
198 lines (164 loc) · 7.1 KB
/
us.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Theme Made By www.w3schools.com - No Copyright -->
<title>About Us</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./css/usstyle.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
</style>
</head>
<body id="myPage" background= "./img/usbackground.jpg">>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#myPage"></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="./index.html ">MAPPING</a></li>
<li><a href="./policy.html ">POLICY</a></li>
<li><a href="./analysis.html ">ANALYSIS</a></li>
<li><a href="./data.html ">DATA EXPLORER</a></li>
<li class="active"><a href="./us.html">ABOUT US</a></li>
</ul>
</div>
</div>
</nav>
<!-- Container (Portfolio Section) -->
<div id="portfolio" class="container-fluid">
<div class="row">
<div class="us-title"><p>WE ARE <a class="a-red">SUNNY WANDERERS!</a></p></div>
<br>
</div>
<div class="row">
<div class="us-intro"><p>We are four Chinese students from Centre for Advanced Spatial Analysis (CASA) in University College London (UCL). We are all Beijing-lovers and curious about many phenomena in any aspects of Beijing. As school district housing is a very popular topic in Beijing, we decide to make use of data to explore such interesting issue.</p></div>
</div>
<div class="row text-center slideanim">
<div class="col-lg-3 col-md-6">
<div class="thumbnail">
<img src="./img/SN.jpg" width="300" height="300">
<div class="text">
<h2 class="animate-text"><a class="a-red">SUN</a> NAN</h2>
<h3 class="animate-text">Interior Designer</h3>
<p class="animate-text">An urban planner who is striving to learn programming. Responsible for writing JavaScript and making the website become more interactive. </p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="thumbnail">
<img src="./img/LYZ.jpg" width="300" height="300">
<div class="text">
<h2 class="animate-text"><a class="a-red">LI</a> YANGZHAO</h2>
<h3 class="animate-text">Architect</h3>
<p class="animate-text"> Mainly focus on web-design. The motto is "Less Is More".
<br><br><br></p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="thumbnail">
<img src="./img/WJ.jpg" width="300" height="300">
<div class="text">
<h2 class="animate-text"><a class="a-red">WAN</a>G JUN</h2>
<h3 class="animate-text">Wizard</h3>
<p class="animate-text">Conquer your fear, and I promise you'll conquer death. Duty: colloct, mannage and maintain the data.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="thumbnail">
<img src="./img/DCR.jpg" width="300" height="300">
<div class="text">
<h2 class="animate-text"><a class="a-red">DE</a>NG CHENG<a class="a-red">R</a>U</h2>
<h3 class="animate-text">Canalyst</h3>
<p class="animate-text">An indigenous Cantonese. Love Guangzhou, love Beijing. Love coding, love data. I am the "Canalyst". I catalyze the generation of the whole website, and analyze the relationships behind the data.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid download-area">
<div class="us-title">DATA DOWNLOAD</div><br> <br><br>
<div class="row">
<div class="col-lg-4 download-back">
<a href="./csvfile/Schooldata.csv" download><img src="./img/schoolbutton-01.png" /></a>
<br></div><br>
<div class="col-lg-6 download-content">
<p>Information of primary and junior high schools within the four administrative districts in Beijing (Xicheng, Dongcheng, Chaoyang and Haidian), including their quality assessment, address, promotion approach, etc.</p>
<br>
</div>
</div>
<div class="row"><br> <br> <br><br> <br><br> </div>
<div class="row">
<div class="col-lg-4 download-back">
<a href="./csvfile/Housingpricedata_201804.csv" download><img href="./visual.html" src="./img/housingpricebutton-01.png" /></a>
<br> </div><br>
<div class="col-lg-6 download-content">
<p>Data of second-hand housing prices within the four administrative districts in Beijing between 15th and 22nd of April, 2018, scraped from lianjia.com, a real estate website in China.</p>
<br>
</div>
</div>
<div class="row"><br> <br> <br><br> <br><br> </div>
<div class="row">
<div class="col-lg-4 download-back">
<a href="./csvfile/Schooldistrictdata.rar" download><img href="./visual.html" src="./img/schooldistrictsbutton-01.png" /></a>
<br></div><br>
<div class="col-lg-6 download-content">
<p>Shapefile boundaries of all the school districts within the four administrative districts in Beijing, made by our group according to information from the educational committee of Beijing. </p>
<br>
</div>
</div> <div class="row"><br> <br> <br><br> <br><br> </div>
</div>
<!-- Footer -->
<footer class="text-center">
<a class="up-arrow" href="#myPage" data-toggle="tooltip" title="TO TOP">
<span class="glyphicon glyphicon-chevron-up"></span>
</a><br><br>
<p>Back To Top </p>
</footer>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
$(window).scroll(function() {
$(".slideanim").each(function(){
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
$(this).addClass("slide");
}
});
});
})
</script>
</body>
</html>