forked from thessaly/draftweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.html
221 lines (193 loc) · 11.8 KB
/
en.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Arimo|Bitter|Exo|Handlee|Source+Sans+Pro:600|Sunflower:700|Ubuntu:700" rel="stylesheet">
<title>ETER - Open source air quality monitor</title>
<style type="text/css">
.jumbotron {
background-image: url('background.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
min-height: 100vh;
}
section {
padding-top: 4rem;
}
#section-contact {
padding-bottom: 50px;
}
body {
font-family: 'Exo', sans-serif;
}
h1 {
font-weight:bold;
}
</style>
</head>
<body data-spy="scroll" data-target="#navScrollspy">
<!-- NavBar -->
<nav class="navbar bg-info navbar-dark navbar-expand-md fixed-top">
<a href="#" class="navbar-brand">ETER</a>
<button type="button" class="navbar-toggler navbar-toggler-right" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav" id="navScrollspy">
<li class="nav-item">
<a class="nav-link" href="#section-project">Project</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section-where">Where?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section-documentation">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section-team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section-contact">Contact</a>
</li>
</div>
<!-- Selector de idioma -->
<div class="topnav-right dropdown dropup">
<button type="button" class="btn btn-secondary btn-sm dropdown-toggle bg-danger" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" align="right">Language</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a href="en.html" class="dropdown-item small px-1">English</a>
<a href="index.html" class="dropdown-item small px-1">Spanish</a>
</div>
</ul>
</div>
</nav>
<!-- Encabezado -->
<section id="section-inicio" class="jumbotron jumbotron-fluid text-white d-flex justify-content-center align-items-center">
<div class="container text-center">
<h1 class="display-1 text-primary text-uppercase">ETER</h1>
<p class="display-4">Open source air quality monitor</p>
<a href="data.html" class="btn btn-lg btn-primary"><i class="far fa-chart-bar" aria-hidden="true"></i> Data</a>
</div>
</section>
<!-- Descripción del project -->
<div class="container text-center">
<section id="section-project">
<h2 class="display-4">What's ETER?</h2>
<p>It's a project that measures air quality using low-cost open source devices that we build ourselves. We want more people to learn about the potential of <a href="http://openhardware.science/gosh-manifesto" target="_blank">open source hardware</a> for community science so they can start their own projects.</p>
<p class="text-center"><strong>If you want to know why measuring air quality is important, click <a href="http://www.who.int/news-room/fact-sheets/detail/ambient-(outdoor)-air-quality-and-health" target="_blank">here</a>.</strong></p>
</div>
<div class="text-center">
<div class="h3"><i class="fas fa-wrench mb-2 pt-3 text-danger" aria-hidden="true"></i></div>
<p>We build open source devices that measure <a href="https://en.wikipedia.org/wiki/Particulates" target="_blank">particulate matter (PM1, PM2.5 y PM10)</a> in the air</p>
<div class="h3"><i class="fas fa-gamepad mb-2 mt-2 text-danger" aria-hidden="true"></i></div>
<p>We design an online game to disseminate community science resources</p>
<div class="h3"><i class="fas fa-users mb-2 mt-2 text-danger" aria-hidden="true"></i></div>
<p class="pb-3">We develop and document workshops where we build the devices</p>
</div>
</section>
<!-- Area Reconquista -->
<div class="container">
<section id="section-where">
<h2 class="display-4 text-center">Where do we work?</h2>
<p class="text-center">We started working with teachers and community members of <a href="https://www.coopbellaflor.org/quienes-somos1" target="_blank">Area Reconquista</a>, Buenos Aires, but other communities started to show interest in becoming ETER nodes, such as <a href="https://es.wikipedia.org/wiki/Las_Higueras" target="_blank">Las Higueras</a>, in Córdoba and Mendoza (<a href="http://www.frm.utn.edu.ar/labfd/" target="_blank">Laboratorio de Fabricación Digital - UTN Mendoza</a>), both in Argentina.</p>
</div>
<div class="container text-center">
<a href="https://www.dropbox.com/sh/zmpzy137cf0s8hk/AABnOT9nOLeHPNN8V7VEi-yPa?dl=0&preview=Republica_Frente.jpg" target="_blank"><img src=reconquista2.jpg alt="Área Reconquista, Buenos Aires" width="711" height="400" ></a>
<p class="text-center">Credit: <a href="http://www.iconoclasistas.net" target="_blank">Iconoclasistas</a></p>
</div>
<!-- Documentación -->
<div class="container text-center">
<section id="section-documentation">
<h2 class="display-4 text-center mb-4">Documentation</h2>
<div class="row">
<div class="col-12 col-sm-6 col-lg-3 d-flex flex-column align-items-center mb-5">
<div class="h1"><i class="fas fa-file-alt text-danger mb-4"></i></div>
<h3 class="h4 mb-4 text-center">Main repository</h3>
<p>General info on the project, status, updates</p>
<a href="https://github.com/rlyehlab/eter" target="_blank" class="btn btn-sm btn-info mt-auto">GitHub</a>
</div>
<div class="col-12 col-sm-6 col-lg-3 d-flex flex-column align-items-center mb-5">
<div class="h1"><i class="fas fa-wrench text-danger mb-4"></i> </div>
<h3 class="h4 mb-4 text-center">Hardware & Software</h3>
<p>Info on how to build a device</p>
<a href="https://github.com/rlyehlab/eter-monitor" target="_blank" class="btn btn-sm btn-info mt-auto">GitHub</a>
</div>
<div class="col-12 col-sm-6 col-lg-3 d-flex flex-column align-items-center mb-5">
<div class="h1"><i class="fas fa-gamepad text-danger mb-4"></i></div>
<h3 class="h4 mb-4 text-center">Game</h3>
<p>Info on the divulgation game</p>
<a href="https://github.com/rlyehlab/eter-game" target="_blank" class="btn btn-sm btn-info mt-auto">GitHub</a>
</div>
<div class="col-12 col-sm-6 col-lg-3 d-flex flex-column align-items-center mb-5">
<div class="h1"><i class="fas fa-users text-danger mb-4"></i> </div>
<h3 class="h4 mb-4 text-center">Workshops</h3>
<p>Documentation on the schedule, organisation and content of workshops</p>
<a href="https://github.com/rlyehlab/eter-workshop" target="_blank" class="btn btn-sm btn-info mt-auto">GitHub</a>
</div>
</div>
</section>
</div>
<!-- Quiénes somos -->
<div class="container text-center">
<section id="section-team">
<h2 class="display-4">Team</h2>
<p>ETER is the result of very different people gathered at <a href="https://rlab.be" target="_blank">R'lyeh</a>, a <a href="http://peerproduction.net/issues/issue-2/peer-reviewed-papers/hacklabs-and-hackerspaces/" target="_blank">hacklab</a> or community-operated horizontal space in Buenos Aires, where we meet, socialize and collaborate around technology projects with a free software philosophy approach. ETER is also inspired in previous <a href="https://monitorabierto.wikidot.com" target="_blank">MACA</a></li> project.</p>
<p>We have the support of <a href="http://www.unsam.edu.ar" target="_blank">Universidad Nacional de San Martín (UNSAM)</a>, the artists' collective <a href="http://aerocene.org/" target="_blank">Aerocene</a> and the financial support of <a href="https://science.mozilla.org/" target="_blank">Mozilla Science</a>, and proud members of the Global Open Science Hardware Movement, <a href="http://openhardware.science" target="_blank">GOSH</a>.</p>
</div>
<!-- Contact -->
<div class="text-center">
<section id="section-contact">
<h2 class="display-4">Contact</h2>
<p>If you have any questions or you want to collaborate with ETER in any way, drop us an email at <strong><a href="mailto:[email protected]">[email protected]</a></strong></p>
<a href="https://facebook.com/etermonitor" target="_blank"><i class="fab fa-facebook-square h2 text-info ml-2"></i></a> /etermonitor
<a href="https://twitter.com/etermonitor" target="_blank"><i class="fab fa-twitter-square h2 text-info ml-5"></i></a> @etermonitor
</section>
</div>
<footer class="bg-dark py-3 text-center">
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://rlab.be" target="_blank">
<img class="image-h-responsive" src="lab.jpg" alt="logo" height="60px">
</a>
</li>
<li class="list-inline-item">
<a href="https://aerocene.org" target="_blank">
<img class="image-h-responsive" src="aerocene.jpeg" alt="logo" height="60px">
</a>
</li>
<li class="list-inline-item">
<a href="https://openhardware.science" target="_blank">
<img class="image-h-responsive" src="gosh.jpg" alt="logo" height="60px">
</a>
</li>
<li class="list-inline-item">
<a href="https://www.unsam.edu.ar/" target="_blank">
<img class="image-h-responsive" src="unsam.png" alt="logo" height="70px">
</a>
<li class="list-inline-item">
<a href="https://science.mozilla.org" target="_blank">
<img class="image-h-responsive" src="mozilla2.png" alt="logo" height="50px">
</a>
</li>
</ul>
<p class="mb-4 text-white"><i>All ETER materials are released under open licences: <a href="https://github.com/rlyehlab/ETER/blob/master/LICENSE.md target="_blank""><strong>CC BY 4.0 + CERN OHL 1.2 + GPL 3</strong></a></i></p>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/smooth-scroll/14.2.0/smooth-scroll.min.js" integrity="sha256-/k5n1rmutzb2PSqvtV77T+xHa9plhfEjb/mpn1RpMzA=" crossorigin="anonymous"></script>
<!-- Smooth Scroll -->
<script type="text/javascript">
$(function (){
var scroll = new SmoothScroll('a[href*="#section-"]');
});
</script>
</body>
</html>