-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
520 lines (482 loc) · 24.8 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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<link rel="shortcut icon" href="img/logo.webp" type="image/x-icon">
<title>Skyjumper Trampoline Park Booking</title>
</head>
<body>
<div id="overlay">
<div class="honeycomb">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<header>
<div class="scroller">
<span>We are available in : Gurugram • Delhi • Pune • Bangalore • Chandigarth • Noida • Chennai • Lucknow •
Ahmedabad • Jalandhar We are available in : Gurugram • Delhi • Pune • Bangalore • Chandigarth • Noida •
Chennai • Lucknow • Ahmedabad • Jalandhar</span>
</div>
<nav>
<div class="wrapper">
<div class="logo-holder">
<img src="img/logo.webp" alt="SkyJumper">
</div>
<div class="btn-holder">
<a href="#booking-section">
<button class="btn-primary">Buy Ticket</button>
</a>
<a href="#enquiry">
<button class="btn-secondary">Birthday Enquiry</button>
</a>
</div>
</div>
</nav>
</header>
<main>
<meta name="description" content="Explore our thrilling trampoline activities at SkyJumper. Enjoy a fun-filled experience with family and friends. Visit us today!">
<section class="hero-section">
<div class="video-player">
<video autoplay="" muted="" loop="" playsinline="true"
poster="https://booking.skyjumpertrampolinepark.com/wp-content/uploads/2023/11/banner-new.webp">
<source
src="https://booking.skyjumpertrampolinepark.com/wp-content/uploads/2023/11/herobannervideo-1.mp4"
type="video/mp4">
</video>
<div class="hero-content">
<img src="img/hero-text.webp" alt="A happy place to be">
</div>
</div>
</section>
<section class="coupons-holder wrapper2" id="couponsHolder">
<title>Coupon Section!</title>
<meta name="description" content="Get Discount offers today! You can click on the coupons to claim discounts for booking">
<div class="glide2">
<div class="glide__track" data-glide-el="track">
<div class="glide__slides coupons-holder-slider">
<div class="glide__slide gld_slide">
<div class="cards">
<div class="text-holder">
<p>Group of 10</p>
<h2>20% OFF</h2>
<a href="#booking-section">
<button class="btn-primary ">BOOK NOW</button>
</a>
</div>
<div class="img-holder">
<img src="img/coupon4.webp" alt="Coupon">
</div>
</div>
</div>
<div class="glide__slide gld_slide">
<div class="cards">
<div class="text-holder">
<p>Group of 5</p>
<h2>10% OFF</h2>
<a href="#booking-section">
<button class="btn-primary ">BOOK NOW</button>
</a>
</div>
<div class="img-holder">
<img src="img/group-of-5.webp" alt="Coupon">
</div>
</div>
</div>
<div class="glide__slide gld_slide">
<div class="cards">
<div class="text-holder">
<p>Group of 3</p>
<h2>10% OFF</h2>
<a href="#booking-section">
<button class="btn-primary ">BOOK NOW</button>
</a>
</div>
<div class="img-holder">
<img src="img/group-of-3.webp" alt="Coupon">
</div>
</div>
</div>
<div class="glide__slide gld_slide">
<div class="cards">
<div class="text-holder">
<p>Single ticket</p>
<h2>5% OFF</h2>
<a href="#booking-section">
<button class="btn-primary ">BOOK NOW</button>
</a>
</div>
<div class="img-holder">
<img src="img/coupon1.webp" alt="Coupon">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="booking-section" id="booking-section">
<title>Book your tickets</title>
<meta name="description" content="You can book the tickets directly from this section and enjoy your time with us">
<div class="wrapper2">
<div class="booking-section-child">
<div class="text-holder">
<h1>BUY TICKET ONLINE</h1>
</div>
<div class="img-form-holder">
<div class="img-holder glide">
<div id="imageSlider1">
<div class="glide__track" data-glide-el="track">
<div class="glide__slides" id="imageSlider1">
<div class="glide__slide">
<img src="img/gallery1.webp" alt="Slide Image 1">
</div>
<div class="glide__slide">
<img src="img/gallery2.webp" alt="Slide Image 2">
</div>
<div class="glide__slide">
<img src="img/gallery3.webp" alt="Slide Image 3">
</div>
<div class="glide__slide">
<img src="img/gallery4.webp" alt="Slide Image 4">
</div>
</div>
</div>
</div>
<div class="btn-holder">
<a id="prevBtnBooking"><</a>
<a id="nextBtnBooking">></a>
</div>
</div>
<div class="form-holder">
<form>
<label for="center">Select Center*</label><br>
<select name="center" id="center">
<option value="" selected="selected">Select Center</option>
<option value="Gurugram">Gurugram</option>
<option value="Delhi">Delhi</option>
<option value="Pune">Pune</option>
<option value="Bangalore">Bangalore</option>
<option value="Chandigarh">Chandigarh</option>
<option value="Noida">Noida</option>
<option value="Chennai">Chennai</option>
<option value="Lucknow">Lucknow</option>
<option value="Ahmedabad">Ahmedabad</option>
<option value="Jalandhar">Jalandhar</option>
</select><br>
<label for="slot">Select Slot*</label><br>
<input class="radio-slot" type="radio" name="slot" id="slot30" value="30">
<label class="radio-label" for="slot30">30 mins</label>
<input class="radio-slot" type="radio" name="slot" id="slot60" value="60">
<label class="radio-label" for="slot60">60 mins</label>
<br>
</form>
</div>
</div>
</div>
</div>
</section>
<section class="testimonials">
<title>Reviews</title>
<meta name="description" content="Our customers love us! Read the reviews of our happy customers below">
<div class="wrapper2">
<div class="logo-holder">
<img src="img/icon-asset.webp" alt="Small-logo">
</div>
<div class="text-holder">
<h1>HAPPY TALES</h1>
</div>
<div class="glide3">
<div class="glide__track gld3_track" data-glide-el="track">
<div class="glide__slides testimonials-holder">
<div class="glide__slide gld2_slide">
<div class="cards">
<div class="img-holder">
<img src="img/story3.webp" alt="Happy customer">
<div class="commas">
<img src="img/Inverted-commas.png" alt="">
</div>
</div>
<div class="text-holder">
<p class="testimonial-name">Anant Verma</p>
<p class="testimonial-review">It was an incredible experience for my son.</p>
<div class="testimonial-stars">
</div>
</div>
</div>
</div>
<div class="glide__slide gld2_slide">
<div class="cards">
<div class="img-holder">
<img src="img/story2.webp" alt="Happy customer">
<div class="commas">
<img src="img/Inverted-commas.png" alt="">
</div>
</div>
<div class="text-holder">
<p class="testimonial-name">Alok Agarwal</p>
<p class="testimonial-review">We had a wonderful experience at Skyjumper
trampoline park!.</p>
<div class="testimonial-stars">
</div>
</div>
</div>
</div>
<div class="glide__slide gld2_slide">
<div class="cards">
<div class="img-holder">
<img src="img/story1.webp" alt="Happy customer">
<div class="commas">
<img src="img/Inverted-commas.png" alt="">
</div>
</div>
<div class="text-holder">
<p class="testimonial-name">Shivangi Shah</p>
<p class="testimonial-review">The birthday was truly enjoyed by my son.</p>
<div class="testimonial-stars">
</div>
</div>
</div>
</div>
<div class="glide__slide gld2_slide">
<div class="cards">
<div class="img-holder">
<img src="img/story4.webp" alt="Happy customer">
<div class="commas">
<img src="img/Inverted-commas.png" alt="">
</div>
</div>
<div class="text-holder">
<p class="testimonial-name">Peter Parker</p>
<p class="testimonial-review">It is a wonderful place to enjoy! we truly enjoyed it.</p>
<div class="testimonial-stars">
</div>
</div>
</div>
</div>
<div class="glide__slide gld2_slide">
<div class="cards">
<div class="img-holder">
<img src="img/story5.webp" alt="Happy customer">
<div class="commas">
<img src="img/Inverted-commas.png" alt="">
</div>
</div>
<div class="text-holder">
<p class="testimonial-name">Azim Krishna</p>
<p class="testimonial-review">This place is awesome! You can have so much fun 24/7.</p>
<div class="testimonial-stars">
</div>
</div>
</div>
</div>
</div>
<div class="glide__arrows" data-glide-el="controls">
<a class="glide__arrow glide__arrow--left" data-glide-dir="<"><</a>
<a class="glide__arrow glide__arrow--right" data-glide-dir=">">></a>
</div>
</div>
</div>
</div>
</section>
<section class="trampoline-benefits">
<img class="benefits-bg-img" src="img/benefitsbg.webp" alt="benefits-bg-img">
<img class="benefits-jump-img" src="img/jump-girl.webp" alt="Happy Child">
<div class="wrapper2">
<div class="benefits-container">
<h2 class="secondary">BENEFITS OF</h2>
<h2 class="primary">TRAMPOLINE</h2>
<div class="benefits-cards">
<div class="cards">
<div class="logo-holder">
<img src="img/ben5.webp" alt="Body Workout">
</div>
<div class="text-holder">
<p>Full-Body <br>
Workout</p>
</div>
</div>
<div class="cards">
<div class="logo-holder">
<img src="img/ben1.webp" alt="Socialize">
</div>
<div class="text-holder">
<p>Socialize</p>
</div>
</div>
<div class="cards">
<div class="logo-holder">
<img src="img/ben2.webp" alt="Boost your Strength">
</div>
<div class="text-holder">
<p>Boosts <br>
Strength</p>
</div>
</div>
<div class="cards">
<div class="logo-holder">
<img src="img/ben3.webp" alt="Stress-Buster">
</div>
<div class="text-holder">
<p>Stress- <br>
buster</p>
</div>
</div>
<div class="cards">
<div class="logo-holder">
<img src="img/ben4.webp" alt="Happiness">
</div>
<div class="text-holder">
<p>Gateway to <br>
Happiness</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sneak-peak">
<div class="wrapper2">
<div class="sneak-peak-cards">
<div class="cards text-card">
<h2>
Sneap-peak
<br>
into
<br>
Playtime
</h2>
</div>
<div class="cards">
<div class="sneak-video">
<video controls="" preload="none" loop="true" autoplay="true" playsinline="true"
muted="true" mediatype="video">
<source
src="https://customer-t3a6866zdugsdncu.cloudflarestream.com/5ce1e991d495e018bfd6387ded4e72f0/downloads/default.mp4"
type="video/mp4">
</video>
</div>
</div>
<div class="cards">
<div class="sneak-video">
<video controls="" preload="none" loop="true" autoplay="true" playsinline="true"
muted="true" mediatype="video">
<source
src="https://customer-t3a6866zdugsdncu.cloudflarestream.com/c0ee1e0997e8bf1abbb87054ac911b58/downloads/default.mp4"
type="video/mp4">
</video>
</div>
</div>
<div class="cards">
<div class="sneak-video">
<video controls="" preload="none" loop="true" autoplay="true" playsinline="true"
muted="true" mediatype="video">
<source
src="https://customer-t3a6866zdugsdncu.cloudflarestream.com/71ffbb94195854f386ad17f1ae2042b7/downloads/default.mp4"
type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</section>
<section class="about-us">
<title>About Us</title>
<meta name="description" content="Dive into the ultimate family fun zone at SkyJumper Trampoline Park!">
<div class="wrapper2">
<div class="text-holder">
<h1>ABOUT US</h1>
<p>
Dive into the ultimate family fun zone at SkyJumper Trampoline Park! It's not just an amusement
park but a fusion of fitness, sports, and thrills. Perfect for birthday bashes, school outings,
corporate get-togethers, or any lively gathering.
</p>
<p>
Unleash your inner Superman, bounce off walls, soar high, and enjoy with your loved ones on a
sprawling playground of top-notch trampolines. Whether you're 3 or 93, we've got a special spot
just for you. Come, jump in on the fun!
</p>
</div>
<div class="img-holder">
<img src="img/india-map-1.webp" alt="All over India">
</div>
</div>
</section>
<section class="enquiry" id="enquiry">
<div class="wrapper2">
<div class="form-holder">
<div class="text-holder">
<h2>FOR BIRTHDAY &
<br>
CUSTOMIZED BOOKING
</h2>
<p>Minimum 10 Jumpers | Inclusive of food</p>
</div>
<div class="form-img-holder">
<div class="form">
<h2><a href="tel:8882288001">+91-888 2288 001</a></h2>
<form action="" method="post" name="enq-form" id="enq-form">
<input type="text" name="Full Name" id="name" placeholder="NAME" required pattern="[A-Za-z ]+"
title="Only letters and spaces are allowed">
<input type="tel" name="Phone No" id="phone" placeholder="+91 XXXXXXXXXXX"
required pattern="\+[0-9]+">
<input type="email" name="Email" id="email" placeholder="EMAIL" required>
<textarea name="Message" id="message" placeholder="ADD MESSAGE HERE" required></textarea>
<button type="submit" id="submitBtn">Submit</button>
</form>
</div>
<div class="img-holder">
<img src="img/chichi-en-form.webp" alt="Happy Monkey">
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="wrapper2">
<div class="data">
<p class="copyrigt-text">
© 2023. Skyjumpertrampolinepark.
</p>
<a href="https://skyjumpertrampolinepark.com/Privacy">Privacy Policy</a>
</div>
<div class="social-holder">
<a href="https://www.facebook.com/SkyjumperTrampolineParkOfficial" target="_blank"><i
class='bx bxl-facebook-circle'></i></a>
<a href="https://www.instagram.com/skyjumpertpofficial/?igshid=YmMyMTA2M2Y%3D" target="_blank"><i
class='bx bxl-instagram'></i></a>
</div>
</div>
</footer>
<script>
window.addEventListener('load', function () {
document.getElementById('overlay').style.display = 'none';
});
</script>
<script type="application/ld+json">
{
"@context": "https://abkrishna.me/SkyJumper-Clone/",
"@type": "LocalBusiness",
"name": "SkyJumper Trampoline Park",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Jump Street",
"addressLocality": "TrampCity",
"postalCode": "12345"
}
}
</script>
<script src="js/script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@glidejs/glide@3.4.1/dist/glide.min.js"></script>
</body>
</html>