-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGTFMember.html
244 lines (187 loc) · 7.47 KB
/
GTFMember.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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html class="no-js">
<head>
<title>GTF Member</title>
<meta charset="utf-8">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<![endif]-->
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="animations.css">
<link rel="stylesheet" href="fonts.css">
<link rel="stylesheet" href="main.css" class="color-switcher-link">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Add smooth Srolling to the hash codes-->
<script>
$(document).ready(function(){
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</head>
<body>
<!--[if lt IE 9]>
<div class="bg-danger text-center">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/" class="highlight">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="preloader">
<div class="preloader_image"></div>
</div>
<!-- search modal -->
<!-- Unyson messages modal -->
<div class="modal fade" tabindex="-1" role="dialog" id="messages_modal">
<div class="fw-messages-wrap ls with_padding">
<!-- Uncomment this UL with LI to show messages in modal popup to your user: -->
<!--
<ul class="list-unstyled">
<li>Message To User</li>
</ul>
-->
</div>
</div>
<!-- eof .modal -->
<!-- wrappers for visual page editor and boxed version of template -->
<div id="canvas">
<div id="box_wrapper">
<!-- template sections -->
<header class="page_header header_white toggler_xs_right section_padding_20" style="position:fixed; ">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 display_table">
<div class="header_left_logo display_table_cell">
<div class="logo top_logo">
<img src="logo.png" alt="">
<span class="logo_text">
<span class="big">GoGreen</span>
<span class="small-text">.com</span>
</span>
</div>
</div>
<div class="header_mainmenu display_table_cell " style="margin-left: 50px;width:950px; margin:0 auto;">
<!-- main nav start -->
<nav class="mainmenu_wrapper">
<ul class="mainmenu nav sf-menu">
<li class="active">
<a href="index.html">Home</a>
<ul>
<li>
<a href="index.html">MultiPage</a>
</li>
</ul>
</li>
<li>
<a href="#divmap">Garbage Map</a>
</li>
<li>
<a href="">Add Locations</a>
</li>
<!-- eof features -->
<!-- gallery -->
<li>
<a href="">Gallery</a>
</li>
<!-- contacts -->
<li>
<a href="#contactUs">Contact Us</a>
</li>
<li>
<a href="">Login</a>
</li>
<!-- eof contacts -->
</ul>
</nav>
<!-- eof main nav -->
<!-- header toggler -->
<span class="toggle_menu">
<span></span>
</span>
</div>
<div class="header_right_buttons display_table_cell text-right hidden-xs">
<div class="darklinks" style="padding-right: 10px">
<a href="#" target="_"><i class="fa fa-facebook" aria-hidden="true" style="font-size:25px;"></i></a><span>  </span>
<a href="#" target="_"><i class="fa fa-twitter" aria-hidden="true" style="font-size:25px;"></i><span>  </span></a>
<a href="#" ctarget="_"><i class="fa fa-google" aria-hidden="true" style="font-size:25px;"></i><span>  </span></a>
</div>
</div>
</div>
</div>
</div>
</header>
<!--Add new garbage locartion button Div-->
<section style=" margin: 120px auto 0;">
<div class="container-fluid" style="background: #00000">
<div class="row">
<div class="col-md-9 col-sm-8 text-center text-sm-left">
</div>
<div class="col-md-3 col-sm-4 text-center text-sm-right">
<a href="" class="theme_button color2 margin_0">Add Garbage Location</a>
</div>
</div>
</div>
</section>
<section id="Locations">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h2 class="section_header">
Your Locations
</h2>
</div>
</div>
<div class="row columns_margin_bottom_20" style="height: 600px" id="map">
<!-- Add Google Map to the div-->
<script>
// Initialize and add the map
function initMap() {
// The location of Uluru
var uluru = {lat: -25.344, lng: 131.036};
// The map, centered at Uluru
var map = new google.maps.Map(
document.getElementById('map'), {zoom: 4, center: uluru});
// The marker, positioned at Uluru
var marker = new google.maps.Marker({position: uluru, map: map});
}
</script>
<!--Apply API key for Google Map-->
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCbNfrYitHIsUd-UOQmRw0cDs7Y76vswv4&callback=initMap">
</script>
</div>
</div>
</section>
<div class="row columns_margin_top_20">
<div class="container">
<div class="row">
<h2 class="section_header">
</h2>
</div>
</div>
</div>
</div>
</div>
</body>
</html>