-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (57 loc) · 2.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Rekrutierungs- und Infoveranstaltungen der Bundeswehr (2016)</title>
<!-- Mapbox -->
<script src='https://api.mapbox.com/mapbox.js/v2.2.4/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v2.2.4/mapbox.css' rel='stylesheet'/>
<!-- Leaflet location plugin -->
<script src='https://api.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.43.0/L.Control.Locate.min.js'></script>
<link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.43.0/L.Control.Locate.mapbox.css'
rel='stylesheet'/>
<!--[if lt IE 9]>
<link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.43.0/L.Control.Locate.ie.css'
rel='stylesheet'/>
<![endif]-->
<link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.43.0/css/font-awesome.min.css'
rel='stylesheet'/>
<!-- Leaflet sidebar plugin -->
<link rel="stylesheet" href="css/leaflet-sidebar.css"/>
<script src="js/leaflet-sidebar.js"></script>
<!-- Github opticons -->
<link href='octicons/octicons.css'
rel='stylesheet'/>
<link href='css/style.css'
rel='stylesheet'/>
</head>
<body>
<div id="map"></div>
<div id="info">
<h1>Rekrutierungs- und Infoveranstaltungen der Bundeswehr (2016)</h1>
<span class="octicon octicon-cloud-download">
<a href="data/termine2016.zip">Als Liste</a>
</span>
<span class="octicon octicon-mark-github">
<a href="https://github.com/Debakel/bundeswehr-recruiting">Quellcode</a>
</span>
</div>
<script src="app.js"></script>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["setDomains", ["*.mrtz.me/bundeswehr2016"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//piwik.mrtz.me/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 6]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//piwik.mrtz.me/piwik.php?idsite=6" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</body>
</html>