-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (101 loc) · 3.73 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
<!DOCTYPE HTML>
<!--
Theory by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Arnhem-air.nl</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@Hack42" />
<meta name="twitter:title" content="Arnhem-air.nl" />
<meta name="twitter:description" content="Luchtkwaliteit rond Arnhem" />
<meta name="twitter:image" content="https://arnhem-air.github.io/images/avatar.jpg" />
<meta name="twitter:image:alt" content="Arnhem by Night" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">Arnhem-air.nl</a>
<nav id="nav">
<a href="index.html">Home</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Banner -->
<section id="banner">
<h1>Arnhem-air.nl</h1>
<p>Luchtkwaliteit rond Arnhem.</p>
</section>
<!-- One -->
<section id="one" class="wrapper">
<div class="inner">
<div class="flex flex-3">
<article>
<header>
<h3>Wie zijn wij?</h3>
</header>
<p>Arnhem-air is een veelzijdige groep mensen uit Arnhem en
omgeving die zich inzetten voor betere informatie over
fijnstof en andere gegevens rondom luchtkwaliteit.
</p>
<!--footer>
<a href="#" class="button special">More</a>
</footer-->
</article>
<article>
<header>
<h3>Wat doen wij?</h3>
</header>
<p>In de omgeving van Arnhem zijn sensoren geplaatst die informatie
verzamelen over fijnstof en andere gegevens rondom luchtkwaliteit.
Die gegevens worden centraal opgeslagen en zijn beschikbaar voor
verdere analyse.
</p>
<!--footer>
<a href="#" class="button special">More</a>
</footer-->
</article>
<article>
<header>
<h3>Ook meten?</h3>
</header>
<p>Wil je ook mee helpen gegevens te verzamelen? Dat kan! Je kunt zelf een fijnstof-sensor bouwen en hem registreren op het netwerk. Hulp nodig? Neem dan eens <a href="email:[email protected]">contact op</a> en/of kom eens langs bij <a href="https://hack42.nl">Hack42</a>.</p>
<footer>
<a href="https://hack42.nl/wiki/Fijnstofmeter" class="button special">Lees meer...</a>
</footer>
</article>
</div>
</div>
</section>
<!-- Map -->
<section>
<iframe style="border: 0px #FFFFFF none;" src="https://maps.luftdaten.info/#10/51.985/5.899" marginwidth="0px" marginheight="0px" scrolling="auto" width="100%" height="480" frameborder="1" align="aus"></iframe>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
© Arnhem-air.nl. Design: <a href="https://templated.co">TEMPLATED</a>. Banner Image: <a href="https://www.flickr.com/photos/martijnkriens/4290625843/">Martijn Kriens</a>.
</div>
<ul class="icons">
<li><a href="https://github.com/arnhem-air/" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://twitter.com/Hack42" class="icon fa-twitter"><span class="label">Github</span></a></li>
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>