-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiving-school.padi-owc.partial.html
More file actions
89 lines (89 loc) · 3.74 KB
/
Copy pathdiving-school.padi-owc.partial.html
File metadata and controls
89 lines (89 loc) · 3.74 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
<div class="padi-owc">
<div class="padi-owc__icons main-icon-container">
<img
src="img/global/diving-mask.svg"
alt="diving mask"
class="padi-owc__image"
/>
</div>
<h2 class="padi-owc__title">PADI Open Water Course</h2>
<div class="padi-owc__info-conteiner">
<div class="padi-owc__text-conteiner">
<p class="padi-owc__text">
A course for beginners with an international certificate. As part of the course, students are introduced to diving equipment, the basics of scuba diving, and various techniques. Upon successful completion of the course, a PADI Open Water Diver certificate is issued, which is recognized worldwide. To get it, you need to attend theoretical classes, make 1-2 dives in the pool with an instructor and 4 dives in open water (at sea), correctly complete the necessary actions and fill out the test exam.
</p>
</div>
<div class="padi-owc__list-conteiner">
<ul class="padi-owc__list-ul">
<li class="padi-owc__list-li">
Quantity of dives: 4+pool
</li>
<li class="padi-owc__list-li">
Approximate Duration: 3-4 days
</li>
<li class="padi-owc__list-li">
Prices starting from:
115.00 USD (Adult)
80.00 USD (Child)
</li>
<li class="padi-owc__list-li">
Minimum Age: 10 years old
</li>
</ul>
</div>
</div>
<div class="padi-owc__cards">
<div class="padi-owc__card-conteiner">
<div class="padi-owc__img-card-container">
<img
src="img/diving-school/flippers-for-card.svg"
alt="flippers-for-card"
class="padi-owc__img-card"
>
</div>
<p class="padi-owc__card-text">
Experienced instructors: Learn the basics of scuba diving from a friendly and highly qualified team of trainers.
</p>
</div>
<div class="padi-owc__card-conteiner">
<div class="padi-owc__img-card-container">
<img
src="img/diving-school/diving-mask-for-card.svg"
alt="flippers-for-card"
class="padi-owc__img-card"
>
</div>
<p class="padi-owc__card-text">
Practice: The course includes theoretical lesson and the implementation of mandatory exercises in the pool, plus 3-4 dives in the sea.
</p>
</div>
<div class="padi-owc__card-conteiner">
<div class="padi-owc__img-card-container">
<img
src="img/diving-school/octopus-for-card.svg"
alt="flippers-for-card"
class="padi-owc__img-card"
>
</div>
<p class="padi-owc__card-text">
Diving from childhood: the course is available for kids from 10 y.o. For students aged 10 to 12 years, the maximum diving depth is 12m.
</p>
</div>
</div>
<div class="padi-owc__gallery">
<div class="padi-owc__gallery-img-container">
<img
src="img/diving-school/pro-diver.jpg"
alt="pro-diver"
class="padi-owc__gallery-img"
>
</div>
<div class="padi-owc__gallery-img-container">
<img
src="img/diving-school/person-feels-okey.webp"
alt="person-feels-okey"
class="padi-owc__gallery-img"
>
</div>
</div>
</div>