-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
92 lines (81 loc) · 3.67 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>State of the Map Asia 2016</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Varela+Round">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav id="main-nav">
<div class="wrap">
<a href="index.html" id="main-nav-home" class="active">SotM Asia 2016</a>
<a href="#" id="main-nav-menu-button">≡</a>
<ul id="main-nav-menu">
<li><a href="program.html">Program</a></li>
<li><a href="scholarship.html">Scholarship</a></li>
<li><a href="venue.html">Venue</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="code-of-conduct.html">Code of Conduct</a></li>
</ul>
</div>
</nav>
<section id="banner">
<img src="sotm-asia-2016-logo.png" alt="State of the Map Asia 2016">
</section>
<article id="intro">
<h1>Mapping the world <span class="heart">♥</span> together</h1>
<p id="intro-blurb">State of the Map Asia is an event for
<strong>all mappers and OpenStreetMap users</strong>.
Enjoy two days in the Philippines with talks, discussions, and workshops
all around the free and open map of the world.</p>
<div class="wrap">
<p class="when-where"><strong>When?</strong> October 1st to 2nd, 2016</p>
<p class="when-where"><strong>Where?</strong> University of the Philippines Diliman, Quezon City</p>
</div>
</br> </br>
</article>
<section id="sister-events">
<div class="wrap">
<div class="event">
<h2>Visions Asia Resilience Forum 2016</h2>
<p class="event-type">Co-Event</p>
<p><a href="http://visions.asia/">Visions</a> is a Japan-based organization
that aims to support sustainability efforts, to share know-how and
successful examples of community revitalization, as well as to spread
socially good activities. Visions has been holding the
<strong>Asia Resilience Forum</strong> as a venue for its network and
partners to talk and discuss with each other. In 2015, the Forum was
<a href="http://visions.asia/2015-report/">co-hosted with
State of the Map Asia</a> in Jakarta. This year, the Forum will again
co-host with State of the Map Asia.</p>
</div>
<div class="event">
<h2>7th International Conference of Crisis Mappers</h2>
<p class="event-type">Sister Event</p>
<p>The <a href="http://www.attendiccm.com/"><strong>7th International Conference of Crisis Mappers (ICCM)</strong></a>
is a humanitarian technology event that brings together the most important
humanitarian, human rights, development and media organizations with the
world’s best technology companies, software developers and academics.
Scheduled from September 28 to 30, 2016, the conference aims to facilitate
new projects and catalyze innovation in the area of humanitarian and
disaster-related technology.</p>
</div>
</div>
</section>
<section id="sponsors">
<h2>Platinum sponsor</h2>
<p><a href="https://www.mapbox.com/"><img src="mapbox-logo-s.png" alt="Mapbox"></a></p>
<h2>Gold sponsor</h2>
<p><a href="https://www.mapillary.com/"><img src="mapillary-logo-s.png" alt="Mapillary"></a></p>
<h2>Partners</h2>
<p><a href="http://dge.upd.edu.ph/"><img src="up-dge-logo-s.png" alt="University of the Philippines Department of Geodetic Engineering"></a></p>
<p id="sponsor-invitation"><strong>Interested in sponsoring?</strong>
Contact the SotM Asia 2016 team at <a href="mailto:[email protected]">[email protected]</a>.</p>
</section>
<aside id="footer">
</aside>
<script src="menu.js"></script>
</body>
</html>