-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathklwest.html
113 lines (106 loc) · 3.28 KB
/
klwest.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Visualization project</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<script type="text/javascript" src="js/loader.js"></script> <!-- Google Charts -->
<!-- <script type="text/javascript" src="https://www.google.com/jsapi"></script>-->
<script type="text/javascript" src="js/handle.js"></script>
<script type="text/javascript" src="js/klwest.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body>
<!-- Header -->
<header id="header">
<h1><a href="index.html">COMP7507</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="hkisland.html">Hong Kong Island</a></li>
<li><a href="klwest.html">Kowloon West</a></li>
<li><a href="kleast.html">Kowloon East</a></li>
<li><a href="ntwest.html">New Territories West</a></li>
<li><a href="nteast.html">New Territories East</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major">
<h2>Kowloon West</h2>
<p>九龍西選區:九龍城區、深水埗區及油尖旺區</p>
</header>
<div class="image fit"><img src="images/klwest.jpeg" alt="" /></div>
</div>
</section>
<section class="wrapper style1 special" style="align-self: center">
<div class="container">
<header class="major">
<h2>Work Experience</h2>
<p>works experience of the candidates</p>
</header>
<div class="row">
<div id="career" style="width: 100%; height: 400px;"></div>
</div>
</div>
</section>
<section class="wrapper style2 special" style="align-self: center">
<div class="container">
<header class="major">
<h2>Google Trends</h2>
</header>
<div class="row">
<div id="trends" style="width: 100%; height: 500px;"></div>
</div>
</div>
</section>
<section class="wrapper style1 special" style="align-self: center">
<div class="container">
<header class="major">
<h2>Investigation</h2>
</header>
<div class="row">
<div id="investigate" style="width: 100%; height: 300px;"></div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="8u 12u$(medium)">
<ul class="copyright">
<li>© Untitled. All rights reserved.</li>
</ul>
</div>
<div class="4u$ 12u$(medium)">
<ul class="icons">
<li>
<a class="icon rounded fa-facebook"><span class="label">Facebook</span></a>
</li>
<li>
<a class="icon rounded fa-twitter"><span class="label">Twitter</span></a>
</li>
<li>
<a class="icon rounded fa-google-plus"><span class="label">Google+</span></a>
</li>
<li>
<a class="icon rounded fa-linkedin"><span class="label">LinkedIn</span></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>