-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
122 lines (84 loc) · 4.58 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<title>Program | State of the Map Asia 2019</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="script/jquery-3.3.0.min.js"></script>
<link rel="stylesheet" href="style/bootstrap.min.css">
<script src="script/bootstrap.min.js"></script>
<link rel="stylesheet" href="style/index.css">
</head>
<body>
<div id="pageContainer" class="container">
<div id="header" class="row">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<a id="bigLogo" href="index.html">
<img class="logo" src="image/logo/logo.png">
<span>State of the Map Asia 2019</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapseToggle" aria-controls="navbarCollapseToggle" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbarCollapseToggle" class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="navbar-button">
<a class="btn" href="program.html">Program</a>
</li>
<li class="navbar-button">
<a class="btn" href="venue.html">Venue</a>
</li>
<li class="navbar-button">
<a class="btn" href="https://medium.com/state-of-the-map-asia" target="_blank">Blog</a>
</li>
<li class="navbar-button">
<a class="btn" href="code-of-conduct.html">Code of Conduct</a>
</li>
</ul>
<a href=" https://twitter.com/SotmAsia" target="_blank" title="Follow us on Twitter">
<button id="followOnTwitter" type="button" class="btn btn-light">Follow us</button>
</a>
</div>
</nav>
</div>
</div>
<div id="img404"></div>
<span id="img404Cap">Looks like you wandered off!</span>
<div id="footer" class="container">
<div class="row">
<div class="col-sm-4">
<span>2019 © All rights reserved</span>
</div>
<div class="col-sm-4 previous">
<a class="btn" href="http://2018.stateofthemap.asia" target="_blank" title="SotM Asia 2018">2018</a>
<a class="btn" href="https://2017.stateofthemap.asia/index.html" target="_blank" title="SotM Asia 2017">2017</a>
<a class="btn" href="https://2016.stateofthemap.asia" target="_blank" title="SotM Asia 2016">2016</a>
</div>
<div class="col-sm-4">
<div class="social-media-icons">
<a href="https://www.youtube.com/channel/UCR7PMzU0l__u8Pt73QyHWAQ" target="_blank">
<img class="icon" title="Find us on YouTube" src="image/icon/youtube.png">
</a>
<a href="https://www.instagram.com/sotm_asia" target="_blank">
<img class="icon" title="Find us on Instagram" src="image/icon/instagram.png">
</a>
<a href="https://www.facebook.com/SotmAsia" target="_blank">
<img class="icon" title="Find us on Facebook" src="image/icon/facebook.png">
</a>
<a href="https://t.me/OpenStreetMapAsia" target="_blank">
<img class="icon" title="Find us on Telegram" src="image/icon/telegram.png">
</a>
<a href="https://twitter.com/SotmAsia" target="_blank">
<img class="icon" title="Find us on Twitter" src="image/icon/twitter.png">
</a>
<a href="https://www.flickr.com/photos/185386731@N07" target="_blank">
<img class="icon" title="Find us on Flickr" src="image/icon/flickr.png">
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>