-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsponsors.html
56 lines (48 loc) · 1.97 KB
/
sponsors.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Sponsors and Partners | 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><a href="scholarship.html">Scholarship</a></li>
<li><a href="venue.html">Venue</a></li>
<li class="active"><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>Sponsors and Partners</h1>
<p>State of the Map Asia 2016 would not be possible without the support of our generous sponsors and partners.</p>
<p><strong>Interested in sponsoring?</strong>
Contact the SotM Asia 2016 team at <a href="mailto:[email protected]">[email protected]</a>.</p>
<h2>Platinum Sponsor</h2>
<p><a href="https://www.mapbox.com/"><img src="mapbox-logo-m.png" alt="Mapbox"></a></p>
<h2>Gold Sponsor</h2>
<p><a href="https://www.mapillary.com/"><img src="mapillary-logo-m.png" alt="Mapillary"></a></p>
<h2>Partners</h2>
<p><a href="http://dge.upd.edu.ph/"><img src="up-dge-logo-m.png" alt="University of the Philippines Department of Geodetic Engineering"></a></p>
</article>
<aside id="footer">
</aside>
<script src="menu.js"></script>
</body>
</html>