-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (55 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<title> MAPPING </title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./css/homestyle.css">
</head>
<body>
<body background= "./img/Hutong.jpg">
<script src="https://code.jquery.com/jquery.js"></script>
<script src="./js/bootstrap.min.js"></script>
<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 class="active"><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><a href="./us.html">ABOUT US</a></li>
</ul>
</div>
</div>
</nav>
<!--stroy page 1st content-->
<div class="container">
<div class="index-content">
<div class="story-title">
<h1>How Does <a class="a-red"> XUEQU</a> Affect</h1>
<h1>Housing Prices In Central Beijing? </h1>
</div>
<div class="subtitle">
<p>
What is “Xuequfang”? Why Beijing Parents are Striving for “Xuequfang” Houses?
Do High Quality Schools Really Make a Huge Difference On Nearby Houses?
And How do They Affect?
</p>
</div>
<div class="demo" >
<a href="./visual.html" class="button start">START EXPLORATION</a>
</div>
</div>
</div>
</body>
</html>