-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
320 lines (305 loc) · 13.5 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
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
<!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">
<title>Concierge</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<section class="home" id="home">
<div class="nav">
<div class="logo" id="logo">
<h1>ML</h1>
</div>
<nav id="nav">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#service">Services</a></li>
<li><a href="#about">About</a></li>
<li><a href="">Contact</a></li>
</ul>
<div class="open"><i class="fa fa-bars"></i></div>
<div class="close"><i class="fa fa-times"></i></div>
</nav>
</div>
<div class="slider">
<div class="slide">
<img src="./images/1.jpeg" alt="" srcset="">
<div class="content-one">
<h1>Welcome to <span>Fiji Island</span></h1>
<p>The perfect holiday, Starts now</p>
</div>
</div>
<div class="slide">
<img src="./images/1-.jpeg" alt="" srcset="">
<div class="content-one c2">
<p id="c2">Grab a <span>bite</span> in Fiji Island</p>
</div>
</div>
<div class="slide">
<img src="./images/2-.jpeg" alt="" srcset="">
<div class="content-one c3">
<p>Enjoy the magnificent view of the wonderful Islands</p>
</div>
</div>
<div class="slide">
<img src="./images/3.jpeg" alt="" srcset="">
<div class="content-one c4">
<p id="c3">WildLife experience like you <br>
have <span>Never seen before</span>
</p>
</div>
</div>
<div class="slide">
<img src="./images/4.jpeg" alt="" srcset="">
<div class="content-one c5">
<p><span>Underwater</span> experience. <br>
Spectacular view in Fiji Island
</p>
</div>
</div>
</div>
</section>
<section class="service-section" id="service">
<div class="title">
<h1>Services</h1>
</div>
<div class="container">
<div class="service">
<h2>Traveling</h2>
<p>
We offer exciting travel packages to various destinations around the
world. Explore new cultures, experience breathtaking landscapes, and
create unforgettable memories.
</p>
<div class="picture">
<img src="./images/4.jpeg" alt="Beautiful Destination" />
</div>
</div>
<div class="service">
<h2>Tasty Meals</h2>
<p>
Indulge in a culinary journey with our gourmet food service. We
provide delicious meals prepared by top chefs, using locally sourced
ingredients and catering to different dietary preferences.
</p>
<div class="picture">
<img src="https://assets.sainsburys-groceries.co.uk/gol/west-african-style-jollof-rice/original.jpg" alt="Delicious Food" />
</div>
</div>
<div class="service">
<h2>Silent Discos</h2>
<p>
Introducing Silent Discos, a unique and immersive entertainment experience
that will have you and your friends dancing and singing along like never before
</p>
<div class="picture">
<img src="./images/silent.jpg" alt="Beautiful Destination" />
</div>
</div>
<div class="service">
<h2>Resorts and Accomodation</h2>
<p>
Experience world-class luxury at the Fiji Island's top resorts. Enjoy private villas,
overwater bungalows, pristine beaches, and stunning views
</p>
<div class="picture">
<img src="./images/rege.jpg" alt="Delicious Food" />
</div>
</div>
</div>
<div class="btn">
<button class="button">Reservation</button>
</div>
</section>
<section class="entertain-section">
<div class="enter">
<h1 id="tra">Entertainment & Travel in Fiji</h1>
</div>
<div class="entertainment">
<div class="image-container">
<img src="./images/recre1.jpg" alt="">
<div class="overlay">
<div class="text">
Jet skiing is an exhilarating water sport that combines speed, agility, and adventure. It involves riding a small, motorized watercraft known as a jet ski or personal watercraft (PWC) on open bodies of water such as lakes, rivers, or oceans. Jet skis are designed to be ridden by one or two people and offer an exciting way to explore the water and enjoy high-speed thrills.
</div>
</div>
</div>
<div class="image-container">
<img src="./images/recre2.webp" alt="">
<div class="overlay">
<div class="text">
Bandiyaa Jehun: Bandiyaa Jehun is a traditional dance performed by women during special occasions and festivals. The dancers wear vibrant costumes and move gracefully in a synchronized manner. The movements often mimic the swaying of palm trees and the flowing of waves, representing the connection between the Fijian people and the surrounding ocean.
</div>
</div>
</div>
<div class="image-container">
<img src="./images/recre3.webp" alt="">
<div class="overlay">
<div class="text">
Mermaid swimming can be enjoyed in various settings, such as backyard pools, swimming pools, or even open water like lakes or oceans, depending on safety considerations. It can be a fun and creative way to engage in physical activity, express oneself, and bring fantasy to life. Some individuals even perform as professional mermaids, entertaining audiences with their graceful underwater movements and enchanting appearances.
</div>
</div>
</div>
<div class="image-container">
<img src="./images/recre4.jpeg" alt="">
<div class="overlay">
<div class="text">
Offshore Powerboat Racing, This is a type of boat racing that takes place in open waters, such as oceans or large lakes. Offshore powerboats are designed for high speeds and are often large and powerful. Races can span long distances, with participants navigating through unpredictable water conditions and challenging weather.
</div>
</div>
</div>
<div class="image-container">
<img src="./images/recre5.jpg" alt="">
<div class="overlay">
<div class="text">
Live band activity is the performance and musical presentation of a group of musicians playing instruments and singing together in front of a live audience. It typically involves a combination of vocals, guitars, drums, keyboards, bass, and other instruments, creating a dynamic and energetic musical experience.
</div>
</div>
</div>
<div class="image-container">
<img src="./images/recre6.jpg" alt="">
<div class="overlay">
<div class="text">
Beach gatherings are casual social events that take place at a beach or coastal area. They are characterized by a relaxed atmosphere and the gathering of friends, family, or communities to enjoy the beach environment and engage in various activities. People come together to soak up the sun, swim in the ocean, play beach games, have picnics, and enjoy leisurely conversations.
</div>
</div>
</div>
</div>
</section>
<section class="numbers">
<div class="enter">
<h1>Our awesome Stats</h1>
</div>
<div class="stats">
<div>
<span class="sta" data-max="500">0</span>
<p>Clients</p>
</div>
<div>
<span class="sta" data-max="600">0</span>
<p>Places</p>
</div>
<div>
<span class="sta" data-max="100">0</span>
<p>Professionals</p>
</div>
<div>
<span class="sta" data-max="25">0</span>
<p>Awards</p>
</div>
</div>
</section>
<section class="testimonials">
<div class="testimonial-intro">
<h2>Testimonials</h2>
<p>Hear what our clients have to say about the services that they were delivered to by our amazing staff</p>
</div>
<div class="testimonial-content">
<div class="testimonial">
<div class="test">
<img src="./images/silent.jpg" alt="">
<div class="data">
<h3>Didas Junior</h3>
<span>Visitor</span>
</div>
</div>
<div class="content">
<p>« I recently had the pleasure of experiencing the most exceptional concierge service with ML company. From the moment I arrived until the day of my departure, the concierge team went above and beyond to ensure my stay was nothing short of extraordinary. »</p>
</div>
</div>
<div class="testimonial">
<div class="test">
<img src="./images/rege.jpg" alt="">
<div class="data">
<h3>Dimitri Kwihangana</h3>
<span>Visitor</span>
</div>
</div>
<div class="content">
<p>« The level of professionalism and attentiveness displayed by the concierge staff was truly remarkable. They were always readily available to assist with any request, no matter how big or small. Whether it was arranging dinner reservations at the finest restaurants, securing tickets to popular attractions, or providing invaluable local recommendations, they effortlessly took care of every detail with a genuine smile and enthusiasm. »</p>
</div>
</div>
<div class="testimonial">
<div class="test">
<img src="./images/4.jpeg" alt="">
<div class="data">
<h3>Ntabana Rene</h3>
<span>Visitor</span>
</div>
</div>
<div class="content">
<p>« What impressed me the most was their personalized approach. The concierge team took the time to understand my preferences, making tailored recommendations that perfectly suited my tastes and interests. Their extensive knowledge of the area and insider tips truly enhanced my overall experience, allowing me to discover hidden gems that I would have otherwise missed. »</p>
</div>
</div>
<div class="testimonial">
<div class="test">
<img src="./images/2-.jpeg" alt="">
<div class="data">
<h3>Augstin Manzi</h3>
<span>Visitor</span>
</div>
</div>
<div class="content">
<p>« Their attention to detail was impeccable. Every reservation was flawlessly executed, and they consistently followed up to ensure my satisfaction. Their commitment to providing exceptional service was evident in every interaction, leaving me feeling like a valued and pampered guest throughout my stay. »</p>
</div>
</div>
</div>
</section>
-->
<div class="title2" style="margin-bottom: 100px ;">
<h1>Contact Us</h1>
</div>
<section class="about-us">
<div class="Addrees">
<div class="Address-detail">
<div class="Icon">
<i class="fas fa-map-marker-alt icoon"></i>
</div>
<div class="sub-address">
<h3>Location:</h3>
<p>A108 Adam Street, New York, NY 535022</p>
</div>
</div>
<div class="Address-detail">
<div class="Icon">
<i class="fas fa-envelope icoon"></i>
</div>
<div class="sub-address">
<h3>Email:</h3>
<p>A108 Adam Street, New York, NY 535022</p>
</div>
</div>
<div class="Address-detail">
<div class="Icon">
<i class="fas fa-phone icoon" ></i>
</div>
<div class="sub-address">
<h3>Call:</h3>
<p>A108 Adam Street, New York, NY 535022</p>
</div>
</div>
</div>
<div class="input-text-class">
<div class="Input1">
<input type="text" class="input-text" id="input1" placeholder=" Your Name" />
<input type="text" class="input-text" id="input1" placeholder=" Your Email"/>
</div>
<div class="Input2">
<input type="text" class="input-text" id="input2" placeholder=" Subject"/>
</div>
<div class="Input3">
<input type="text" class="input-text" id="input3" placeholder=" Message" />
</div>
<div class="btn">
<button class="button">Send Message</button>
</div>
</div>
</section>
<button id="scrollToTopBtn" onclick="scrollToTop()">Top</button>
<script src="script.js"></script>
</body>
</html>