-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.html
More file actions
562 lines (503 loc) · 19 KB
/
Copy pathabout.html
File metadata and controls
562 lines (503 loc) · 19 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
<!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 Desired 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">Our Company</li>
</ol>
</div>
<!--Who we are Section-->
<section id="about-hero">
<div class="who-we-are">
<h2>Who We Are?</h2>
<hr class="hr-small" />
<p>
We are a family-owned business with over 15 years of experience in the
travelling industry. We are specializing in Croatian travel, and over
the years with our business partners' help, we've built the best
travelling experience there is. We will ensure that you are living
your dream whilst enjoying Croatian culture and delicious food. With
more than 5000 thousand satisfied customers to date, we can assure you
of the best holiday you ever experienced. For each booking we make
sure to plant a tree.
</p>
</div>
</section>
<!--How It Works Section-->
<section id="how-it-works">
<h2>How It Works</h2>
<hr class="hr-small" />
<div class="box-container">
<div class="how-box box-shadow">
<img
src="assets/images/find-location-icon.png"
alt="find location icon"
/>
<h3>Find Your Spot</h3>
<p>
Decide which destination you would like to visit. With beautiful
images and maps provided for each city, you can better understand
which destination is the right fit for you.
</p>
</div>
<div class="how-box">
<img src="assets/images/check-in-icon.png" alt="check in icon" />
<h3>Make A Booking</h3>
<p>
Select a hotel you would like to stay in. Check out hotel images and
facilities and also how far is the hotel from the city centre. Make
a booking within less than 3 minutes.
</p>
</div>
<div class="how-box">
<img src="assets/images/suitcase-icon.png" alt="find location icon" />
<h3>Enjoy!</h3>
<p>
Now it's time to enjoy. Sit back and relax while you wait for your
holidays to arrive. Make sure you make the best out of it! Our
support team is here to help with any question you might have
before, during & after your holidays.
</p>
</div>
</div>
</section>
<!--FAQ's Section-->
<div class="section-wrapper">
<section id="faq-section">
<h2>FAQ'S</h2>
<hr class="hr-small" />
<br />
<p>
If you have any question regarding your booking or if you would like
to find out more about our offering, please check our FAQ's section
below, alternatively contact our support team.
</p>
<div class="quesitons-wrapper">
<div class="question-dropdown">
<h3>If I have to cancel my booking will I have to pay a fee?</h3>
<i class="fas fa-plus"></i>
<p>
If your booking is in less then two weeks there will be a
cancellation fee applied. Otherwise, you can cancel your booking
free of charge.
</p>
</div>
<div class="question-dropdown">
<h3>Why do I need to provide my credit card details?</h3>
<i class="fas fa-plus"></i>
<p>
When booking online, our partners require full payment upfront.
Alternatively, you can arrange the booking over the phone where
you will be required to pay a deposit which is 20% of the total
amount, and pay the rest of the sum once you arrive in the desired
hotel.
</p>
</div>
<div class="question-dropdown">
<h3>Will I pay full price for children?</h3>
<i class="fas fa-plus"></i>
<p>
The price for child(ren) will be 50% off the regular price for
each available property. No additional fees or charges for any
other requirements such as a cot, hotel facilities will be
charged.
</p>
</div>
<div class="question-dropdown">
<h3>
How do I get more information about the room or property's
facilities?
</h3>
<i class="fas fa-plus"></i>
<p>
You can find detailed information about the hotels in the hotel
section of the page. Additionally, you can contact us to find out
more information about individual properties.
</p>
</div>
<div class="question-dropdown">
<h3>
What's the difference between a double room and a twin room?
</h3>
<i class="fas fa-plus"></i>
<p>
A Double Room has one double bed and a Twin Room has 2 single
beds. If a room is called Double/Twin, it can be set up for either
type.
</p>
</div>
<div class="question-dropdown">
<h3>How do I find out if property has a certain facility?</h3>
<i class="fas fa-plus"></i>
<p>
You can find about available facilities in the hotel offering
section of the page or contact the hotel directly.
</p>
</div>
</div>
</section>
</div>
<!--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="#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.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>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.min.js"
integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj"
crossorigin="anonymous"
></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>