-
Notifications
You must be signed in to change notification settings - Fork 0
/
imprint.html
75 lines (58 loc) · 2.56 KB
/
imprint.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
<!DOCTYPE html>
<html>
<head>
<title>Imprint</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="docs/images/favicon.ico" />
<link rel="stylesheet" href="/leaflet/leaflet.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<script src="/leaflet/leaflet.js"></script>
<script src="jquery/jquery.min.js"></script>
<script src="chart.js/chart.js"></script>
<link rel="stylesheet" href="bootstrap/css/bootstrap.css" />
<script src="/leaflet/leaflet.js"></script>
<script src="chart.js/chart.js"></script>
<script src="/jquery/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.2/bootstrap3-typeahead.min.js"></script>
<script src="/turf/turf.min.js"></script>
<script src="/private/tokens.js"></script>
<script src="data/desnsityAreas.js"></script>
<script src="/js/createPolygons.js"></script>
<script src="/js/autocomplete.js"></script>
<script src="data/accidents.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="/">Safe Route</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar" aria-controls="navbar"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<div class="navbar-nav">
<a class="nav-item nav-link " href="/">Home <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="/howto">How-To</a>
<a class="nav-item nav-link active" href="/imprint">Imprint</a>
</div>
</div>
</nav>
<div class="col-12">
<p>
<b>Authors:</b>
<br>● Aysel T.
<br>● Jan S.
<br>● Mirjeta M.
<br>● Nick J.
<br>● Tom N.
</p>
Code is available online at <a href="https://github.com/tnier01/SafeRouteToSchool" target="_blank">Github</a>.
This is software that was developed as part of the class "Geoinformation in Society" in the winterterm 2020/21
at <a href="https://www.uni-muenster.de/Geoinformatics/en/index.html" target="_blank">ifgi</a> at the <a
href="https://www.uni-muenster.de/en/" target="_blank">University of Münster</a>.
</body>
</html>