-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcity.html
More file actions
705 lines (634 loc) · 22.9 KB
/
Copy pathcity.html
File metadata and controls
705 lines (634 loc) · 22.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Adriatico Tours</title>
<!--Bootstrap stylesheet-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1"
crossorigin="anonymous"
/>
<!--Font Awsome-->
<script
src="https://kit.fontawesome.com/88ddfd17d7.js"
crossorigin="anonymous"
></script>
<!--Main Stylesheet -->
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!--Menu Utilities-->
<div class="menu-utilities">
<ul>
<li><a href="tel:014052033">+353 1-405-2033</a></li>
<li>Can we help you? <span>|</span></li>
<li>
<a href="mailto:support@adriaticotours.com"
>support@adriaticotours.com</a
>
</li>
</ul>
</div>
<!--Navigation -->
<nav>
<!--Large Menu-->
<div id="menu">
<a href="index.html">
<img
class="logo"
src="assets/images/logo-transparent.png"
alt="logo"
/>
</a>
<div class="menu_content">
<form
role="search"
action="search.html"
autocomplete="off"
method="get"
>
<fieldset class="input-wrapper-lg">
<label for="search-result"></label>
<input
class="menu_content-search"
type="search"
id="search-result"
name="search-result"
placeholder="Try Food, Culture or Desired city.."
/>
<button type="submit" class="search-btn">
<i class="fas fa-search" aria-hidden="true"></i>
</button>
</fieldset>
</form>
<ul>
<li class="expand-lg"><a href="#">Destinations</a></li>
<li><a href="about.html">Our Company</a></li>
<li><a href="why.html">Why Croatia</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="destination_expand">
<div class="destination_expand-section">
<h2>ISTRIA</h2>
<img
class="destination_expand-img"
src="assets/images/istria-expand.png"
alt="look from the coast on croatian town"
/>
<ul>
<li class="destination_expand-link">
<a href="city.html?pula">Pula</a
><i class="fas fa-chevron-right" aria-hidden="true"></i>
</li>
<li class="destination_expand-link">
<a href="city.html?rovinj">Rovinj</a
><i class="fas fa-chevron-right" aria-hidden="true"></i>
</li>
<li class="destination_expand-link">
<a href="city.html?porec">Porec</a
><i class="fas fa-chevron-right" aria-hidden="true"></i>
</li>
</ul>
</div>
<div class="destination_expand-section">
<h2>DALMATIAN COAST</h2>
<img
class="destination_expand-img"
src="assets/images/dalmatian-expand.png"
alt="look from the coast on croatian town"
/>
<ul>
<li class="destination_expand-link">
<a href="city.html?dubrovnik">Dubrovnik</a
><i class="fas fa-chevron-right" aria-hidden="true"></i>
</li>
<li class="destination_expand-link">
<a href="city.html?split">Split</a
><i class="fas fa-chevron-right" aria-hidden="true"></i>
</li>
<li class="destination_expand-link">
<a href="city.html?zadar">Zadar</a
><i class="fas fa-chevron-right" aria-hidden="true"></i>
</li>
</ul>
</div>
<div class="destination_expand-section">
<h2>CENTRAL CROATIA</h2>
<img
class="destination_expand-img"
src="assets/images/central-expand.png"
alt="look from the coast on croatian town"
/>
<ul>
<li class="destination_expand-link">
<a href="city.html?zagreb">Zagreb</a
><i class="fas fa-chevron-right" aria-hidden="true"></i>
</li>
<li class="destination_expand-link">
<a href="city.html?karlovac">Karlovac</a
><i class="fas fa-chevron-right" aria-hidden="true"></i>
</li>
</ul>
</div>
</div>
<!--Mobile Menu-->
<div id="mobile-menu">
<div class="mobile_menu-content">
<img class="menu-open" src="assets/images/ham-menu.png" alt="mobile-menu-button" />
<a href="index.html">
<img class="logo" src="assets/images/logo-transparent.png" alt="logo" />
</a>
<img class="search-expand" src="assets/images/search-icon-mobile.png" alt="search-button" />
</div>
<div class="mobile_menu-expand">
<i class="far fa-times-circle menu-exit" aria-hidden="true"></i>
<ul class="level-one">
<li class="mobile_menu-expand-link">
<a href="#">Destinations</a><i class="fas fa-chevron-right arrow-drop-lg"></i>
</li>
</ul>
<ul class="level-two first">
<li class="mobile_menu-expand-link expand">
Istria<i class="fas fa-chevron-right arrow-drop-sm trigger-one"></i>
</li>
<li class="mobile_menu-expand-link submenu">
<a href="city.html?pula">Pula</a>
</li>
<li class="mobile_menu-expand-link submenu">
<a href="city.html?rovinj">Rovinj</a>
</li>
<li class="mobile_menu-expand-link submenu">
<a href="city.html?porec">Porec</a>
</li>
</ul>
<ul class="level-two second">
<li class="mobile_menu-expand-link expand">
Dalmatian Coast<i class="fas fa-chevron-right arrow-drop-sm trigger-two"></i>
</li>
<li class="mobile_menu-expand-link submenu">
<a href="city.html?dubrovnik">Dubrovnik</a>
</li>
<li class="mobile_menu-expand-link submenu">
<a href="city.html?split">Split</a>
</li>
<li class="mobile_menu-expand-link submenu">
<a href="city.html?zadar">Zadar</a>
</li>
</ul>
<ul class="level-two third">
<li class="mobile_menu-expand-link expand">
Central Croatia<i class="fas fa-chevron-right arrow-drop-sm trigger-three"></i>
</li>
<li class="mobile_menu-expand-link submenu">
<a href="city.html?zagreb">Zagreb</a>
</li>
<li class="mobile_menu-expand-link submenu">
<a href="city.html?karlovac">Karlovac</a>
</li>
</ul>
<ul class="company-links">
<li class="mobile_menu-expand-link">
<a href="about.html">Our Company</a>
</li>
<li class="mobile_menu-expand-link">
<a href="why.html">Why Croatia</a>
</li>
<li class="mobile_menu-expand-link">
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
<form
class="mobile-search"
role="search"
action="search.html"
method="get"
>
<fieldset class="input-wrapper-sm">
<label for="search-header-mobile"></label>
<input
class="menu_content-search"
type="search"
id="search-header-mobile"
name="search-header-mobile"
placeholder="Try Food, Culture or esired city.."
/>
<button type="submit" class="search-btn">
<i class="fas fa-search" aria-hidden="true"></i>
</button>
</fieldset>
<i class="far fa-times-circle search-hide" aria-hidden="true"></i>
</form>
</div>
</nav>
<!--Bread Crumbs Strip-->
<div class="bread-crumbs">
<ol>
<li><a href="index.html">Home</a></li>
<li class="divider"><span class="city-name"></span></li>
</ol>
</div>
<!--Hero slideshow section-->
<!--Reference Bootstrap-->
<div
id="carouselExampleControls"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-inner">
<div class="carousel-item city-img active"></div>
<div class="carousel-item city-img"></div>
<div class="carousel-item city-img"></div>
</div>
<a
class="carousel-control-prev place-middle"
href="#carouselExampleControls"
role="button"
data-bs-slide="prev"
>
<span
class="carousel-control-prev-icon left-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Previous</span>
</a>
<a
class="carousel-control-next place-middle"
href="#carouselExampleControls"
role="button"
data-bs-slide="next"
>
<span
class="carousel-control-next-icon right-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Next</span>
</a>
</div>
<!--City Info & Map section-->
<section id="city-info">
<h1 class="city-title"></h1>
<hr class="hr-small" />
<p class="about-city"></p>
<div id="city-map"></div>
</section>
<!--Places to stay-->
<section id="hotel-offering">
<h1>Places To Stay</h1>
<hr class="hr-small" />
<!--Filters Drowpdown Reference Bootstrap-->
<div class="dropdown filters">
<button
class="btn dropdown-toggle"
type="button"
id="dropdownMenuButton"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Sort By:
</button>
<ul
class="dropdown-menu filter-options"
aria-labelledby="dropdownMenuButton"
>
<li>Stars</li>
<li>Price: Low to High</li>
<li>Price: High to Low</li>
</ul>
</div>
<!--Hotel Offering-->
<section id="hotel-listing">
<div class="hotel-box"></div>
<div class="hotel-box"></div>
<div class="hotel-box"></div>
</section>
<div class="hotel-offering_popup">
<div class="hero-section-popup">
<i class="far fa-times-circle popup-exit" aria-hidden="true"></i>
<div
id="carouselExampleControlsPop"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-inner loadImages"></div>
<a
class="carousel-control-prev place-middle"
href="#carouselExampleControlsPop"
role="button"
data-bs-slide="prev"
>
<span
class="carousel-control-prev-icon left-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Previous</span>
</a>
<a
class="carousel-control-next place-middle"
href="#carouselExampleControlsPop"
role="button"
data-bs-slide="next"
>
<span
class="carousel-control-next-icon right-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Next</span>
</a>
</div>
</div>
<div class="hotel-intro"></div>
<div class="hotel-content">
<div class="hotel-content_box-one">
<div id="city-map-hotel"></div>
</div>
</div>
</div>
<div class="booking-popup">
<i class="far fa-times-circle popup-exit-black" aria-hidden="true"></i>
<h2>Trip Overview</h2>
<hr />
<div class="booking-popup_content">
<div class="booking-info">
<h3>Passengers</h3>
<div class="passanger-selection">
<div class="passanger-selection_adult">
<label for="adult" class="sr-only"
>Choose Number Of Adults</label
>
<select name="adult" id="adult" class="selection">
<option value="1">1 adult</option>
<option value="2">2 adults</option>
<option value="3">3 adults</option>
<option value="4">4 adults</option>
<option value="5">5 adults</option>
</select>
</div>
<div class="passanger-selection_child">
<label for="child" class="sr-only"
>Choose Number Of Children</label
>
<select name="child" id="child" class="selection">
<option value="0">0 children</option>
<option value="1">1 child</option>
<option value="2">2 children</option>
<option value="3">3 children</option>
<option value="4">4 children</option>
</select>
</div>
</div>
<form onsubmit="return sendBooking(this);">
<label for="fName">Name *</label>
<input
class="contact-input"
type="text"
name="fName"
id="fName"
placeholder="First Name"
required
/>
<label for="lName" class="sr-only">Last Name</label>
<input
class="contact-input"
type="text"
name="lName"
id="lName"
placeholder="Last Name"
required
/>
<label for="emailaddress">Email Address *</label>
<input
class="contact-input"
type="email"
id="emailaddress"
name="emailaddress"
required
placeholder="john@gmail.com"
/>
<label for="phoneNumber">Phone Number</label>
<input
class="contact-input"
type="text"
id="phoneNumber"
name="phoneNumber"
placeholder="Your Phone Number"
required
/>
<label for="namecard">Name On Card *</label>
<input
class="contact-input"
type="text"
id="namecard"
name="namecard"
placeholder="John Doe"
required
/>
<h4 style="font-size: 1rem; font-weight: 400">Card Details *</h4>
<div class="card-details">
<div class="card-number">
<label for="card-details" class="sr-only">Card Number </label>
<input
class="contact-input"
type="tel"
pattern="[0-9\s]{13,19}"
maxlength="19"
placeholder="xxxx xxxx xxxx xxxx"
required
id="card-details"
/>
</div>
<div class="card-epiry-ccv">
<label for="card-expiry" class="sr-only">Card Number </label>
<input
class="contact-input"
type="text"
id="card-expiry"
name="card-expiry"
placeholder="mm / yy"
required
/>
<label for="card-ccv" class="sr-only">Card Number </label>
<input
class="contact-input"
type="text"
id="card-ccv"
name="card-ccv"
placeholder="CCV"
required
/>
</div>
</div>
<label for="submit" class="sr-only">Submit Details</label>
<input
class="book-form"
type="submit"
id="submit"
value="SUBMIT"
/>
</form>
</div>
<div class="booking-summary">
<h3>Booking Summary</h3>
<div class="booking-summary_content">
<h4><i class="fas fa-hotel"></i> Hotel</h4>
<hr />
<h5 class="bottom-space hotel-name"></h5>
<h4><i class="far fa-user"></i>Passangers</h4>
<hr />
<h5>Adults <span class="no-adults"> </span></h5>
<h5 class="bottom-space">
Children <span class="no-children"> </span>
</h5>
<hr />
<h4 class="total-amount">Total<span class="calcValue"></span></h4>
</div>
</div>
</div>
</div>
</section>
<!--Newsletter Section-->
<section id="newsletter-section">
<div class="newsletter-section_content">
<h2>Be In The Know</h2>
<p>
Stay up to date! Make sure you never missing our lates offers and
promotions. Subscribe now and claim a 10% off discount off your next
booking.
</p>
<form action="mailto:support@adriaticotours.com" method="post">
<label for="email" class="sr-only">Email Address</label>
<input
type="email"
name="email"
id="email"
placeholder="Type your email"
/>
<button type="submit">SUBSCRIBE</button>
</form>
</div>
</section>
<!--Footer Section-->
<section id="footer-section">
<div class="footer-section_wrapper">
<div class="about-intro">
<img
src="assets/images/logo-white-transaprent.png"
alt="company logo"
/>
<p>
With over 15 years of experience in the travelling industry, we are
proud to be called Croatian specialists. We are here to ensure you
are living the dream whilst enjoying beautiful Croatian culture &
food.
</p>
</div>
<div class="footer-navigation">
<div class="footer-navigation_section_one">
<h4 class="footer-navigation_title">Useful Links</h4>
<hr class="hr-large" />
<ul>
<li class="footer-navigation_links">
<a href="about.html">Our Company</a>
</li>
<li class="footer-navigation_links">
<a href="about.html#faq-section">FAQ'S</a>
</li>
<li class="footer-navigation_links">
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
<div class="footer-navigation_section_two">
<h4 class="footer-navigation_title">Search By Popular Cities</h4>
<hr class="hr-large" />
<ul>
<li class="footer-navigation_links">
<a href="city.html?split">Split</a>
</li>
<li class="footer-navigation_links">
<a href="city.html?dubrovnik"> Dubrovnik</a>
</li>
<li class="footer-navigation_links">
<a href="city.html?zagreb">Zagreb</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-section_contact-links">
<ul>
<li>
<i class="fas fa-phone-alt" aria-hidden="true"></i
><a href="tel:014052033">+353 1-405-2033</a>
</li>
<li>
<i class="fas fa-envelope" aria-hidden="true"></i
><a href="mailto:support@adriaticotours.com"
>support@adriaticotours.com</a
>
</li>
<li>
<i class="fas fa-map-marker-alt" aria-hidden="true"></i>89e Lagan
Road, Glasnevin, Dublin, Ireland
</li>
</ul>
</div>
</section>
<!--Copyright Bar-->
<section id="copyright-bar">
<h4>
© COPYRIGHT 2021 <span>|</span> Designed & Developed By Boris Gersic
</h4>
<ul>
<li>
<a href="https://www.facebook.com/" target="_blank"
><i class="fab fa-facebook" aria-hidden="true"></i
></a>
</li>
<li>
<a href="https://www.instagram.com/" target="_blank"
><i class="fab fa-instagram" aria-hidden="true"></i
></a>
</li>
<li>
<a href="https://twitter.com/" target="_blank"
><i class="fab fa-twitter" aria-hidden="true"></i
></a>
</li>
</ul>
</section>
<!--jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--Bootstrap scripts-->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.min.js"
integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"
integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU"
crossorigin="anonymous"
></script>
<!--Google Maps-->
<script src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/markerclusterer.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB9c9j4A169slZFZL87EIIQHUq0IPrrVCg"></script>
<script src="https://unpkg.com/@googlemaps/markerclustererplus/dist/index.min.js"></script>
<!--Main Script-->
<script src="assets/js/main.js"></script>
<!--City Page Funcionality Script-->
<script src="assets/js/city.js"></script>
<!--Search Result Script-->
<script src="assets/js/search-result.js"></script>
</body>
</html>