-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
474 lines (445 loc) · 19.2 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maison Samara </title>
<link rel="stylesheet" href="Assetes/css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" />
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
</head>
<body>
<header>
<div class="content flex_space">
<div class="logo">
<img src="images/logo.png" alt="">
</div>
<div class="navlink">
<ul id="menulist">
<li> <a href="#home">home</a> </li>
<li> <a href="#about">about</a> </li>
<li> <a href="#accomodation">ACCOMMODATION</a> </li>
<li> <a href="#facilities">FACILITIES</a> </li>
<li> <a href="#news">news</a> </li>
<li> <a href="#contact">contact</a> </li>
<li> <i class="fa fa-search"></i> </li>
<li> <button class="primary-btn">BOOK NOW</button> </li>
</ul>
<span class="fa fa-bars" onclick="menutoggle()"></span>
</div>
</div>
</header>
<!--============Home==================-->
<section class="home" id="home">
<div class="content">
<div class="owl-carousel owl-theme">
<div class="item">
<img src="Assetes/images/villa11.jpg" alt="">
<div class="text">
<h2>Spend Your Holiday</h2>
<div class="flex">
<button class="primary-btn">CONTACT NOW</button>
<button class="secondary-btn">CONTACT NOW</button>
</div>
</div>
</div>
<div class="item">
<img src="Assetes/images/villa12.jpg" alt="">
<div class="text">
<h1>Spend Your Holiday</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit sed do .</p>
<div class="flex">
<button class="primary-btn">CONTACT NOW</button>
<button class="secondary-btn">CONTACT NOW</button>
</div>
</div>
</div>
<div class="item">
<img src="Assetes/images/villa10.jpg" alt="">
<div class="text">
<h1>Spend Your Holiday</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit sed do .</p>
<div class="flex">
<button class="primary-btn">CONTACT NOW</button>
<button class="secondary-btn">CONTACT NOW</button>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="book">
<div class="container flex_space">
<div class="text">
<h1><span>Book</span> Your Rooms</h1>
</div>
<div class="form">
<form class="grid">
<input type="date" placeholder="Araival date">
<input type="date" placeholder="Departure date">
<input type="number" placeholder="Adults">
<input type="number" placeholder="Childern">
<input type="submit" value="CHECK AVAILABILITY">
</form>
</div>
</div>
</section>
<!--============About==================-->
<section class="about top" id="about">
<div class="container flex">
<div class="left ">
<div class="heading">
<h2>Maison Samara </h2>
</div>
<p>Maison Samara is located in a beautiful environment of Hikkaduwa city. This is the best place to visit if you want to live eco-friendly. A lover of taste will never go home after coming here. </p>
<button class="primary-btn">ABOUT US</button>
</div>
<div class="right">
<img src="Assetes/images/villa11.jpg" alt="">
</div>
</div>
</section>
<!--============Counter==================-->
<section class="counter top">
<div class="container grid">
<div class="box">
<h1>2500</h1>
<hr>
<span>Customer</span>
</div>
<div class="box">
<h1>1250</h1>
<hr>
<span>Happy Customer</span>
</div>
<div class="box">
<h1>150</h1>
<hr>
<span>Expert Technicians</span>
</div>
<div class="box">
<h1>3550</h1>
<hr>
<span>Desktop Repaired</span>
</div>
</div>
</section>
<!--============ACCOMMODATION==================-->
<section class="rooms" id="accomodation">
<div class="container top">
<div class="heading">
<h2>Our Rooms </h2>
</div>
<div class="content mtop">
<div class="owl-carousel owl-carouse owl-theme">
<div class="items">
<div class="image">
<img src="Assetes/images/vill7.jpg" alt="">
</div>
<div class="text">
<h2>Eco Budget Room</h2>
<div class="rate flex">
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
</div>
<p>For the traveller on a budget, our eco-budget rooms are guaranteed to provide all the essential comforts you require during your vacation, making Maison Samara one of the most convenient budget hotels in Hikkaduwa.</p>
<div class="button flex">
<button class="primary-btn">BOOK NOW</button>
<h3>$100 <span> <br>Per Night</span> </h3>
</div>
</div>
</div>
<div class="items">
<div class="image">
<img src="Assetes/images/villa1.jpg" alt="">
</div>
<div class="text">
<h2>DELUXE ROOM</h2>
<div class="rate flex">
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
</div>
<p>Designed to inspire rest and relaxation, our sleek, modern Hikkaduwa accommodation deluxe rooms become a home away from home with a Maison Samara twist. Each room features a king sized bed and incredible sea views.</p>
<div class="button flex">
<button class="primary-btn">BOOK NOW</button>
<h3>$150 <span> <br>Per Night</span> </h3>
</div>
</div>
</div>
<div class="items">
<div class="image">
<img src="Assetes/images/villa8.jpg" alt="">
</div>
<div class="text">
<h2>Superior Rooms</h2>
<div class="rate flex">
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
<i class="fa fa-star "></i>
</div>
<p>Our superior rooms provide guests with all they need for a pleasant stay, easily answering the question of where to stay in Hikkaduwa. Take in the sea view from your private balcony and bask in the warm ambience of the sunny South of Sri Lanka.</p>
<div class="button flex">
<button class="primary-btn">BOOK NOW</button>
<h3>$200 <span> <br>Per Night</span> </h3>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--============Gallery==================-->
<section class="gallery ">
<div class="container top">
<div class="heading">
<h2>Our Gallery </h2>
</div>
</div>
<div class="content mtop">
<div class="owl-carousel owl-carousel1 owl-theme">
<div class="items">
<div class="img">
<img src="Assetes/images/villa10.jpg" alt="">
</div>
<div class="overlay">
<span class="fa fa-plus"></span>
<h3>Photo title here</h3>
</div>
</div>
<div class="items">
<div class="img">
<img src="Assetes/images/villa3.jpg" alt="">
</div>
<div class="overlay">
<span class="fa fa-plus"></span>
<h3>Photo title here</h3>
</div>
</div>
<div class="items">
<div class="img">
<img src="Assetes/images/pool.jpg" alt="">
</div>
<div class="overlay">
<span class="fa fa-plus"></span>
<h3>Photo title here</h3>
</div>
</div>
<div class="items">
<div class="img">
<img src="Assetes/images/villa5.jpg" alt="">
</div>
<div class="overlay">
<span class="fa fa-plus"></span>
<h3>Photo title here</h3>
</div>
</div>
<div class="items">
<div class="img">
<img src="Assetes/images/vill7.jpg" alt="">
</div>
<div class="overlay">
<span class="fa fa-plus"></span>
<h3>Photo title here</h3>
</div>
</div>
<div class="items">
<div class="img">
<img src="Assetes/images/villa9.jpg" alt="">
</div>
<div class="overlay">
<span class="fa fa-plus"></span>
<h3>Photo title here</h3>
</div>
</div>
</div>
</div>
</section>
<!--============Service==================-->
<section class="service top" id="facilities">
<div class="container">
<div class="heading">
<h1>FACILITIES</h1>
<h2>Our Services </h2>
</div>
<div class="content flex_space">
<div class="left grid2">
<div class="box">
<div class="text">
<i class="fa-solid fa-champagne-glasses"></i>
<h3>Delious Food </h3>
</div>
</div>
<div class="box">
<div class="text">
<i class="fa-solid fa-person-biking"></i>
<h3>Fitness</h3>
</div>
</div>
<div class="box">
<div class="text">
<i class="fa-solid fa-utensils"></i>
<h3>Inhouse Restaurant</h3>
</div>
</div>
<div class="box">
<div class="text">
<i class="fa-solid fa-spa"></i>
<h3>Beauty Spa </h3>
</div>
</div>
</div>
<div class="right">
<img src="Assetes/images/ssss.jpg" alt="">
</div>
</div>
</div>
</section>
<section class="customer top">
<div class="container">
<div class="owl-carousel owl-carousel2 owl-theme">
<div class="items">
<i class="fa-solid fa-quote-right"></i>
<p>Words do not describe the beauty of this place. From the breathtaking views and picture perfect sunsets, this was truly a beautiful place to stay while in XYZ. The staff and service was 10/10! Everyone was so friendly and always made sure that my wife and I had everything we needed. It made us feel like we were right at home! We didn't want to leave, but will definitely be coming back!</p>
<h3 class="h">Julia Robertson</h3>
<label>Julia Robertson</label>
</div>
<div class="items">
<i class="fa-solid fa-quote-right"></i>
<p>Beautiful place to stay with a greate loactioan, clran rooms and friendly staff! can't Wait come back</p>
<h3>Romain wills</h3>
<label>Romain wills</label>
</div>
<div class="items">
<i class="fa-solid fa-quote-right"></i>
<p>A beaitiful hotel staff very friendly. Breackfast buffet reallay nice lots of choices. Had an evening meal for such a large hotel prices very reasonable.greate service. will be going back.</p>
<h3>Thomas Andrew </h3>
<label>Thomas Andrew</label>
</div>
</div>
</div>
</section>
<section class="news top rooms" id="news">
<div class="container">
<div class="heading">
<h1>NEWS</h1>
<h2>Our News </h2>
<p>Mison Samara updates for you</p>
</div>
<div class="content flex">
<div class="left grid2">
<div class="items">
<div class="image">
<img src="Assetes/images/news.jpg" alt="">
</div>
<div class="text">
<h2>Food Cost Trends – A Forecast Briefing</h2>
<div class="admin flex">
<i class="fa-solid fa-user"></i><label>Admin</label>
<i class="fa-solid fa-heart"> </i><label>500</label>
<i class="fa-solid fa-comments"> </i><label>50</label>
</div>
<p>Maison Samara recently published our 2024 Cost Outlook – a guide produced annually to assist our clients with budgeting for the remainder of 2023 and into early next year. It highlights several macro trends impacting the hospitality industry including inflation, employment, fuel, and food demand.</p>
</div>
</div>
<div class="items">
<div class="image">
<img src="Assetes/images/news1.webp" alt="">
</div>
<div class="text">
<h2>Exceptional Customer Service Defines Luxury Brands.</h2>
<div class="admin flex">
<i class="fa-solid fa-user"></i><label>Admin</label>
<i class="fa-solid fa-heart"> </i><label>500</label>
<i class="fa-solid fa-comments"> </i><label>50</label>
</div>
<p>You know that attention to every detail is the rule, not the exception, in the luxury hotel business. From the perfectly soothing scents of the toiletries to the smooth textures of the sheets and towels, you’ve thought of everything. Automated room controls, easy-to-access in-room technology options, and beyond-comfortable furnishings are a must-have for every guest who stays with you..</p>
</div>
</div>
</div>
<div class="right">
<div class="box flex">
<div class="img">
<img src="Assetes/images/news2.webp" alt="">
</div>
<div class="stext">
<h2>Food Trends: Fresh Produce</h2>
<p>Delicious and Sustainable Menu Offerings</p>
</div>
</div>
<div class="box flex">
<div class="img ">
<img src="Assetes/images/news3.jpg" alt="">
</div>
<div class="stext">
<h2>Cheers to the New Year</h2>
<p>Start Serving the Top Beverage Trends of 2024</p>
</div>
</div>
<div class="box flex">
<div class="img">
<img src="Assetes/images/news4.jpg" alt="">
</div>
<div class="stext">
<h2>Wellness Tourism</h2>
<p>whose importance is realized day by day, have become one of the most interesting places.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="newsletter mtop">
<div class="container flex_space">
<h1>Subscribe to Our Newsletter</h1>
<input type="text" placeholder="Your Email">
<input type="text" value="Subscribe">
</div>
</section>
<footer id="contact">
<div class="container grid">
<div class="box">
<p>Maison Samara is located in a beautiful environment of Hikkaduwa city.
This is the best place to visit if you want to live eco-friendly. A lover of taste will never go home after coming here.</p>
<div class="icon">
<i class="fa fa-facebook-f"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-youtube"></i>
</div>
</div>
<div class="box">
<h2>Links</h2>
<ul>
<li>Company History</li>
<li>About Us</li>
<li>Contact Us</li>
<li>Services</li>
<li>Privacy Policy</li>
</ul>
</div>
<div class="box">
<h2>Contact Us</h2>
<i class="fa-solid fa-location-dot"></i> <label>Naarigama,Hikkaduwa,Srilanka</label> <br>
<i class="fa-solid fa-phone"></i><label>9154852458</label><br>
<i class="fa-solid fa-envelope"></i><label> maisonsamara@.com</label><br>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js"></script>
<!-- fontawesome -->
<script src="https://kit.fontawesome.com/032d11eac3.js" crossorigin="anonymous"></script>
<!-- fontawesome -->
<script src="Assetes/js/script.js"></script>
</body>
</html>