forked from homtec/thenextis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_mobile.html
105 lines (77 loc) · 3.78 KB
/
index_mobile.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
<!DOCTYPE HTML>
<html manifest="cache.appcache">
<!-- <html> -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="white" />
<title>TheNextIs.com - find your place</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" />
<link rel="stylesheet" href="app/app.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<meta property="og:title" content="TheNextIs.com - find your place" />
<meta property="og:image" content="http://thenextis.com/og_icon.png"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="http://thenextis.com" />
</head>
<body>
<div id="inputarea">
<span id="inputarea-content">
THE NEXT
<select id="mydropdown" default="test">
<option value="" disabled selected>choose...</option>
</select>
IS</span>
</div>
<div id="loading"><i class="fa fa-spinner fa-spin fa-large"></i> searching for you...</div>
<div id="info_overlay">
<h1>About this project</h1>
<a href="https://github.com/homtec/thenextis/" target="_blank">Contribute on github</a>
<br><br>
<a href="https://twitter.com/thenextis" target="_blank"><i class="fa fa-twitter "></i></a>
<a href="https://www.facebook.com/Thenextis" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://plus.google.com/107689928685837922404/" target="_blank"><i class=" fa fa-google-plus"></i></a>
<div class="fb-like" data-href="http://facebook.com/thenextis" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div>
<br>
<span id="editOSM-button"><i class="fa fa-wrench icon-small"></i> Miss something? Add in OSM!</span>
</div>
<div id="map"></div>
<div id="reload-button" class="buttons"><i class="fa fa-refresh icon-large"></i></div>
<div id="locateMe-button" class="buttons"><i class="fa fa-location-arrow"></i></div>
<div id="info-button" class="buttons"><i class="fa fa-info"></i></div>
<div id="search-button" class="buttons"><i class="fa fa-search"></i></div>
<div id="modal_no_pois" class="modal hide fade">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3><i class="icon-frown"></i> No result</h3>
</div>
<div class="modal-body">
<p>There is no in 1 km range. </p>
</div>
<div class="modal-footer">
<a href="#" class="btn btn-primary">Close</a>
</div>
</div>
<!-- Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41786342-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Analytics Code -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
<script src="app/app.js"></script>
</body>
</html>