-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmap.html
60 lines (60 loc) · 1.88 KB
/
map.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
<html>
<head>
<meta charset="UTF-8">
<title>Das NWBib-NRW Städte-Quiz </title>
<link rel="stylesheet" href="assets/[email protected]/dist/leaflet.css"/>
<script src="assets/[email protected]/dist/leaflet.js"></script>
<script src="assets/jquery-2.1.4.min.js"></script>
<style>
#map{ height: 100% }
h1 {
color:#000000;
}
h3 {
color:#000000;
}
body {
background: url(images/208px-Coat_of_arms_of_North_Rhine-Westfalia.svg.hell.png) no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</head>
<body text="black" background="images/208px-Coat_of_arms_of_North_Rhine-Westfalia.svg.hell.png">
<h1>Das NWBib-NRW Städte Quiz </h1>
<h3>
Ordne das Foto den markierten Städten zu.</br>
Kannst Du alle 5 Fotos richtig zuordnen? Dann versuch es mal mit dem nächsten Level!</br>
</br>
Viel Spass :)
</h3>
</br>
<p style="clear:left;height: 180px;">
<a href='./quiz_1.html'>
<img src="./images/Köln_NwbiQuiz-leicht_thumb.png" style="float:left;">
Anfänger Quiz: Stadtfoto</br>
(Städte > 300.000 Einwohner)
</a>
</p>
<p style="clear:left;height: 240px">
<a href='./quiz_2.html'>
<img src="./images/Gasometer_NwbiQuiz_thumb.png" style="float:left;">
Mittlerschweres Quiz: Stadtfoto</br>
(Städte > 100.000 Einwohner)
</a>
</p>
<p style="clear:left">
<a href='./quiz_3.html'>
<img src="./images/Schlingensief_NwbiQuiz_thumb.png" style="float:left;">
Schweres Quiz: berühmte Personen/Institutionen/Gebäude usw.</br>
(Städte > 100.000 Einwohner)
</a>
</p>
<p style="clear:left;height:220px" >
</br>
Dieses Projekt entstand im Rahmen der <a href="https://codingdavinci.de/events/westfalen-ruhrgebiet/">Coding Da Vinci Westfalen 2019</a> und ist ein Beitrag der Gruppe <a href="https://lobid.org/team/">Offene Infrastruktur</a> des <a href="https://www.hbz-nrw.de/">hbz.</a>
</p>
</body>
</html>