-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
399 lines (329 loc) · 17.3 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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Bitter:ital@1&family=Open+Sans&family=Playball&family=Roboto+Condensed&display=swap"
rel="stylesheet">
<!-- swiper js -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://kit.fontawesome.com/85a7e9f6f5.css" crossorigin="anonymous">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/phone.css">
<title>Ezbon's Lawns</title>
</head>
<body>
<section id="topHead">
<div class="top-header">
<ul class="topbar">
<li><a href="https://goo.gl/maps/bgCwPLh1h1DDWNsP8" target="_blank" class="topbar-location">
<i class="fa-solid fa-location-dot"></i>
Get Directions
</a>
</li>
<li><a href="tel:8668768534" class="topbar-phone">
<i class="fa-solid fa-phone"></i>Call Us</li>
</a>
<li class="timming">
<i class="fa-solid fa-clock topbar-time"> </i>
Mon-Sun 7am to 8:30pm
</li>
<li>
<a href="https://instagram.com/ezbons_lawns_cortalim?igshid=YmMyMTA2M2Y=" target="_blank"> <i
class="fa-brands fa-instagram"> </i>
Follow Us On Instagram</a>
</li>
</ul>
</div>
</section>
<header>
<nav class="navbar">
<a href="#" class="nav-logo">EZ Lawn's.</a>
<ul class="nav-menu">
<li class="nav-item">
<a href="#hero-section" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#aboutUs" class="nav-link">About Us</a>
</li>
<li class="nav-item">
<a href="#services" class="nav-link">Services</a>
</li>
<li class="nav-item">
<a href="#testimonials" class="nav-link">Testimonials</a>
</li>
<li class="nav-item">
<a href="#contact-us" class="nav-link">Contact Us</a>
</li>
<li class="nav-item">
<a href="#contact-us">
<button id="book-now" role="button">Book Now</button></a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<section id="hero-section">
<div class="container">
<!-- Slider main container -->
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide slider-1">
<img src="./img/img2.jpeg" alt="slider1 img">
<div class="content">
<h1 class="header-content">We are all About the pool days and sun rays !</h1>
<button class="slider-bookNow" role="button">
<a href="#contact-us">Book Now</a> </button>
</div>
</div>
<div class="swiper-slide slider-2">
<img src="./img/img16.jpg" alt="slider2 img">
</div>
<div class="swiper-slide">
<img src="./img/img4.jpeg" alt="slider3 img">
</div>
<div class="swiper-slide">
<img src="./img/img1.jpeg" alt="slider4 img">
</div>
<div class="swiper-slide">
<img src="./img/img3.jpeg" alt="slider5 img">
</div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</section>
<!-- About Us Section Starts Here -->
<section id="aboutUs">
<h3 class="all-headers">About Us</h3>
<div class="about-container">
<div class="about-text">
<p>
Do you enjoy the water? Looking for a place to hold a party or simply unwind and relax? You've come to the right place! Ezbons lawn has a swimming pool to relax in and a party venue that is ideeal for hosting your auspicious occasions like Weddings,company party,pool party,or family picnic.Come swim and splash around and have a good time at Ezbon's Lawns cortalim. We also have the ideal wedding venue if you want to make your wedding day memorable.Ezbon's Lawns is the
ideal location if you're planning a much more formal party or gathering.
</p>
</div>
<div class="about-img">
<img src="./img/about1.png" alt="about us image">
</div>
</div>
</section>
<!-- About Us Section Ends Here -->
<!-- Services Section starts here -->
<section id="services">
<h3 class="all-headers"> Our Services</h3>
<div class="s-container">
<div class="box">
<img src="./img/img2.jpeg" alt="swimming pool" class="services-img">
<h3 class="s-header">Crystal Clear <br> Swimming Pool</h3>
<p class="s-info">Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, aliquam!</p>
</div>
<div class="box">
<img src="./img/img14.jpg" alt=" wedding dance floor">
<h3 class="s-header">Wedding Dance Floor</h3>
<p class="s-info">Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, aliquam!</p>
</div>
<div class="box">
<img src="./img/kids-pool.jpg" class="kid-pool" alt="Kid's Pool">
<h3 class="s-header">Kid's Pool</h3>
<p class="s-info">Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, aliquam!</p>
</div>
</div>
<div class="s-container">
<div class="box">
<img src="./img/img13.jpg" alt="Coconut Plantation">
<h3 class="s-header">Coconut Plantation</h3>
<p class="s-info">Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, aliquam!</p>
</div>
<div class="box">
<img src="./img/bbq.jfif" alt="BBQ Stand">
<h3 class="s-header">BBQ Stand</h3>
<p class="s-info">Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, aliquam!</p>
</div>
<div class="box">
<img src="./img/bar.jfif" alt="Bar Counter">
<h3 class="s-header">Bar Counter</h3>
<p class="s-info">Lorem ipsum dolor sit amet consectetur adipisicing elit. Necessitatibus, aliquam!</p>
</div>
</div>
</section>
<!-- Services Section Ends Here -->
<!-- Testimonials section starts here -->
<section id="testimonials">
<h3 class="all-headers">Customer Reviews</h3>
<div class="testimonial-slider">
<div class="swiper-container testimonial-container">
<div class="swiper-wrapper testimonial-wrapper">
<div class="swiper-slide testimonial-slide">
<img src="./img/test2.avif" alt="Testimonial 1" class="testimonial-image">
<h3 class="testimonial-name">Kiara</h3>
<blockquote class="testimonial-text">
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer
posuere erat a ante. Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloremque
quos dolorem quisquam tempore quasi? "</p>
</blockquote>
</div>
<div class="swiper-slide testimonial-slide">
<img src="./img/test1.avif" alt="Testimonial 2" class="testimonial-image">
<h3 class="testimonial-name">Conor</h3>
<p class="testimonial-text">"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer
posuere erat a ante.Lorem ipsum dolor sit amet consectetur, adipisicing elit. Omnis vero
earum laudantium! "</p>
</div>
<div class="swiper-slide testimonial-slide">
<img src="./img/test3.avif" alt="Testimonial 2" class="testimonial-image">
<h3 class="testimonial-name">Roger</h3>
<p class="testimonial-text">"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer
posuere erat a ante."</p>
</div>
<div class="swiper-slide testimonial-slide">
<img src="./img/test4.avif" alt="Testimonial 2" class="testimonial-image">
<h3 class="testimonial-name">Tyson</h3>
<p class="testimonial-text">"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer
posuere erat a ante."</p>
</div>
<div class="swiper-slide testimonial-slide">
<img src="./img/test5-smileboy.avif" alt="Testimonial 2" class="testimonial-image">
<h3 class="testimonial-name">Jude</h3>
<p class="testimonial-text">"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer
posuere erat a ante."</p>
</div>
<!-- Add more testimonial slides as needed -->
</div>
<!-- Add pagination and navigation buttons if desired -->
<div class="testimonial-pagination"></div>
</div>
</div>
</section>
<!-- Testimonials section Ends here -->
<!-- Contact Us Section Starts Here -->
<section id="contact-us">
<h3 class="all-headers">Contact Us</h3>
<div id="contact-container">
<div class="contact-box">
<div class="contact-left">
<form id="contact-form" method="POST">
<h2 class="booking-header">Book Now</h2>
<div class="row">
<div class="column">
<label for="name"> Your Name:</label>
<input type="text" id="name" placeholder="enter your full name" name="name"
autocomplete="off" required>
</div>
<div class="column">
<label for="subject">Subject</label>
<input type="text" id="subject" placeholder="How can we help you today? "
name="subject" autocomplete="off">
</div>
</div>
<div class="row">
<div class="column">
<label for="phone">Phone number:</label>
<input type="tel" id="phone" placeholder="enter your phone No." name="phone" pattern="[0-9]{10}" autocomplete="off" required>
</div>
<div class="column">
<label for="email">Email address:</label>
<input type="email" id="email" placeholder="enter your email id (optional)" name="email" autocomplete="off">
</div>
</div>
<div class="row">
<div class="column">
<label for="people">Number of People:</label>
<input type="number" id="people" placeholder="how many people?" name="people" min="1"
max="100" required>
</div>
<div class="column">
<label for="date">What is the date:</label>
<input type="date" id="date" name="date" required>
</div>
</div>
<div class="row">
<div class="text-area">
<label for="message"> Any message:</label>
<textarea id="message" placeholder="Type Here If There Are Any Enquiry..."
name="message" colums="20" rows="8" autocomplete="off"></textarea>
</div>
</div>
<div class="column">
<button type="submit">Submit</button>
<button type="reset">Reset</button>
</div>
</form>
<!-- popup message -->
<div id="popup-message">
<h2>Thank you!! We will contact you shortly. </h2>
<span id="close-popup">X</span>
</div>
</div>
<div class="contact-right">
<div class="reach-us">
<h3>Reach Us</h3>
<ul>
<li>
<div ><i class="fa-solid fa-location-dot"></i> Address: </div>
Opposite Soda Factory<br>Quelossim,<br> Cortalim,Goa
<li><a href="https://goo.gl/maps/bgCwPLh1h1DDWNsP8" target="_blank" class="topbar-location">
<button role="button" class="reachUs-address">Get Directions</button>
</a>
</li>
</li>
<li>
<div ><i class="fa-solid fa-location-dot"></i> Phone No: </div>
+91 8668768534
<li><a href="tel:8668768534" class="topbar-phone">
<Button role="button" class="reachUs-phone">Call Us</Button>
</a>
</li>
</li>
<li>
<div class="reach-time">
<i class="fa-solid fa-clock topbar-time"></i>
Mon-Sun <br> 7am to 8:30pm
</div>
</li>
</ul>
<div class="social-icons">
<a href="https://instagram.com/ezbons_lawns_cortalim?igshid=YmMyMTA2M2Y=" target="_blank">
<i class="fa fa-instagram"></i></a>
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i> </a>
<a href="https://api.whatsapp.com/send?phone=8668768534" target="_blank"><i class="fa fa-whatsapp" ></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="maps">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15386.968950130755!2d73.938206!3d15.39044!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bbfbb5d1bfe023d%3A0xd10a995d3f48846f!2sEzbon's%20Lawns!5e0!3m2!1sen!2sin!4v1678693501606!5m2!1sen!2sin" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<!-- Contact Us Section Ends here -->
<!-- Footer Section Starts Here -->
<section id="footer">
<footer class="footer">
<div class="footer-details">
<span>All Rights Reserved ©Ezbon's Lawns</span>
<span>Developed by <span class="developer">Keegan Colaco</span></span>
</div>
</footer>
</section>
<!-- Footer Section Ends Here -->
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="https://kit.fontawesome.com/85a7e9f6f5.js" crossorigin="anonymous"></script>
<script src="./js/script.js"></script>
</body>
</html>