forked from orca-nrw/orca-nrw-karte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (45 loc) · 2.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>ORCA-Netzwerk und OER Policies an Hochschulen in NRW</title>
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.css">
<link rel="stylesheet" href="css/style.css">
<style type="text/css"></style>
</head>
<body>
<header>
<h1>ORCA-Netzwerk und OER Policies <br> an Hochschulen in NRW</h1>
</header>
<main>
<h2>Karte mit Ausklappmenu für Standortliste</h2>
<center><iframe src="netzwerk-karte.html?oer_policy_default=true" height="550" width="100%"></iframe></center>
<details>
<summary>Einbettungscode</summary>
<p><code><iframe style="border: 3px solid rgb(0, 43, 68)" src="https://mrkwnzl.github.io/orca-nrw-karte/netzwerk-karte.html?oer_policy_default=true" height="550" width="100%"></iframe></code></p>
</details>
<h2>Karte mit permanenter Standortliste</h2>
<center><iframe src="netzwerk-kombiniert.html?oer_policy_default=true" height="550" width="100%"></iframe></center>
<details>
<summary>Einbettungscode</summary>
<p><code><iframe style="border: 3px solid rgb(0, 43, 68)" src="https://mrkwnzl.github.io/orca-nrw-karte/netzwerk-kombiniert.html?oer_policy_default=true" height="550" width="100%"></iframe></code></p>
</details>
<h2>Nur Standortliste</h2>
<center><iframe src="netzwerk-liste.html" height="550" width="100%"></iframe></center>
<details>
<summary>Einbettungscode</summary>
<p><code><iframe style="border: 3px solid rgb(0, 43, 68)" src="https://mrkwnzl.github.io/orca-nrw-karte/netzwerk-liste.html" height="550" width="100%"></iframe></code></p>
</details>
</main>
<footer>
<p>
<a href='https://github.com/mrkwnzl/orca-nrw-karte'>orca-nrw-karte</a> von Marko Wenzel und Frank Homp ist lizenziert unter <a href="http://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a>.
<br><a href='https://simplecss.org'>Simple.css</a> by Kev Quirk is licensed under the MIT license.
<br><a href='https://leafletjs.com'>Leaflet</a> by Vladimir Agafonkin is licensed under the BSD-2-Clause license.
<br><a href='https://github.com/unbam/Leaflet.SlideMenu'>Leaflet.SlideMenu</a> by Masashi Takeshita is licensed under the MIT License.
</p>
<p>Version: 0.9.6. Stand: 2024-02-13</p>
</footer>
</body>
</html>