forked from A-real/A-real
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
210 lines (201 loc) · 7.29 KB
/
map.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE HTML>
<html>
<head>
<title>Adventure for Breakfast</title>
<link href="web/css/style.css" rel='stylesheet' type='text/css' />
<link href="web/css/mapstyle.css" rel='stylesheet' type='text/css' />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type='text/javascript' src='web/js/jquery-1.11.0.js'></script>
<script type='text/javascript' src='https://cdn.firebase.com/js/client/1.0.11/firebase.js'></script>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=places&sensor=false"></script>
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
</script>
<!----webfonts---->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<!----//webfonts---->
<!---script---->
<!--<script src="web/js/jquery.min.js"></script>-->
<!---//script---->
<!-----768px-menu----->
<link type="text/css" rel="stylesheet" href="web/css/jquery.mmenu.all.css" />
<script type="text/javascript" src="web/js/jquery.mmenu.js"></script>
<script type="text/javascript">
// The menu on the left
$(function() {
$('nav#menu-left').mmenu();
});
</script>
<!-----//768px-menu----->
<!---strat-slider---->
<link rel="stylesheet" type="text/css" href="web/css/style2.css" />
<script type="text/javascript" src="web/js/modernizr.custom.28468.js"></script>
<!---//strat-slider---->
</head>
<body>
<!----start-wrap---->
<!------start-768px-menu---->
<div id="page">
<div id="header">
<a class="navicon" href="#menu-left"> </a>
</div>
<nav id="menu-left">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li class="active"><a href="map.html">Map</a></li>
</ul>
</nav>
</div>
<!------start-768px-menu---->
<!----start-header---->
<div class="header" id="move-top">
<div class="wrap">
<div class="header-left">
<!----start-logo---->
<div class="logo">
<a href="index.html"><img src="web/images/logo.png" title="Adventure" /> </a>
</div>
<!----//End-logo---->
</div>
<div class="header-right">
<!----start-top-nav---->
<div class="top-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li class="active"><a href="map.html">Map</a></li>
</ul>
</div>
<!----//End-top-nav---->
<!--start-search-box
<div class="search">
<div class="search-box">
<div id="sb-search" class="sb-search">
<form>
<input class="sb-search-input" placeholder="Enter your search term..." type="search" name="search" id="search">
<input class="sb-search-submit" type="submit" value="">
<span class="sb-icon-search"> </span>
</form>
</div>
</div>
search-scripts-->
<script src="web/js/modernizr.custom.js"></script>
<script src="web/js/classie.js"></script>
<!----//search-scripts---->
</div>
</div>
<!----//End-search-box--->
<div class="clear"> </div>
</div>
<div class="clear"> </div>
</div>
<!----//End-header---->
<!--start-da-slider-->
<div class="slider">
<!--End-top-nav-->
<!--start-da-slider-->
<div id="da-slider" class="da-slider">
<div class="da-slide">
<label><span> </span></label>
</div>
<script type="text/javascript" src="web/js/jquery.cslider.js"></script>
<script type="text/javascript">
$(function() {
$('#da-slider').cslider({
autoplay : true,
bgincrement : 450
});
});
</script>
<!--//End-da-slider-->
</div>
<section>
<div class="head"> <span></span>
<p><h3>Travel Map</h3></p>
<p>Help us put together the difinitve list of "can't miss" stops between Howey in the Hills, FL and San Fancisco, CA</p>
<p>Chances are you have had a great expierance while traveling somewhere in US, so tell us about it!</p>
<p>You can use the form below to pin your favorite restaurant, camp ground, or scenic spot along the highway.</p>
</div>
<div id="map-canvas"></div>
<div class="form">
<form id='placeForm'>
<input id="searchTextField" type="text" size="70" placeholder="Add your location..."><br>
<input id="commentsField" type="text" size="70" placeholder="Add comments..."><br>
<input type="text" id="submitter" size="70" placeholder="Your name!"><br>
<button type='submit' id="submit" text="Add your place!">Add your place!</button>
</form>
</div>
</section>
<!-- start-footer-->
<div class="footer">
<div class="wrap">
<div class="footer-left">
<h2>Connect with us, <span>we would love to hear from you</span></h2>
</div>
<div class="footer-right">
<ul>
<li><a class="youtube" href="#"><span> </span></a></li>
<li><a class="skye" href="#"><span> </span></a></li>
<li><a class="flicker" href="#"><span> </span></a></li>
<li><a class="rss" href="#"><span> </span></a></li>
<li><a class="twitter" href="#"><span> </span></a></li>
<li><a class="dribbble" href="#"><span> </span></a></li>
<div class="clear"> </div>
</ul>
</div>
<div class="clear"> </div>
</div>
</div>
<!-- //End-footer-->
<!--start-copy-right-->
<div class="copy-right">
<div class="wrap">
<p>Template by <a href="http://w3layouts.com/">W3layouts</a></p>
<!--scrolling-->
<script type="text/javascript" src="web/js/move-top.js"></script>
<script type="text/javascript">
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
<!--//scrolling-->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<script type='text/javascript' src='web/js/map_db.js'></script>
<script type="text/javascript">
var input = document.getElementById('searchTextField');
var options = {
componentRestrictions: {country: 'us'}
};
autocomplete = new google.maps.places.Autocomplete(input, options);
</script>
<a href="#move-top" id="toTop" style="display: block;"><span id="toTopHover" style="opacity: 1;"> </span></a>
</div>
</div>
<!--//End-copy-right-->
<!--//End-wrap-->
</body>
</html>