-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.html
210 lines (174 loc) · 6.88 KB
/
Home.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
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Opening an Infobubble on a Mouse Click</title>
<link rel="stylesheet" type="text/css" href="https://js.api.here.com/v3/3.1/mapsjs-ui.css" />
<link rel="stylesheet" type="text/css" href="demo.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="stylesheet" type="text/css" href="../template.css" />
<script type="text/javascript" src='../test-credentials.js'></script>
<script type="text/javascript" src="https://js.api.here.com/v3/3.1/mapsjs-core.js"></script>
<script type="text/javascript" src="https://js.api.here.com/v3/3.1/mapsjs-service.js"></script>
<script type="text/javascript" src="https://js.api.here.com/v3/3.1/mapsjs-ui.js"></script>
<script type="text/javascript" src="https://js.api.here.com/v3/3.1/mapsjs-mapevents.js"></script>
<title>ATM in essen</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
/* Style the header */
.header {
padding: 1px;
text-align: center;
background: #1abc9c;
color: white;
}
/* Increase the font size of the h1 element */
.header h1 {
font-size: 20px;
}
/* Style the top navigation bar */
.navbar {
overflow: hidden;
background-color: #333;
}
/* Style the navigation bar links */
.navbar a {
float: left;
display: block;
color: white;
text-align: center;
padding: 15px 20px;
text-decoration: none;
}
/* Right-aligned link */
.navbar a.right {
float: right;
}
/* Change color on hover */
.navbar a:hover {
background-color: #ddd;
color: black;
}
/* Column container */
.row {
display: flex;
flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
flex: 8%;
background-color: #f1f1f1;
padding: 20px;
}
/* main page divide white in website */
side {
flex: 8%;
background-color: white;
padding: 20px;
}
/* Main column */
.main {
flex: 70%;
background-color: white;
padding: 20px;
}
/* Fake image, just for this example */
.fakeimg {
background-color: #aaa;
width: 100%;
padding: 20px;
}
/* Footer */
.footer {
padding: 20px;
text-align: center;
background: #ddd;
}
/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
.row {
flex-direction: column;
}
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
.navbar a {
float: none;
width:100%;
}
}
/* Table CSS */
#customers {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#customers td, #customers th {
border: 1px solid #ddd;
padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
}
</style>
</head>
<body>
<div class="header">
<h1>ATM location Consultants</h1>
<marquee width="60%" direction="left" height="100px">
Consulting banks in essen to open new ATM location or close existing location according to demand analysis and forecasting.
</marquee>
</div>
<div class="navbar">
<a href="/Users/akshaydevkate/Desktop/Big%20Data%20Consulting%20Project/WEbsite/Test%201/Website/Home.html">Home </a>
<a href="/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/open-infobubble/population.html">Population </a>
<a href="/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/open-infobubble/atm.html">ATM</a>
<a href="/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/webpages/assumptions.html">Project Assumptions</a>
<a href="/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/open-infobubble/demand.html">Demand Analysis</a>
<a href="/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/webpages/About.html" class="right">About Us</a>
</div>
<div class="row">
<div class="side">
<h3>Essen Areas</h3>
<p> <a href= "/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/finding-the-nearest-marker/steele.html">Steele Essen</a></p>
<p><a href= "/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/finding-the-nearest-marker/altenessen.html">Alten Essen</a></p>
<p> <a href= "/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/finding-the-nearest-marker/borbeck.html">Borbeck</a></p>
<p> <a href= "/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/finding-the-nearest-marker/werden.html">Werden</a> </p>
<p> <a href= "/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/finding-the-nearest-marker/ruttenschied.html">Ruttenscheid</a></p>
<p> <a href= "/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/finding-the-nearest-marker/essenWest.html">Essen West</a></p>
<p> <a href= "/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/finding-the-nearest-marker/stadtmitte.html">Stadt Mitte</a></p>
<p> <a href= "/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/finding-the-nearest-marker/katernberg.html">Katernberg</a></p>
<p> <a href= "/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/finding-the-nearest-marker/ruhrhalbinsal.html">Ruhr Halbinsal</a></p>
</div>
<div class="main">
<h2>About Essen City </h2>
<img src="/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/Website/Essen.png" alt="Essen City" width="460" height="345" >
<p>Essen is the central and second largest city of the Ruhr, the largest urban area in Germany. With poipulation of 583,109 makes it the tenth largest city in germany and forth largest city of federal state of North Rhine Westphalia.</p>
<p>Essen comprises fifty boroughs(a town or district which is an administrative unit) which turn are grouped into nine suburban districts called Stadtbezirke often named aftermost important boroughs</p>
<br>
<body id="markers-on-the-map">
<div id="map"></div>
<script type="/Users/akshaydevkate/Desktop/Big Data Consulting Project/WEbsite/Test 1/maps-api-for-javascript-examples-master" src='demo.js'></script>
</div>
</div>
<div class="footer">
<h2>FOM university of applied sciences Essen, Germany.</h2>
</div>
</body>
</html>