-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
730 lines (592 loc) · 27.7 KB
/
index.html
File metadata and controls
730 lines (592 loc) · 27.7 KB
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./main.css">
<title>Document</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<!-- Bootstrap core CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.7.7/css/mdb.min.css" rel="stylesheet">
</head>
<body class="cafe-lp vsc-initialized" id="dummybodyid">
<!-- Main Navigation -->
<header>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top scrolling-navbar green darken-3 top-nav-collapse">
<div class="container">
<a class="navbar-brand" href="#">RePayCycle</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto smooth-scroll">
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#home">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#features" data-offset="100">Features</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#about" data-offset="100">About</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#products" data-offset="100">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light" href="#map" data-offset="80">Map</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light"href="#contact" >Contact</a>
</li>
</ul>
<!-- Social Icons -->
<ul class="navbar-nav nav-flex-icons">
<li class="nav-item">
<a class="nav-link waves-effect waves-light">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Intro Section -->
<div id="home" class="view jarallax" data-jarallax="{"speed": 0.2}" style="z-index: 0; background-image: none;">
<!-- Navbar --><div class="mask rgba-black-strong">
<div class="container h-100 d-flex justify-content-center align-items-center">
<div class="row smooth-scroll">
<div class="col-md-12 text-center white-text">
<div class="wow fadeInDown" data-wow-delay="0.2s" style="visibility: visible; animation-name: fadeInDown; animation-delay: 0.2s;">
<hr class="white">
<h1 class="white-text display-4 font-weight-bold">
<em>Welcome to RePayCycle
</em>
</h1>
<hr class="white">
<h5 class="text-uppercase white-text my-5 font-weight-bold spacing">Helping people help the planet</h5>
<a href="#features" class="btn rgba-white-strong btn-rounded dark-grey-text font-weight-bold waves-effect waves-light" data-offset="80">Welcome</a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Main Navigation -->
<!-- Main content -->
<main>
<div class="container">
<!-- Section: Features v.4 -->
<section class="mt-5" id="features">
<!-- Secion heading -->
<h1 class="text-center font-weight-bold mt-5 pt-5 mb-3 drk-grey-text wow fadeIn" data-wow-delay="0.2s" style="visibility: visible; animation-name: fadeIn; animation-delay: 0.2s;">
<em>Welcome to RePayCycle</em>
</h1>
<!-- Section description -->
<p class="text-center text-uppercase grey-text font-weight-bold mb-5 pb-4 wow fadeIn" data-wow-delay="0.2s" style="visibility: visible; animation-name: fadeIn; animation-delay: 0.2s;">We
aspire to reduce waste as best as possible</p>
<!-- Grid row -->
<div class="row wow fadeIn" data-wow-delay="0.4s" style="visibility: visible; animation-name: fadeIn; animation-delay: 0.4s;">
<!-- Grid column -->
<div class="col-md-4">
<!-- Grid row -->
<div class="row text-center pb-5">
<div class="col-md-12">
<i class="fas fa-home fa-3x brown-text pb-3"></i>
<h4 class="font-weight-bold">We Need the Environment</h4>
<p class="grey-text">It protects us from the harsher cosmic elements!</p>
</div>
</div>
<!-- Grid row -->
<!-- Grid row -->
<div class="row text-center pb-5">
<div class="col-md-12">
<i class="fas fa-umbrella fa-3x brown-text pb-3"></i>
<h4 class="font-weight-bold">Love is the Answer</h4>
<p class="grey-text">We must love our Earth!</p>
</div>
</div>
<!-- Grid row -->
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 pb-3 flex-center">
<img src="https://media.giphy.com/media/1344ZxeBQNbv0c/200w_s.gif" alt="" class="z-depth-0 img-fluid">
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4">
<!-- Grid row -->
<div class="row text-center pb-5">
<div class="col-md-12">
<i class="fas fa-users fa-3x brown-text pb-3"></i>
<h4 class="font-weight-bold">Haste Makes Waste</h4>
<p class="grey-text">Walking those extra 10 paces could make a difference!</p>
</div>
</div>
<!-- Grid row -->
<!-- Grid row -->
<div class="row text-center pb-5">
<div class="col-md-12">
<i class="fas fa-tachometer-alt fa-3x brown-text pb-3"></i>
<h4 class="font-weight-bold">Any Change Requires Action</h4>
<p class="grey-text">Working together to recycle is the only way to keep the oceans back!</p>
</div>
</div>
<!-- Grid row -->
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</section>
<!-- Section: Features v.4 -->
<hr class="wow fadeIn" data-wow-delay="0.4s" style="visibility: visible; animation-name: fadeIn; animation-delay: 0.4s;">
<!-- Section: About -->
<section class="about mb-5 pb-5" id="about">
<!-- Secion heading -->
<section id="services" class="mt-4 mb-4">
<!--Section heading-->
<h2 class="text-center my-5 dark-grey-text font-weight-bold wow fadeIn" data-wow-delay="0.2s" style="visibility: visible; animation-name: fadeIn; animation-delay: 0.2s;">Zero Waste</h2>
<!--Section description-->
<p class="text-center grey-text w-responsive mx-auto mb-5 wow fadeIn" data-wow-delay="0.2s" style="visibility: visible; animation-name: fadeIn; animation-delay: 0.2s;">Duis aute irure
dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<!--First row-->
<div class="row">
<!--First column-->
<div class="col-md-12 wow fadeIn" data-wow-delay="0.4s" style="visibility: visible; animation-name: fadeIn; animation-delay: 0.4s;">
<div class="mb-2">
<!-- Nav tabs -->
<ul class="nav md-pills pills-secondary flex-center" role="tablist">
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#panel31" role="tab"><i class="far fa-wine-bottle fa-2x"></i><br>
Plastic Bottles</a>
</li>
<li class="nav-item">
<a class="nav-link active" data-toggle="tab" href="#panel32" role="tab"><i class="fas fa-utensils fa-2x"></i><br> Utensils</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#panel33" role="tab"><i class="fas fa-shopping-bag fa-2x"></i><br>
Plastic Bags</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#panel34" role="tab"><i class="fas fa-users fa-2x"></i><br> SpreadTheWord</a>
</li>
</ul>
</div>
<!--Tab panels-->
<div class="tab-content">
<!--Panel 1-->
<div class="tab-pane fade show in active" id="panel31" role="tabpanel">
<br>
<!--First row-->
<div class="row">
<!--First column-->
<div class="col-lg-5 col-md-12 mb-5">
<!--Featured image-->
<div class="view overlay z-depth-1 rounded">
<img src="images/plasticB.jpg" class="img-fluid">
</div>
</div>
<!--/First column-->
<!--Second column-->
<div class="col-lg-6 ml-xl-auto col-md-12 text-left">
<!--Title-->
<h4 class="mb-3">Plastic Bottles</h4>
<!--Description-->
<p class="grey-text-2" align="justify">
Carry with you your own reusable bottle for drinks
</p>
</div>
<!--/Second column-->
</div>
<!--/First row-->
</div>
<!--/.Panel 1-->
<!--Panel 2-->
<div class="tab-pane fade" id="panel32" role="tabpanel">
<br>
<!--First row-->
<div class="row">
<!--First column-->
<div class="col-lg-5 col-md-12 mb-5">
<!--Featured image-->
<div class="view overlay z-depth-1 rounded">
<img src="images/utensils.png" class="img-fluid">
</div>
</div>
<!--/First column-->
<!--Second column-->
<div class="col-lg-6 ml-xl-auto col-md-12 text-left">
<!--Title-->
<h4 class="mb-3">Utensils</h4>
<!--Description-->
<p class="grey-text-2" align="justify">
Buy and carry with you metal or wood utensils
.</p>
</div>
<!--/Second column-->
</div>
<!--/First row-->
</div>
<!--/.Panel 2-->
<!--Panel 3-->
<div class="tab-pane fade" id="panel33" role="tabpanel">
<br>
<!--First row-->
<div class="row">
<!--First column-->
<div class="col-lg-5 col-md-12 mb-5">
<!--Featured image-->
<div class="view overlay z-depth-1 rounded">
<img src="images/Bag.png" class="img-fluid">
</div>
</div>
<!--/First column-->
<!--Second column-->
<div class="col-lg-6 ml-xl-auto col-md-12 text-left">
<!--Title-->
<h4 class="mb-3">Plastic Bags</h4>
<!--Description-->
<p class="grey-text-2" align="justify">
Bring your reusable tote bag when buying groceries.
</p>
</div>
<!--/Second column-->
</div>
<!--/First row-->
</div>
<!--/.Panel 3-->
<!--Panel 4-->
<div class="tab-pane fade" id="panel34" role="tabpanel">
<br>
<!--First row-->
<div class="row">
<!--First column-->
<div class="col-lg-5 col-md-12 mb-5">
<!--Featured image-->
<div class="view overlay z-depth-1 z-depth-1 rounded">
<img src="images/spread.jpg" class="img-fluid">
</div>
</div>
<!--/First column-->
<!--Second column-->
<div class="col-lg-6 ml-xl-auto col-md-12 text-left">
<!--Title-->
<h4 class="mb-3">SpreadTheWord
</h4>
<!--Description-->
<p class="grey-text-2" align="justify">
Tell everyone in your community about how they can help.</p>
</div>
<!--/Second column-->
</div>
<!--/First row-->
</div>
<!--/.Panel 4-->
</div>
<!--/Tab panels-->
</div>
<!--/First column-->
</div>
<!--/First row-->
</section>
</div>
<!-- Streak -->
<div class="streak streak-photo streak-md" style="background-image: url('https://mdbootstrap.com/img/Photos/Others/images/36.jpg');">
<div class="mask rgba-black-strong flex-center">
<div class="text-center text-white wow fadeIn" data-wow-delay="0.4s" style="visibility: visible; animation-name: fadeIn; animation-delay: 0.4s;">
<h2 class="font-weight-bold mb-3 pt-4 mt-4">We are finding solutions near you!</h2>
<p class="font-weight-bold grey-text">Friday 17/10/2018, 8:00 am</p>
<!--Grid row-->
<div class="row mt-5 mb-5">
<!--Grid column-->
<div class="col-lg-4 col-md-4">
<hr class="white mx-5">
<h1 class="display-4 font-weight-bold white-text">
<strong>20</strong>
</h1>
<hr class="white mx-5">
<p class="font-weight-bold spacing">DAYS</p>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-4 col-md-4">
<h1 class="display-4 font-weight-bold white-text rgba-white-light mx-4 py-3 mt-3">
<strong>12</strong>
</h1>
<p class="font-weight-bold spacing pt-3">HOURS</p>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-4 col-md-4">
<hr class="white mx-5">
<h1 class="display-4 font-weight-bold white-text">
<strong>35</strong>
</h1>
<hr class="white mx-5">
<p class="font-weight-bold spacing">MINS</p>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div>
</div>
</div>
<!-- Streak -->
<div class="container">
<!-- Section: Products -->
<section id="products">
<!-- Secion heading -->
<div class="main h-100" id="section3" >
<!-- Container -->
<div class="container">
<h1 class="text-center font-weight-bold mt-4 pt-5 mb-3 wow fadeIn" data-wow-delay="0.2s" style="visibility: visible; animation-name: fadeIn; animation-delay: 0.2s;">
<em>Testimonials</em>
</h1>
<div class="flex-center mask rgba-green-light">
<div class="text-center white-text">
<h2 class="h2-responsive my-5 pt-5"><i class="fas fa-quote-left" aria-hidden="true"></i> Prevent plastic from landing in Ocean
<i class="fas fa-quote-right" aria-hidden="true"></i></h2>
<h5 class="text-center font-italic wow fadeIn" data-wow-delay="0.2s" style="visibility: visible; animation-name: fadeIn; animation-delay: 0.2s;">~ S. Jay Olshansky</h5>
</div>
</div>
<div id="demo" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/image.png" alt="Los Angeles" width="1100" height="500">
<div class="carousel-caption">
<h3>Los Angeles</h3>
<p>We had such a great time in LA!</p>
</div>
</div>
<div class="carousel-item">
<img src="images/pic2.png" alt="Chicago" width="1100" height="500">
<div class="carousel-caption">
<h3>Chicago</h3>
<p>Thank you, Chicago!</p>
</div>
</div>
<div class="carousel-item">
<img src="images/pic3.png" alt="New York" width="1100" height="500">
<div class="carousel-caption">
<h3>New York</h3>
<p>We love the Big Apple!</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
</div>
</section>
</section>
<!-- Section: Products -->
<hr class="wow fadeIn" data-wow-delay="0.4s" style="visibility: hidden; animation-name: none; animation-delay: 0.4s;">
<!-- Section: Testimonials v.3 -->
</div>
</main>
<!-- Main content -->
<!-- Map Insert -->
<section id="map">
<div class="pac-card" id="pac-card">
<div>
<div id="title">
Autocomplete search
</div>
<div id="type-selector" class="pac-controls">
<input type="radio" name="type" id="changetype-all" checked="checked">
<label for="changetype-all">All</label>
<input type="radio" name="type" id="changetype-establishment">
<label for="changetype-establishment">Establishments</label>
<input type="radio" name="type" id="changetype-address">
<label for="changetype-address">Addresses</label>
<input type="radio" name="type" id="changetype-geocode">
<label for="changetype-geocode">Geocodes</label>
</div>
<div id="strict-bounds-selector" class="pac-controls">
<input type="checkbox" id="use-strict-bounds" value="">
<label for="use-strict-bounds">Strict Bounds</label>
</div>
</div>
<div id="pac-container">
<input id="pac-input" type="text"
placeholder="Enter a location">
</div>
</div>
<div id="map"></div>
<div id="infowindow-content">
<img src="" width="16" height="16" id="place-icon">
<span id="place-name" class="title"></span><br>
<span id="place-address"></span>
</div>
</section>
<!-- Footer -->
<!--Section: contact-->
<section id="contact" class="py-5" style="background-color: #eee;">
<div class="container">
<!-- Section heading -->
<h2 class="h1-responsive font-weight-bold text-center mb-5">Stay in touch with us!</h2>
<!-- Section description -->
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-9 mb-md-0 mb-5">
<form>
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-6">
<div class="md-form mb-0">
<input type="text" id="contact-name" class="form-control">
<label for="contact-name" class="">Your name</label>
</div>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6">
<div class="md-form mb-0">
<input type="text" id="contact-email" class="form-control">
<label for="contact-email" class="">Your email</label>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-12">
<div class="md-form mb-0">
<input type="text" id="contact-Subject" class="form-control">
<label for="contact-Subject" class="">Subject</label>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-12">
<div class="md-form">
<textarea type="text" id="contact-message" class="form-control md-textarea" rows="3"></textarea>
<label for="contact-message">Your message</label>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</form>
<div class="text-center text-md-left">
<a class="btn btn-purple btn-md">Send</a>
</div>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 text-center">
<ul class="list-unstyled mb-0">
<li>
<i class="fa fa-map-marker fa-2x purple-text"></i>
<p>San Francisco, CA 94126, USA</p>
</li>
<li>
<i class="fa fa-phone fa-2x mt-4 purple-text"></i>
<p>+ 01 234 567 89</p>
</li>
<li>
<i class="fa fa-envelope fa-2x mt-4 purple-text"></i>
<p class="mb-0">contact@example.com</p>
</li>
</ul>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!--Section: contact-->
</main>
<!--Main layout-->
<!-- Footer -->
<footer class="page-footer font-small pt-4">
<!-- Footer Elements -->
<div class="container">
<!-- Social buttons -->
<ul class="list-unstyled list-inline text-center">
<li class="list-inline-item">
<a class="btn-floating btn-fb mx-1">
<i class="fa fa-facebook"> </i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-tw mx-1">
<i class="fa fa-twitter"> </i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-gplus mx-1">
<i class="fa fa-google-plus"> </i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-li mx-1">
<i class="fa fa-linkedin"> </i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-dribbble mx-1">
<i class="fa fa-dribbble"> </i>
</a>
</li>
</ul>
<!-- Social buttons -->
</div>
<!-- Footer Elements -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2018 Copyright:
<a href="https://mdbootstrap.com/bootstrap-tutorial/"> MDBootstrap.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</footer>
</body>
<!-- JQuery -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.4/umd/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.8.0/js/mdb.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCVtpcv1kt-GiIczRcUKF1XsVxKacYaEZY&libraries=places&callback=initMap"
async defer></script>
<script src="./index.js"></script>
</html>