-
Notifications
You must be signed in to change notification settings - Fork 2
/
scholarship.html
72 lines (62 loc) · 2.5 KB
/
scholarship.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Scholarship | 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">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 class="active"><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-internal">
<img src="sotm-asia-2016-logo.png" alt="State of the Map Asia 2016">
<div class="x">×</div>
<div id="visions-banner">
<img src="visions-logo.png" alt="VISIONS">
<div class="extra-title">Asia Energy Resilience Forum 2016</div>
</div>
</section>
<article id="content">
<h1>Scholarship Applications</h1>
<p>OpenStreetMap is a diverse community of mappers, volunteers, humanitarians
and advocates promoting open data and open source for everyone to use. Many
individuals across Asia are doing amazing work and we would
<span class="heart">♥</span> to hear your stories!</p>
<ul>
<li>Mapped your hometown, city, or region from scratch?</li>
<li>Organized events to build your local community of mappers?</li>
<li>Contributed code, apps, or tools for OpenStreetMap?</li>
<li>Used OpenStreetMap data to promote your organization’s mission?</li>
</ul>
<p>With support from VISIONS Asia, we are looking for 4 scholars to come to
Manila and share their stories.</p>
<h1>Update: Welcome scholars!</h1>
<p> We are happy to announce that VISIONS Asia Forum and CrisisMappersJapan will support
5 scholars to join us this year! Here's the list of scholars:</p>
<ul>
<li>Ahasanul Hoque, Bangladesh 🇧🇩</li>
<li>Ko Ko Ye` - Myanmar (Burma) 🇲🇲</li>
<li>Dennis Raylin Chen, Taiwan 🇹🇼</li>
<li>Wulansari Khairunisa, Indonesia 🇮🇩</li>
<li>Yogesh K S, India 🇮🇳</li>
</ul>
<p>Congratulations and see you in Manila!</p>
</article>
<aside id="footer">
</aside>
<script src="menu.js"></script>
</body>
</html>