-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
431 lines (394 loc) · 15.1 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
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!DOCTYPE html>
<html lang="es">
<head>
<script>
const host = window.location.hostname;
if (location.protocol !== 'https:' && !(host === 'localhost' || host === "127.0.0.1")) {
location.replace(`https:${location.href.substring(location.protocol.length)}`);
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-G0JF7MR6PE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-G0JF7MR6PE');
</script>
<meta http-equiv="X-UA-Compatible"
content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon"
href="./assets/imgs/favicon.png"
type="image/x-icon">
<!-- COMMON TAGS -->
<meta charset="utf-8">
<title>GeoNight, the night of Geography</title>
<!-- Search Engine -->
<meta name="description"
content="A playful initiative that brings together a multitude of games to test your knowledge of geography.">
<meta name="image"
content="https://geovoluntarios.github.io/geonight/assets/imgs/social-image.jpeg">
<!-- Schema.org for Google -->
<meta itemprop="name"
content="GeoNight, the night of Geography">
<meta itemprop="description"
content="A playful initiative that brings together a multitude of games to test your knowledge of geography.">
<meta itemprop="image"
content="https://geovoluntarios.github.io/geonight/assets/imgs/social-image.jpeg">
<!-- Twitter -->
<meta name="twitter:card"
content="summary with large image">
<meta name="twitter:title"
content="GeoNight, the night of Geography">
<meta name="twitter:description"
content="A playful initiative that brings together a multitude of games to test your knowledge of geography.">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title"
content="GeoNight, the night of Geography">
<meta name="og:description"
content="A playful initiative that brings together a multitude of games to test your knowledge of geography.">
<meta name="og:image"
content="https://geovoluntarios.github.io/geonight/assets/imgs/social-image.jpeg">
<meta name="og:url"
content="https://geovoluntarios.github.io/geonight/">
<meta name="og:site_name"
content="GeoNight">
<meta name="og:type"
content="website">
<meta name="author"
content="Fabricio Moles: [email protected]">
<meta name="author"
content="Raúl Jiménez: [email protected]">
<meta name="author"
content="Félix Franco: [email protected]">
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js"
crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
rel="stylesheet"
type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic"
rel="stylesheet"
type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="assets/css/styles.css"
rel="stylesheet" />
<link href="assets/css/custom-styles.css"
rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top bg-port-gore"
id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger"
href="#page-top">
GeoNight
</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase font-weight-bold bg-primary text-white rounded"
type="button"
data-toggle="collapse"
data-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse"
id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#juegos"
data-i18n="play">
Play
</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#sobre-la-geonight"
data-i18n="about-us">About us
</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<div class="nav-link py-3 px-0 px-lg-3 rounded">
<a href="index.html?lng=es-ES">🇪🇸</a> |
<a href="index.html?lng=en-US">🇺🇸</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead bg-primary text-white text-center"
id="hero">
<div class="container d-flex align-items-center flex-column">
<h1 class="masthead-heading text-uppercase mb1"
data-i18n="event-title">
Geography night
</h1>
<h2 data-i18n="event-date">April 14, 2023</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Masthead Subheading-->
<p class="masthead-subheading font-weight-light mb-0">
<em data-i18n="promo-text">
More than
<a href="#sobre-la-geonight"
class="yellow js-scroll-trigger">
200 simultaneous events
</a>
to enjoy geography in 40 countries on 5 continents
</em>
</p>
</div>
</header>
<section class="page-section"
id="juegos">
<div class="container">
<!-- Portfolio Section Heading-->
<h2 class="page-section-heading text-center text-uppercase mb-0"
data-i18n="play">
Play
</h2>
<p class="text-center mt-3 small juega"
data-i18n="play-paragraph">
<strong class="yellow">
Test your knowledge of geography
</strong>
with the following games.
</p>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- The list of games is generated dynamically using JS-->
<!-- TODO: add filters to show/hide games in other languages-->
<!-- TODO: Filter by education grade -->
<ul id="games"></ul>
<div class="acenter">
<button class="btn-primary"
id="showAllGames"
data-i18n="show-all-games">Show games in all languages</button>
</div>
<p class="text-center mt-3 small juega"
data-i18n="missing-a-game">
If you know of a game that is not listed here, please message us at [email protected].
</p>
</div>
</section>
<section class="page-section bg-port-gore"
id="sobre-la-geonight">
<div class="container">
<div data-i18n="about-the-initiative">
<h2>About this initiative</h2>
<p>
<a href="https://en.wikipedia.org/wiki/Geography">Geography</a>
is the exciting science that moves the world and anecdotally
quite unknown by most people.
<strong class="bg-yellow">If
you stop anyone on the street and ask: "Do you know
what a person with a degree in geography can do?",
there will be few who can say anything more than read
maps, name capitals, rivers, or other similar things
</strong>.
</p>
<p>
Professionals in geography are trained for much more, such
as knowing how to conduct
<a href="https://en.wikipedia.org/wiki/Spatial_planning">
spatial planning
</a>, combat climate change and its consequences, fight
against natural and technological risks, design
<a href="https://en.wikipedia.org/wiki/Geomarketing">
geomarketing strategies
</a>, use state-of-the-art
<a href="https://en.wikipedia.org/wiki/Remote_sensing">
remote sensing
</a>
tools, find patterns and relationships between human and
natural problems through
<a href="https://en.wikipedia.org/wiki/Spatial_analysis">
spatial analysis
</a>, making them perfect allies to help achieve the
<a href="https://www.un.org/sustainabledevelopment/">
Sustainable Development Goals
</a>, and much more.
</p>
<p>
With the aim of highlighting geography and professionals in
this field,
<strong class="bg-yellow">
"Geography Night"
(<a href="https://www.geonight.net/">geonight.net</a>) is an international initiative in which one evening
or night a year events are organized simultaneously
around the world
</strong>.
</p>
<p>
In this way,
<strong class="bg-yellow">
anyone has the opportunity to become
familiar with the approach of the geographic discipline,
its research work, and its usefulness as an applied
science to solve the great challenges facing the planet.
</strong>
</p>
<p>
Specifically,
<strong class="bg-yellow">
this page you are visiting is a recreational initiative
that was originally launched by the Spanish Association of Geography in
collaboration with other entities
</strong>
to disseminate the contents of geography as well as to
promote the connection between the group of geographers and
geography enthusiasts from different parts of the world.
</p>
<!-- <p>
The game-contest Terra Incógnita has been created by the AGE
and the TransUMAntes Network of the UMA, and developed by
the Spanish GeoDevelopers community.
</p> -->
</div>
<h3 class="mt-5"
data-i18n="media-appearences">Media appearances</h3>
<div class="sponsor-grid__container">
<div id="media-appearances"
class="sponsor-grid">
</div>
</div>
<h3 class="mt-5"
data-i18n="organized-by"
style="display:none">
Organized by
</h3>
<div class="sponsor-grid__container">
<div id="organizers"
class="sponsor-grid">
</div>
</div>
<!-- The list of partners is generated dynamically using JS-->
<h3 data-i18n="partners">Partners</h3>
<div class="sponsor-grid__container">
<div id="partners"
class="sponsor-grid"></div>
</div>
<p class="text-center mt-3 small juega"
data-i18n="join-partners">
If you want to become a partner, contact us at [email protected].
</p>
</div>
</section>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes)-->
<div class="scroll-to-top d-lg-none position-fixed">
<a class="js-scroll-trigger d-block text-center text-white rounded"
href="#page-top"><i class="fa fa-chevron-up"></i></a>
</div>
<!-- Footer-->
<footer class="footer text-center bg-port-gore mt-12">
<div class="container">
<div class="row">
<div class="col-md-12"
data-i18n="footer-text">
<p>
<small>
Website created with ❤️ and the help of volunteers (
<a href="https://www.linkedin.com/in/fabri-moles/">Fabri Moles</a>,
<a href="https://www.linkedin.com/in/martavillalobos/">Marta Villalobos</a>, and
<a href="https://www.linkedin.com/in/f%C3%A9lix-franco-rojas-a23557108/">Félix Franco</a>
) built using
<a href="https://startbootstrap.com/theme/freelancer">Freelancer</a>.
<br />
Source
code is available on
<a href="https://github.com/geovoluntarios/geonight/">GitHub
</a>.
</small>
</p>
</div>
</div>
</div>
</footer>
<!-- GAME TEMPLATE -->
<div id="game-template"
style="display:none">
<li id="{{elem.type}}-{{elem.id}}">
<figure class="card card-flip">
<div class="card text-white">
<div class="card-img img-fluid"
style="background-image:url({{elem.img}})"></div>
<div class="card-img-overlay d-flex justify-content-center align-items-center">
<h4 class="card-title">{{elem.title}}</h4>
</div>
</div>
<div class="card text-black bg-primary">
<div class="card-body d-flex justify-content-center align-items-center">
<p class="card-text text-center">
<strong class="title">{{elem.title}}</strong><br>
{{elem.description}}
<span style="display:block; margin:5px 0 2px; font-size:.9rem">
<small><strong data-i18n="game-author">Author</strong>: {{elem.author}}</small>
</span>
<span class="btn-bar">
<a href="{{elem.url}}"
target="_blank"
class="btn btn-primary btn-sm"
data-i18n="game-open">Open</a>
</span>
</p>
</div>
</div>
</figure>
</li>
</div>
<script id="listing-template"
type="text/x-handlebars-template">
<!-- PARTNERS TEMPLATE -->
<!-- <div
style="display:none"> -->
<div class="sponsor-grid__item">
<div class="sponsor-grid__logo">
<div class="sponsor-grid__logo__center">
<img class="logo"
src="{{elem.image}}"
alt="Logo {{elem.name}}">
</div>
</div>
<div class="sponsor-grid__expander">
<div class="sponsor-grid__description">
{{{elem.html}}}
</div>
</div>
</div>
<!-- </div> -->
</script>
<script src="https://cdn.jsdelivr.net/npm/handlebars@latest/dist/handlebars.js"></script>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/i18next-browser-languagedetector/7.0.1/i18nextBrowserLanguageDetector.min.js">
</script>
<script src="assets/js/listings.js"></script>
<script src="assets/js/i18n.js"
type="module"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>