-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
325 lines (260 loc) · 12.2 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
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!doctype html>
<html lang="en">
<head>
<title>SkillAkademy: Sockenkommando and the Bonn-Project</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<!-- Navbar und Seitensprung Start -->
<nav class="navbar navbar-expand-md navbar-light bg-light">
<a class="navbar-brand" href="index.html">Bonn. The city</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="events.html" id="navbarDropdownMenuLink-Events" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Events
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink-Events">
<a class="dropdown-item" href="events.html">Upcoming Events</a>
<a class="dropdown-item" href="events.html#art">Art & Culture</a>
<a class="dropdown-item" href="events.html#music">Music</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink-Sightseeing" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Sight Seeing
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink-Sightseeing">
<a class="dropdown-item" href="sightseeing.html">Buildings</a>
<a class="dropdown-item" href="sightseeing.html#Locations">Locations</a>
</div>
</li>
<li class="nav-item">
<a href='contact.html' class="btn btn-outline-primary" role='button' aria-pressed="true">Contact
Us</a>
</li>
</ul>
</div>
<form class="form-inline">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-primary my-2 my-sm-0" type="submit">Search</button>
</form>
</nav>
</header>
<main>
<div class="mk_seitensprung">
<a href='#' class='btn btn-outline-primary' role='button'>Seitenanfang</a>
</div>
<!-- Navbar und Seitensprung Ende -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" data-interval="10000">
<div class="image" style="background-image: url('images/dragon-rock-3388803_1920.jpg');"></div>
<!--<img src="images/dragon-rock-3388803_1920.jpg" class="d-block w-100" alt="Bild fehlt. -> Text noch anpassen!">-->
</div>
<div class="carousel-item" data-interval="10000">
<div class="image_2" style="background-image: url('images/rhein4.jpg');"></div>
<!-- <img src="images/dach-bonn.jpg" class="d-block w-100" alt="Bild 2 fehlt. -> Text noch anpassen..."> -->
</div>
<div class="carousel-item" data-interval="10000">
<div class="image_3" style="background-image: url('images/castle3.jpg');"></div>
<!-- <img src="images/landscape_ml.jpg" class="d-block w-100" alt="Bild 3 fehlt. -> Text noch anpassen..."> -->
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="welcome-plus-weather">
<div class="container index">
<div class="row">
<div class="col-8">
<h1>Welcome in Bonn:</h1>
<p>We would like to show you in our internet page the beauty and the manifoldness of Bonn, the former
capital of Germany. It still is called "Bundesstadt Bonn",
because there is still the seat of government and part of the German administration in Bonn.</p>
<p>But Bonn is not only famous for that. You can also find the headquarter of Deutsche Post and Deutsche
Telekom.</p>
<p>For those who like culture, Bonn is also know for his famous composer and pianist, Ludwig van Beethoven,
who is considered to be one of the greatest composers.
He was born in Bonn and you can visit the house (Bethoven-Haus), which is a museum today with additional
cultural activities around.</p>
</div>
<div class="col-4">
<h3>Weather in Bonn:</h3>
<iframe marginheight='0' marginwidth='0' scrolling='no' width='300' height='365' name='FC3'
style='border:1px solid;border-radius:10px;border-color:transparent;'
src='https://api.wetteronline.de/wetterwidget?gid=10518&modeid=FC3&seourl=bonn&locationname=Bonn&lang=de'></iframe>
</div>
</div>
</div>
</div>
<!-- Gallery-Overview-->
<section>
<div class="container index index-cards">
<h1>Bonn picture gallery</h1>
<div class="row row_ml">
<div class="col">
<!-- 1.Card-->
<div class="card smallcard card_ml" style="width: 18rem;">
<img class="card-img-top" src="images/ubahn.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Subway Bonn</h5>
</div>
</div>
</div>
<div class="col">
<!-- 2.Card-->
<div class="card smallcard card_ml" style="width: 18rem;">
<img class="card-img-top" src="images/bonn.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">City sign Bonn</h5>
</div>
</div>
</div>
<div class="col">
<!-- 3.Card-->
<div class="card smallcard card_ml" style="width: 18rem;">
<img class="card-img-top" src="images/climate.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Climate demo Bonn</h5>
</div>
</div>
</div>
</div>
<hr />
<div class="button_ml">
<a href="gallery.html" class="btn btn-primary">See more about gallery</a>
</div>
</div>
</section>
<!-- Events Overview-->
<section>
<div class="container index index-cards">
<h1>Events in and around Bonn</h1>
<div class="row">
<div class="col">
<!-- 1.Card-->
<div class="card smallcard card_ml" style="width: 18rem;">
<img class="card-img-top" src="images/fireworks-1759_640.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Upcoming Events</h5>
<p class="card-text">Would you like to see the Rhine shine? You will experience fantastic fireworks...
</p>
</div>
</div>
</div>
<div class="col">
<!-- 2.Card-->
<div class="card smallcard card_ml" style="width: 18rem;">
<img class="card-img-top" src="images/cinema-4609877_1920.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Art & Culture</h5>
<p class="card-text">Here you can find all information about performances at the theatres Bonn...</p>
</div>
</div>
</div>
<div class="col">
<!-- 3.Card-->
<div class="card smallcard card_ml" style="width: 18rem;">
<img class="card-img-top" src="images/concert-768722_1920.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Music</h5>
<p class="card-text">Here you will find an overview of all current concerts in different locations in
the city...</p>
</div>
</div>
</div>
</div>
<hr />
<div class="button_ml">
<a href="events.html" class="btn btn-primary">See more about events</a>
</div>
</div>
</section>
<!-- Sightseeing Overview -->
<section>
<div class="container index index-cards">
<h1>Sightseeing in Bonn</h1>
<div class="row">
<div class="col">
<!-- 1.Card-->
<div class="card smallcard card_ml" style="width: 18rem;">
<img class="card-img-top" src="images/bonn-1343785_1920.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Interesting Buildings</h5>
<p class="card-text">You can find many intesting buildings in Bonn. Take the Post tower or the Bonn
market square with the Old Town Hall or even the Bethoven Museeum.</p>
</div>
</div>
</div>
<div class="col">
<!-- 2.Card-->
<div class="card smallcard card_ml" style="width: 18rem;">
<img class="card-img-top" src="images/castle-437498_1920.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Castles</h5>
<p class="card-text">Find out more about the Castle of Drachenburg, the Poppelsdorfer Schloss, close to
the city center or the castle Augustusburg in Brühl, which you should
visit if you like the castle of Neuschwanstein in Bavaria.</p>
</div>
</div>
</div>
<div class="col">
<!-- 3.Card-->
<div class="card smallcard card_ml" style="width: 18rem;">
<img class="card-img-top" src="images/rhine-2156833_1920.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Surroundings</h5>
<p class="card-text">Worth visiting is of course the Cologne Cathedral, which is a known monument with
Gothic architecture, which was started to build in 1248. We recommend
the Phantasialand, for families, which is a theme park between Bonn and Cologne. Don't miss the
Siebengebirge and the Eifel National Park.</p>
</div>
</div>
</div>
</div>
<hr />
<div class="button_ml">
<a href="sightseeing.html" class="btn btn-primary">See more about sighseeing</a>
</div>
</div>
</section>
<hr />
</main>
<!-- Footer Start -->
<footer class="navbar bottom navbar-light bg-light">
<a class="navbar-brand" href="index.html">Bonn. The city</a>
<a class="navbar-brand" href="#">Impressum</a>
<a class="navbar-brand" href="#">Datenschutz</a>
<a class="navbar-brand" href="#">AGBs</a>
<p class="navbar-brand copyright">Copyright © 2019; Sockenkomando</p>
</footer>
<!-- Footer Ende -->
</body>
</html>