This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.shtml
73 lines (59 loc) · 3.22 KB
/
index.shtml
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
<!DOCTYPE html>
<html>
<head>
<title data-i18n="homepage.page-title">MapSwipe | Every swipe helps put families on the map</title>
<!-- Start Component -->
<!--#include virtual="/markup/components/metas.shtml" -->
<!-- End Component -->
</head>
<body class="page-home">
<!-- Start Component -->
<!--#include virtual="/markup/components/gtm.shtml" -->
<!-- End Component -->
<!-- Start Component -->
<!--#include virtual="/markup/components/header.shtml" -->
<!-- End Component -->
<div class="hero-container">
<div class="wrapper">
<div class="hero-content">
<h1 class="hero-heading" data-i18n="[html]homepage.hero-heading">Swipe and tap.<br>Put communities test on the map.</h1>
<p class="hero-subheading" data-i18n="homepage.hero-subheading">Help humanitarians find and help vulnerable people. Download MapSwipe.</p>
<div class="appstore-container">
<a class="appstore-link" href="https://itunes.apple.com/us/app/mapswipe/id1133855392?ls=1&mt=8" target="_blank">
<img height="60" src="../assets/img/svg/app-store-dark.svg">
</a>
<a class="appstore-link" href="https://play.google.com/store/apps/details?id=org.missingmaps.mapswipe" target="_blank">
<img height="60" src="../assets/img/svg/google-play-dark.svg">
</a>
<a class="appstore-link last" href="https://github.com/mapswipe/mapswipe/releases/latest/download/app-production-release.apk" target="_blank">
<img height="60" src="../assets/img/logos/download_apk.png">
</a>
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-container section-flex image-right">
<div class="two-thirds">
<h2 data-i18n="[html]homepage.overview-stats">More than 30,000 volunteers engaged.<br>
With over 1,000,000 sq km swiped.<br>
Across 29 countries.</h2>
<p data-i18n="homepage.overview-text">Around the world, millions of individuals are affected by disasters, disease, and conflict. First responders working with these communities often have to cover large areas, but lack the data necessary for an efficient, effective response. Through MapSwipe, volunteers pinpoint where critical infrastructure and populations are located, allowing mappers to focus only on areas where they know features need to be mapped.</p>
<p data-i18n="[html]homepage.cta"><strong>With your mobile phone, you can play a part in helping communities around the world, one swipe at a time.</strong></p>
<a class="link" href="about.html"><!-- Start Component -->
<!--#include virtual="/markup/svg/chevron.shtml" -->
<!-- End Component --><span data-i18n="homepage.learn-more">Learn more</span></a>
<a class="link" href="get-involved.html"><!-- Start Component -->
<!--#include virtual="/markup/svg/chevron.shtml" -->
<!-- End Component --><span data-i18n="homepage.get-involved">Get involved</span></a>
</div>
<div class="one-third">
<img src="../assets/img/iphone.png">
</div>
</div>
</div>
<!-- Start Component -->
<!--#include virtual="/markup/components/footer.shtml" -->
<!-- End Component -->
</body>
</html>