-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.destinations.partial.html
More file actions
72 lines (72 loc) · 2.56 KB
/
Copy pathindex.destinations.partial.html
File metadata and controls
72 lines (72 loc) · 2.56 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
<section class="destinations">
<div class="destinations__info">
<div class="aqualung-mask__icon">
<img src="./img/global/diving-mask.svg" alt="thaidiving logo" />
</div>
<div class="destinations__title">
<h2>Destinations</h2>
</div>
</div>
<div class="destinations__list">
<div class="destinations__card">
<div class="destinations__card-image">
<img
src="./img/index/destinations/boat-and-beautiful-beach.jpeg"
alt="Racha Yai"
/>
</div>
<div class="destinations__card-content">
<h3>Racha Yai</h3>
<p>
Ideal for beginners. Experienced divers come here only to get in shape
after long breaks between dives. The main advantages of Koh Racha Yai
are: 20 km from Phuket, a shallow sandy bottom; clear, calm water and
good visibility under water throughout the year.
</p>
<a class="destinations__card-link" href="#">READ MORE</a>
</div>
</div>
<div class="destinations__card">
<div class="destinations__card-image">
<img
src="./img/index/destinations/coral-three-fish.jpeg"
alt="Anemone Reef"
/>
</div>
<div class="destinations__card-content">
<h3>Anemone Reef</h3>
<p>
A limestone rock, which rises from a depth of 30 meters, its eastern
slope is a gentle descent to the sandy bottom, the western is a sheer
wall. The abundance of anemones and nutrient-rich water attract an
incredible amount of tropical fish to Anemone Reef.
</p>
<a class="destinations__card-link" href="#">READ MORE</a>
</div>
</div>
<div class="destinations__card">
<div class="destinations__card-image">
<img
src="./img/index/destinations/divers-sunken-ship.jpeg"
alt="King Cruiser"
/>
</div>
<div class="destinations__card-content">
<h3>King Cruiser</h3>
<p>
King Cruiser is a large car ferry that sank in 1997 after a collision
with the underwater part of Anemone Reef and turned into an artificial
coral reef. Only certified divers can dive at King Cruiser. Perfect
for those who like wreck diving and enjoy the mysteries of the sank
ships.
</p>
<a class="destinations__card-link" href="#">READ MORE</a>
</div>
</div>
</div>
<div class="destinations__button">
<a class="button button--secondary" href="packages.html"
>Dive More With Packages</a
>
</div>
</section>