-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (138 loc) · 5.46 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="/images/logo.png">
<script src="https://kit.fontawesome.com/18479e6558.js" crossorigin="anonymous"></script>
<title>DRGN STUDIO</title>
</head>
<body>
<header>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<img class="logo home-logo" src="images/logo.png" alt="logo image" />
<label id="website-name">DRGN STUDIO</label>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="#">Water Park</a></li>
<li><a href="#">Amusement Park</a></li>
<li><a href="#">Opening Hours</a></li>
<li><a href="html/admission.html">Admission</a></li>
<li><a href="html/jobs.html">Jobs</a></li>
<li><a href="html/contact.html">Contact</a></li>
<li><a href="html/faq.html">Faq</a></li>
<li><a href="html/about.html">About</a></li>
</ul>
</nav>
</header>
<main id="home-container">
<section id="front-cover">
<img id="front-cover-image" src="images/frontImg.jpg" alt="frontImg">
<h1 id="front-cover-title">TRINIDAD'S BIGGEST WATERPARK</h1>
<p id="front-cover-title-2">WATER & AMUSEMENT PARK OPEN ON WEEKENDS& PUBLIC HOLIDAYS 11AM-6PM
</p>
</section>
<div id="limited-offers">
<div class="card card1">
<div class="flex-image">
<img src="images/card1.jpg" alt="John" >
</div>
<div class="flex-content">
<h2>2022 Limited Time Offer</h2>
<p class="title">For a limited time, save 50% off all rides.</p>
</div>
</div>
<div class="card card2">
<div class="flex-image">
<img src="images/card2.jpg" alt="John" >
</div>
<div class="flex-content">
<h2>Dragon Studio vaccination requirements removed</h2>
<p class="title">As the pandemic has easily calmed down.<br> we are proud to announce that vaccination
is no longer essential to have a great time with us.
</p>
</div>
</div>
<div class="card card3">
<div class="flex-image">
<img src="images/card3.jpg" alt="John">
</div>
<div class="flex-content">
<h2>We're hiring</h2>
<p class="title">Job Applications are now open from May-26-2022 until June-15-2022</p>
</div>
</div>
</div>
<div id="banner-container">
<div class="banner">
<p>Order Tickets</p>
<hr>
</div>
<div class="banner">
<p>Attractions</p>
<hr>
</div>
<div class="banner">
<p>Prices</p>
<hr>
</div>
</div>
<div id="flex-wrapper">
<div id="iframe-container">
<iframe src="https://www.youtube.com/embed/-cjyWWi3exc" title="FIVE ISLANDS WATER & AMUSEMENT PARK (Late Evening) | TRINIDAD" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<section id="news">
<h3>COMING SOON, AUGUST 1ST</h3>
<br>
<p>
Step up to the pulse-pounding plunge of the new <i>Bombs Away!</i> Choose your drop tube and feel the anticipation build until… the floor disappears from under you! One tube sends you flying straight down at 26 feet per second. The other loops you around and around to splashdown. Pick your thrill with 300 feet of soaking, screaming fun of the new dual drop slide at Raging Waters
</p>
<br><br>
<p id="button">Take a ride!</p>
</section>
</div>
<section id="safety-container">
<h4>YOUR SAFETY IS OUR #1 PRIORITY</h4>
<p>We have implemented an extensive Health & Safety Opening Plan with strict safety protocols to ensure that we maintain the health and safety of our guests and staff while at our Parks.</p>
</section>
<section id="newsletter-container">
<img src="images/newletter-img.jpeg" alt="a man and woman that are floating in water" />
<div id="newsletter-content-container">
<h5>SUBSCRIBE TO OUR NEWSLETTER!</h5>
<p>Subscribe to have a complete experience and be up-to-date of all news, offers and promos for Dragon Studio, Trinidad and Tobago.
</p>
<p id="button-2">Subscribe</p>
</div>
</section>
</main>
<footer>
<br>
<div id="icon-container">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-brands fa-youtube"></i>
</div>
<p id="footer-header">Dragon Studio Water & Amusement Park - <span>Live the Adventure!</span>
</p>
<br>
<p id="footer-contact">(868) 761-8373 | [email protected] | Port-of-Spain, Port</p>
<br>
<p>2021 <u>Dragon Studio Water Park</u> All Rights Reserved <br><br><a href="https://5islandspark.com/refund/">Terms and Condition</a></p><br>
</footer>
<script>
window.onscroll = function(){
scrollFunction()
};
function scrollFunction(){
if(document.documentElement.scrollTop > 100)
document.getElementById("limited-offers").className = "slideUp";
}
</script>
</body>
</html>