-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfavourite.html
661 lines (660 loc) · 23.5 KB
/
favourite.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
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
<!DOCTYPE html>
<html lang="en">
<!-- create the head -->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to Wanderlust</title>
<!-- Bootstrap CDN link -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<!-- External Stylesheet link -->
<link href="./styles/style.css" rel="stylesheet" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap"
rel="stylesheet"
/>
<!-- Font Awesome Link -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<!-- header to contain the site navigation -->
<header>
<!-- bootstrap navigation -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<div class="container-fluid justify-content-between">
<a class="navbar-brand" href="./index.html">Wanderlust*</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarNav"
>
<ul class="navbar-nav gap-4">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="./index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link active" href="./favourite.html"
>Top Destinations</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="./wishlist.html">Travel Wish List</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./saved.html">Saved Items</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./subscribe.html">Subscribe</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- main content -->
<main>
<!-- hero content -->
<section class="hero favourite-hero">
<div class="hero__content-container rounded-4">
<h1 class="text-center">Top Travel Destinations</h1>
<figure class="text-center">
<blockquote class="blockquote">
<p>
<em
>Travel opens your heart, broadens your mind, and fills your
life with stories to tell.</em
>
</p>
</blockquote>
<figcaption class="blockquote-footer">
Unknown,
<cite title="Source Title">Inspirational Travel Quotes</cite>
</figcaption>
</figure>
</div>
<div class="hero__pointer">
<i class="fa-solid fa-arrow-down-long"></i>
</div>
</section>
<!-- Introduction content -->
<div class="introduction section-padding">
<p>
First and foremost, I count myself extremely fortunate and privileged
to be able to travel. I'm ever-grateful that I can a) afford to travel
(although I work hard to save) and b) have access to safe transport
options. This should not be taken for granted!
</p>
<br />
<p>
So, when I do find myself in a different part of the world, I make
sure to relish every moment. Immerse yourself in the culture. Explore
new places. Oh, and deinfitely try new foods!
</p>
<br />
<p>
Personally, I find it quite special - being able to explore somewhere
new and learn about the world around us. So, hopefully you get a
little sense of adventure when you check out my top destinations
below...
</p>
</div>
<!-- Favourite Destintations Section -->
<section class="section-padding top-countries">
<h2 class="section-header">My Top Countries to Visit</h2>
<!-- Bootstrap Card -->
<div class="card first-card mb-3">
<div class="row g-0">
<div class="col-lg-5 img-cover">
<img
src="./images/thai-remote-comp.jpg"
class="img-fluid rounded-top card-img-top"
alt="Thai boat by the shore"
/>
</div>
<div class="col-lg-7 card-info">
<div class="card-body">
<div class="card-head">
<h3 class="card-title">Thailand</h3>
<form>
<button
type="button"
class="bg-success text-white rounded shadow-sm save-btn"
>
Save
</button>
</form>
</div>
<p class="text-dark card-tips">
<b>Favourite locations:</b>
<em>Krabi, Koh Lak, Koh Lanta, Phuket</em>
</p>
<p class="text-dark card-tips">
<b>Favourite food/drink:</b>
<em
>Pad Thai, Green Curry, Glass Noodles, Fried Rice, Chang
Beer</em
>
</p>
<p class="text-dark card-tips">
<b>Top-Tip:</b>
<em>Visit during Thai New Year for epic waterfights!</em>
</p>
</div>
</div>
</div>
</div>
<!-- Bootstrap Card -->
<div class="card mb-3">
<div class="row g-0">
<div class="col-lg-5">
<img
src="./images/nelson-comp.jpg"
class="img-fluid rounded-top card-img-top"
alt="Nelson scenery"
/>
</div>
<div class="col-lg-7">
<div class="card-body">
<div class="card-head">
<h3 class="card-title">New Zealand</h3>
<form action="">
<button
type="button"
class="bg-success text-white rounded shadow-sm save-btn"
>
Save
</button>
</form>
</div>
<p class="text-dark card-tips">
<b>Favourite locations:</b>
<em>Queenstown, Rotorua, Bay of Islands</em>
</p>
<p class="text-dark card-tips">
<b>Favourite food/drink:</b>
<em>New Zealand Lamb, Crayfish, Red Wine</em>
</p>
<p class="text-dark card-tips">
<b>Top-Tip:</b>
<em>Take the time to learn about Maori history!</em>
</p>
</div>
</div>
</div>
</div>
<!-- Bootstrap Card -->
<div class="card mb-3">
<div class="row g-0">
<div class="col-lg-5">
<img
src="./images/zebra-comp.jpg"
class="img-fluid rounded-top card-img-top"
alt="Small group of zebra"
/>
</div>
<div class="col-lg-7">
<div class="card-body">
<div class="card-head">
<h3 class="card-title">South Africa</h3>
<form action="">
<button
type="button"
class="bg-success text-white rounded shadow-sm save-btn"
>
Save
</button>
</form>
</div>
<p class="text-dark card-tips">
<b>Favourite locations:</b>
<em>Cape Town, Klassarie Nature Reserve, Stellenbosch</em>
</p>
<p class="text-dark card-tips">
<b>Favourite food/drink:</b>
<em>Springbok, Bobotie, Potjiekos, Braai</em>
</p>
<p class="text-dark card-tips">
<b>Top-Tip:</b>
<em>Don't fall asleep on morning game drives (lol!)</em>
</p>
</div>
</div>
</div>
</div>
<!-- Bootstrap Card -->
<div class="card mb-3">
<div class="row g-0">
<div class="col-lg-5">
<img
src="./images/auz-flag-comp.jpg"
class="img-fluid rounded-top card-img-top"
alt="Australian flag"
/>
</div>
<div class="col-lg-7">
<div class="card-body">
<div class="card-head">
<h3 class="card-title">Australia</h3>
<form action="">
<button
type="button"
class="bg-success text-white rounded shadow-sm save-btn"
>
Save
</button>
</form>
</div>
<p class="text-dark card-tips">
<b>Favourite locations:</b>
<em>Noosa, Melbourne, Great Barrier Reef</em>
</p>
<p class="text-dark card-tips">
<b>Favourite food/drink:</b>
<em>Kangaroo Burger, Bush Tucker, Vegemite</em>
</p>
<p class="text-dark card-tips">
<b>Top-Tip:</b>
<em>It's massive, don't underestimate your travel time!</em>
</p>
</div>
</div>
</div>
</div>
<!-- Bootstrap Card -->
<div class="card mb-3">
<div class="row g-0">
<div class="col-lg-5">
<img
src="./images/vietnam-rice-comp.jpg"
class="img-fluid rounded-top card-img-top"
alt="Sapa staggered rice paddies"
/>
</div>
<div class="col-lg-7">
<div class="card-body">
<div class="card-head">
<h3 class="card-title">Vietnam</h3>
<form action="">
<button
type="button"
class="bg-success text-white rounded shadow-sm save-btn"
>
Save
</button>
</form>
</div>
<p class="text-dark card-tips">
<b>Favourite locations:</b>
<em>Nihn-Bihn, Hoi An, Halong Bay, Sapa</em>
</p>
<p class="text-dark card-tips">
<b>Favourite food/drink:</b>
<em
>Pho (there's so many options!), Drip-coffee, Goi Cuon, Com
Tam</em
>
</p>
<p class="text-dark card-tips">
<b>Top-Tip:</b>
<em>Experience an overnight train journey at least once</em>
</p>
</div>
</div>
</div>
</div>
<!-- Bootstrap Card -->
<div class="card mb-3">
<div class="row g-0">
<div class="col-lg-5">
<img
src="./images/monkey-com.jpg"
class="img-fluid rounded-top card-img-top"
alt="Monkey laying down"
/>
</div>
<div class="col-lg-7">
<div class="card-body">
<div class="card-head">
<h3 class="card-title">Bali</h3>
<form action="">
<button
type="button"
class="bg-success text-white rounded shadow-sm save-btn"
>
Save
</button>
</form>
</div>
<p class="text-dark card-tips">
<b>Favourite locations:</b> <em>Ubud, Nusa Dua</em>
</p>
<p class="text-dark card-tips">
<b>Favourite food/drink:</b>
<em
>Nasi Goreng, Beef Rendang, Chicken Cashew Stir-fry, Satay,
Red Rice
</em>
</p>
<p class="text-dark card-tips">
<b>Top-Tip:</b>
<em>Stay in a guesthouse for a more authentic visit </em>
</p>
</div>
</div>
</div>
</div>
<!-- Bootstrap Card -->
<div class="card mb-3">
<div class="row g-0">
<div class="col-lg-5">
<img
src="./images/santorini-blue-comp.jpg"
class="img-fluid rounded-top card-img-top"
alt="View of Santorini"
/>
</div>
<div class="col-lg-7">
<div class="card-body">
<div class="card-head">
<h3 class="card-title">Greece</h3>
<form action="">
<button
type="button"
class="bg-success text-white rounded shadow-sm save-btn"
>
Save
</button>
</form>
</div>
<p class="text-dark card-tips">
<b>Favourite locations:</b>
<em>Zante, Santorini, Katakolon, Kos</em>
</p>
<p class="text-dark card-tips">
<b>Favourite food/drink:</b>
<em>Mythos Beer, Souvlaki, Gyros, Tsatziki, Halloumi</em>
</p>
<p class="text-dark card-tips">
<b>Top-Tip:</b>
<em>Wear sunscreen in Summer. It's real hot!</em>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Image Gallery Section -->
<section class="section-padding">
<h2 class="section-header">Travel Image Gallery</h2>
<div class="row">
<!-- first column of image gallery -->
<div class="col-lg-4 col-md-12 mb-4 mb-lg-0">
<figure>
<img
src="./images/kotor-bay-comp.jpg"
class="w-100 shadow-1-strong rounded gallery-img"
alt="Kotor Bay"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
Kotor Bay, Montenegro
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
<figure>
<img
src="./images/cruise-sun-comp.jpg"
class="w-100 shadow-1-strong rounded"
alt="Sunset view from cruise ship"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
Sunset views from the deck
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
<figure>
<img
src="./images/nz-scene-comp.jpg"
class="w-100 shadow-1-strong rounded"
alt="New Zealand scenery"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
Franz Josef, New Zealand
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
<figure>
<img
src="./images/krabi-sea-comp.jpg"
class="w-100 shadow-1-strong rounded"
alt="Limestone karst in the sea"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
Krabi, Thailand
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
</div>
<!-- second column of image gallery -->
<div class="col-lg-4 mb-4 mb-lg-0">
<figure>
<img
src="./images/thai-elephant-comp.jpg"
class="w-100 shadow-1-strong rounded"
alt="Elephant being fed at sactuary"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
Elephant Sanctuary, Phuket
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
<figure>
<img
src="./images/basketball-comp.jpg"
class="w-100 shadow-1-strong rounded"
alt="Basketball game"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
Miami, Florida
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
<figure>
<img
src="./images/split-tower-comp.jpg"
class="w-100 shadow-1-strong rounded"
alt="Split bell-tower staircase"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
Split Bell Tower, Croatia
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
<figure>
<img
src="./images/seals-comp.jpg"
class="w-100 shadow-1-strong rounded"
alt="Seal colony"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
Cape Town, South Africa
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
</div>
<!-- third column of image gallery -->
<div class="col-lg-4 mb-4 mb-lg-0">
<figure>
<img
src="./images/port-mac-comp.jpg"
class="w-100 shadow-1-strong rounded"
alt="Panoramic coastal scene"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
Port Macquarie, Australia
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
<figure>
<img
src="./images/jewel-comp.jpg"
class="w-100 shadow-1-strong rounded"
alt="water feature inside shopping centre"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
The Jewel, Singapore
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
<figure>
<img
src="./images/spices-comp.jpg"
class="w-100 shadow-1-strong rounded"
alt="Spices in a Dubai souk"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
Dubai Souk, UAE
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
<figure>
<img
src="./images/thai-dragon-comp.jpg"
class="w-100 shadow-1-strong rounded"
alt="dragon statue"
loading="lazy"
/>
<figcaption
class="mb-4 pt-1 text-muted text-center img-gallery-caption"
>
Krabi, Thailand
</figcaption>
<form class="like-form">
<button class="like-btn" type="button">
<i class="fa-regular fa-heart"></i>
</button>
</form>
</figure>
</div>
</div>
<a class="btn btn-primary page-btn mt-4" href="#" role="button"
>Back To Top</a
>
</section>
<!-- Footer -->
<footer class="text-white bg-dark">
Wanderlust - created using HTML || CSS || Bootstrap
</footer>
</main>
<!-- bootstrap script tag -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
<script type="text/javascript" src="./Scripts/app.js"></script>
</body>
</html>