-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
540 lines (464 loc) · 25.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
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
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Astraslide">
<meta name="keywords" content="Astraslide, Pool Equipment, Best pool construction, pool construction near me, affordable pool construction, Swimming pool, Build a pool, Pool installation">
<meta name="description" content="Astraslide is a leading provider of premium swimming pool equipment, offering everything from pumps and filters to heaters and cleaning systems. We are committed to supplying only the best products, ensuring your pool stays in top condition all year round." />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<meta name="layoutmode" content="fitscreen/standard">
<meta name="imagemode" content="force">
<meta name="language" content="English">
<meta name="theme-color" content="hsl(247, 35%, 41%)" />
<meta name="revisit-after" content="20 days">
<meta name="revised" content="Astraslide, 12/12/2023" />
<meta name="referrer" content="no-referrer-when-downgrade">
<link rel="home" href="/" />
<link rel="stylesheet" href="assets/css/styles.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
<link href="site.webmanifest" rel="manifest">
<link rel="profile" href="https://gmpg.org/xfn/11">
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png" />
<link rel="android-chrome" type="image/png" sizes="192x192" href="assets/img/android-chrome-192x192.png" />
<link rel="android-chrome" type="image/png" sizes="512x512" href="assets/img/android-chrome-512x512.png" />
<link rel="icon" type="image/png" href="assets/img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/img/favicon-16x16.png" sizes="16x16" />
<title>Astraslide - Elevate Your Pool Experience!</title>
</head>
<section>
<div id="preloader">
<div id="layer1" class="layer1_class" style="background-color: rgba(0,0,0,0);">
<img alt="" src="assets/img/image.png" />
</div>
</div>
</section>
<body onload="delayer()" class="layer2_class" id="layer2">
<header class="header">
<nav class="nav container">
<div class="nav__data">
<a href="/" class="nav__logo">
ASTRA<span class="line">SLIDE</span>
<img src="assets/img/image.png" alt="">
</a>
<div class="nav__toggle" id="nav-toggle">
<i class="ri-menu-line nav__burger"></i>
<i class="ri-close-line nav__close"></i>
</div>
</div>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li><a href="/" class="nav__link">Home</a></li>
<li><a href="about-astraslide.html" class="nav__link">Company</a></li>
<li><a href="products.html" class="nav__link">Products</a></li>
<li><a href="gallery.html" class="nav__link">Gallery</a></li>
<div class="margin-bottom margin-medium-2">
<li><a href="contact-us.html" class="button-2" id="">Contact Us</a></li>
</div>
<br>
</ul>
</div>
</nav>
</header>
<div class="containerr vh-100">
<div class="container__left">
<p>Dive into Luxury!</p>
<div class="container__btn">
<a class="btnn" href="contact-us.html">BEGIN NOW!</a>
</div>
</div>
<div class="container__right">
<div class="images">
<img loading="lazy" src="assets/img/guitar.jpg" alt="tent-1" class="tent-1" />
<img loading="lazy" src="assets/img/landing.jpg" alt="tent-2" class="tent-2" />
</div>
<div class="content">
<h4>24 Hrs | Available</h4>
<h2>Top Quality</h2>
<h3>Elevate your pool experience!</h3>
<p class="lnr">
Dive into excellence with AstraSlide, where custom-designed pools
and top-tier equipment come together to create the ultimate swimming experience.
</p>
<br>
<p class="lnr-2">
Our commitment to quality and safety
ensures that every moment in your pool is perfect. Let us help you create your dream pool today!
</p>
</div>
</div>
<div class="location" id="location">
<span aria-label="call">
<a href="tel:+2348165998426">
<i class="ri-phone-fill"></i>
</a>
</span>
<a href="tel:+2348165998426">CALL TODAY</a>
</div>
<div class="socials">
<span aria-label="facebook">
<a target="_blank" href="https://www.facebook.com/share/FzE5avnzGVub8ePc/?mibextid=LQQJ4d"><i class="ri-facebook-fill"></i></a>
</span>
<span aria-label="instagram">
<a target="_blank" href="https://www.instagram.com/astraslide"><i class="ri-instagram-line"></i></a>
</span>
<span aria-label="x">
<a target="_blank" href="https://www.x.com/@astraslide"><i class="ri-twitter-x-line"></i></a>
</span>
</div>
</div>
<section class="trip">
<div class="section__container trip__container">
<h2 class="section__title">Our Best Sellers</h2>
<p class="section__subtitle">
Discover premium pool equipment tailored for your needs. Visit our products section now to explore top-quality solutions.
</p>
<div class="trip__grid">
<div class="trip__card">
<img loading="lazy" src="assets/img/inlet.jpg" alt="trip" />
<div class="trip__details">
<p>Inlet Nozzle</p>
<div class="booking__price">
<div class="rating"><i class="ri-star-fill"></i> 4.6</div>
<button class="book__now"><a class="" href="tel:+2348165998426">Order Now</a></button>
</div>
</div>
</div>
<div class="trip__card">
<img loading="lazy" src="assets/img/vacuum.jpg" alt="trip" />
<div class="trip__details">
<p>Vacuum Hose</p>
<div class="booking__price">
<div class="rating"><i class="ri-star-fill"></i> 4.7</div>
<button class="book__now"><a class="" href="tel:+2348165998426">Order Now</a></button>
</div>
</div>
</div>
<div class="trip__card">
<img loading="lazy" src="assets/img/conduit.jpg" alt="trip" />
<div class="trip__details">
<p>Conduit Light</p>
<div class="booking__price">
<div class="rating"><i class="ri-star-fill"></i> 4.5</div>
<button class="book__now"><a class="" href="tel:+2348165998426">Order Now</a></button>
</div>
</div>
</div>
</div>
<center>
<a href="products.html" class="doing" style="color: #fff;">View All</a>
</center>
</div>
</section>
<section class="gallarey container-1 bd-container py-2">
<div class="section__container gallarey__container">
<div class="image__gallarey">
<div class="gallarey__col">
<img src="assets/img/landing.jpg" alt="gallary" />
</div>
<div class="gallarey__col">
<img src="assets/img/guitar.jpg" alt="gallary" />
<img src="assets/img/landingg.jpg" alt="gallary" />
</div>
</div>
<div class="gallarey__content">
<div>
<h2 class="section__title">
Our gallery that will inspire you
</h2>
<p class="section__subtitle">
Explore our work and see the stunning pools we've created. Visit our gallery to inspire your dream pool!
</p>
<a href="gallery" class="doing" style="color: #fff;">View All</a>
</div>
</div>
</div>
</section>
<section class="">
<div class="container">
<section class="about-c">
<h2 class="reviews__title title">Why We are a Top Choice for You and Your Pool Needs</h2>
<ul class="about-list blue-gradient">
<li class="about-item">
<div class="about-card">
<div class="card-number">01</div>
<div class="card-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="40" height="40" fill="#fff">
<path d="M3 3H21V5H3V3ZM8 11V21H6V11H3L7 7L11 11H8ZM18 11V21H16V11H13L17 7L21 11H18Z"></path>
</svg>
</div>
<h3 class="h3 about-card-title">High Quality Products</h3>
<p class="about-card-text">
Only the best materials and craftsmanship.
</p>
</div>
</li>
<li class="about-item">
<div class="about-card">
<div class="card-number">02</div>
<div class="card-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="40" height="40" fill="#fff">
<path
d="M22.0049 6.99979H23.0049V16.9998H22.0049V19.9998C22.0049 20.5521 21.5572 20.9998 21.0049 20.9998H3.00488C2.4526 20.9998 2.00488 20.5521 2.00488 19.9998V3.99979C2.00488 3.4475 2.4526 2.99979 3.00488 2.99979H21.0049C21.5572 2.99979 22.0049 3.4475 22.0049 3.99979V6.99979ZM20.0049 16.9998H14.0049C11.2435 16.9998 9.00488 14.7612 9.00488 11.9998C9.00488 9.23836 11.2435 6.99979 14.0049 6.99979H20.0049V4.99979H4.00488V18.9998H20.0049V16.9998ZM21.0049 14.9998V8.99979H14.0049C12.348 8.99979 11.0049 10.3429 11.0049 11.9998C11.0049 13.6566 12.348 14.9998 14.0049 14.9998H21.0049ZM14.0049 10.9998H17.0049V12.9998H14.0049V10.9998Z">
</path>
</svg>
</div>
<h3 class="h3 about-card-title">Affordable Pricing</h3>
<p class="about-card-text">
Competitive pricing without compromising on quality.
</p>
</div>
</li>
<li class="about-item">
<div class="about-card">
<div class="card-number">03</div>
<div class="card-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="40" height="40" fill="#fff">
<path
d="M5.32943 3.27152C6.56252 2.83314 7.9923 3.10743 8.97927 4.0944C9.96652 5.08165 10.2407 6.51196 9.80178 7.74529L20.6465 18.5901L18.5252 20.7114L7.67936 9.86703C6.44627 10.3054 5.01649 10.0311 4.02952 9.04415C3.04227 8.0569 2.7681 6.62659 3.20701 5.39326L5.44373 7.62994C6.02952 8.21572 6.97927 8.21572 7.56505 7.62994C8.15084 7.04415 8.15084 6.0944 7.56505 5.50862L5.32943 3.27152ZM15.6968 5.15506L18.8788 3.38729L20.293 4.80151L18.5252 7.98349L16.7574 8.33704L14.6361 10.4584L13.2219 9.04415L15.3432 6.92283L15.6968 5.15506ZM8.62572 12.9332L10.747 15.0546L5.79729 20.0043C5.2115 20.5901 4.26175 20.5901 3.67597 20.0043C3.12464 19.453 3.09221 18.5792 3.57867 17.99L3.67597 17.883L8.62572 12.9332Z">
</path>
</svg>
</div>
<h3 class="h3 about-card-title">Expert Support</h3>
<p class="about-card-text">
Professional advice and support from our pool specialists.
</p>
</div>
</li>
<li class="about-item">
<div class="about-card">
<div class="card-number">04</div>
<div class="card-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="40" height="40" fill="#fff">
<path
d="M8.96456 18C8.72194 19.6961 7.26324 21 5.5 21C3.73676 21 2.27806 19.6961 2.03544 18H1V6C1 5.44772 1.44772 5 2 5H16C16.5523 5 17 5.44772 17 6V8H20L23 12.0557V18H20.9646C20.7219 19.6961 19.2632 21 17.5 21C15.7368 21 14.2781 19.6961 14.0354 18H8.96456ZM15 7H3V15.0505C3.63526 14.4022 4.52066 14 5.5 14C6.8962 14 8.10145 14.8175 8.66318 16H14.3368C14.5045 15.647 14.7296 15.3264 15 15.0505V7ZM17 13H21V12.715L18.9917 10H17V13ZM17.5 19C18.1531 19 18.7087 18.5826 18.9146 18C18.9699 17.8436 19 17.6753 19 17.5C19 16.6716 18.3284 16 17.5 16C16.6716 16 16 16.6716 16 17.5C16 17.6753 16.0301 17.8436 16.0854 18C16.2913 18.5826 16.8469 19 17.5 19ZM7 17.5C7 16.6716 6.32843 16 5.5 16C4.67157 16 4 16.6716 4 17.5C4 17.6753 4.03008 17.8436 4.08535 18C4.29127 18.5826 4.84689 19 5.5 19C6.15311 19 6.70873 18.5826 6.91465 18C6.96992 17.8436 7 17.6753 7 17.5Z">
</path>
</svg>
</div>
<h3 class="h3 about-card-title">Fast Shipping</h3>
<p class="about-card-text">
Quick delivery to get your pool up and running faster.
</p>
</div>
</li>
</ul>
</section>
</div>
</section>
<section class="py-5 about">
<div class="container">
<div class="about-banner">
<img loading="lazy" src="assets/img/cta.jpg" class="w-100" alt="">
</div>
<div class="about-content">
<h2 class="section__title itle">Our Values</h2>
<p class="about-text">
At AstraSlide, we take pride in offering only the highest quality swimming pool equipment, trusted by homeowners and
professionals alike.
</p>
<p class="about-text">
Over the years, our products have earned a reputation for their durability, performance, and
cutting-edge technology.
</p>
<p class="about-text">
Whether it's pumps, filters, heaters, or pool cleaning tools, our equipment is designed to
withstand the test of time and ensure that your pool remains in pristine condition.
</p>
<p class="about-text">
We meticulously source materials to
create solutions that not only meet industry standards but exceed customer expectations, providing long-lasting value
and peace of mind.
</p>
<ul class="stats-list">
<li class="stats-card">
<p class="h3 stats-title">73</p>
<p class="stats-text">Satisfied Clients</p>
</li>
<li class="stats-card">
<p class="h3 stats-title">258</p>
<p class="stats-text">Equipment Sold</p>
</li>
<li class="stats-card">
<p class="h3 stats-title">49</p>
<p class="stats-text">Deliveries </p>
</li>
</ul>
</div>
</div>
</section>
<section class="page__reviews reviews">
<div class="reviews__container">
<h2 class="reviews__title title">Loved by businesses, and individuals across the country.</h2>
<div class="reviews__items">
<div href="" class="reviews__item item-reviews">
<div class="item-reviews__text">
<p>Astraslide installed our pool with precision and care. The team was professional and efficient. Their equipment is
top-notch and reliable!</p>
</div>
<div class="item-reviews__author author-item-reviews">
<div class="author-item-reviews__avatar">
<img loading="lazy" src="assets/img/avatar.jpg" alt="avatar">
</div>
<div class="author-item-reviews__body">
<div class="author-item-reviews__name">Chudy</div>
<div class="author-item-reviews__location">Lagos, NG</div>
</div>
</div>
</div>
<div href="#" class="reviews__item item-reviews">
<div class="item-reviews__text">
<p>Our pool looks amazing thanks to Astraslide. The service was quick, and the quality of their products exceeded our
expectations. Highly recommend.</p>
</div>
<div class="item-reviews__author author-item-reviews">
<div class="author-item-reviews__avatar">
<img loading="lazy" src="assets/img/avatar1.jpg" alt="avatar1">
</div>
<div class="author-item-reviews__body">
<div class="author-item-reviews__name">Jeff</div>
<div class="author-item-reviews__location">Abuja, NG</div>
</div>
</div>
</div>
<div href="#" class="reviews__item item-reviews">
<div class="item-reviews__text">
<p>Astraslide made the entire process easy and stress-free. The construction is flawless, and the equipment works
perfectly. Fantastic service all around!</p>
</div>
<div class="item-reviews__author author-item-reviews">
<div class="author-item-reviews__avatar">
<img loading="lazy" src="assets/img/avatar2.jpg" alt="avatar2">
</div>
<div class="author-item-reviews__body">
<div class="author-item-reviews__name">Chibuikem</div>
<div class="author-item-reviews__location">Port Hacourt, NG</div>
</div>
</div>
</div>
</div>
<div class="reviews__footer footer-reviews">
<div class="footer-reviews__partners partners-footer-reviews">
<div class="partners-footer-reviews__item">
<img loading="lazy" src="" alt="partner">
</div>
<div class="partners-footer-reviews__item">
<img loading="lazy" src="" alt="partner">
</div>
<div class="partners-footer-reviews__item">
<img loading="lazy" src="" alt="partner">
</div>
<div class="partners-footer-reviews__item">
<img loading="lazy" src="" alt="partner">
</div>
<div class="partners-footer-reviews__item">
<img loading="lazy" src="" alt="partner">
</div>
</div>
<div class="footer-reviews__info">
Give us a Call (+234) 816 599 8426 and we can set you up, or
<a href="contact-us.html">send us a message.</a>
</div>
</div>
</div>
</section>
<section class="project container">
<div class="project__bg">
<div class="project__container grid-1">
<div class="project__data">
<br>
<a href="/" class="nav__logo">
ASTRA<span class="line">SLIDE</span>
<img src="assets/img/image.png" alt="">
</a>
<br>
<br>
<h2 class="project__description">Get exclusive pool tips and special offers!</h2>
</div>
<section class="page__subscribe subscribe">
<div class="subscribe__container">
<div class="subscribe__header">
<!-- m -->
</div>
<form action="" name="newsletter" method="post" class="subscribe__form form-subscribe">
<div class="form-subscribe__content">
<input type="email" name="Email" id="email" placeholder="Your email address"
class="form-subscribe__input" required>
</div>
<button type="submit" class="form-subscribe__button">Begin Today</button>
</form>
<center>
<span id="msg"></span>
</center>
</div>
</section>
</div>
</div>
</section>
<br>
<br>
<br>
<section class="">
<ul class="about-lists">
<img src="assets/img/guitar.jpg" alt="">
<img src="assets/img/landing.jpg" alt="">
<img src="assets/img/landingg.jpg" alt="">
</ul>
</section>
<footer class="footer">
<div class="container">
<div class="section__container footer__container">
<div class="footer__col">
<h3><span>Your Partner in Pool Solutions</span></h3>
<!-- <a href="/" class="nav__logo">
ASTRA<span class="line">SLIDE</span>
<img src="assets/img/image.png" alt="">
</a> -->
<!-- <br> -->
<!-- <br> -->
<p class="">
Thank you for choosing Astraslide! We're dedicated to keeping your pool beautiful and your
satisfaction guaranteed.
<i class="ri-heart-fill"></i>
</p>
</div>
<div class="footer__col ql">
<h4>Quick Links</h4>
<p><a href="index.html"><i class="ri-home-office-line"></i> Home</a></p>
<p><a href="about-astraslide.html"><i class="ri-team-line"></i> Company</a></p>
<p><a href="products.html"><i class="ri-gallery-upload-line"></i> Products</a></p>
<p><a href="gallery.html"><i class="ri-image-line"></i> Gallery</a></p>
<p><a href="contact-us.html"><i class="ri-chat-smile-3-line"></i> Contact Us</a></p>
</div>
<div class="footer__col ql">
<h4>Follow Us</h4>
<p><a target="_blank" href=""><i class="ri-whatsapp-line"></i> Whatsapp</a></p>
<p><a target="_blank" href="https://www.facebook.com/share/FzE5avnzGVub8ePc/?mibextid=LQQJ4d"><i class="ri-facebook-fill"></i> Facebook</a></p>
<p><a target="_blank" href="https://www.instagram.com/astraslide"><i class="ri-instagram-line"></i> Instagram</a></p>
<p><a target="_blank" href="https://www.x.com/@astraslide"><i class="ri-twitter-x-line"></i> X/Twitter</a></p>
</div>
<div class="footer__col ql">
<h4>Get In Touch</h4>
<p><a href="mailto:[email protected] "><i class="ri-mail-line"></i> [email protected] </a></p>
<p><a href="tel:+2348165998426"><i class="ri-phone-line"></i> (+234) 816 599 8426</a></p>
<p><i class="ri-map-pin-2-line"></i> Suite 47-50 Divine Plaza Extension, Odunade.</p>
<p><i class="ri-map-pin-2-line"></i>Building materials market, Coker, Orile, Iganmu Lagos.</p>
<p><i class="ri-time-line"></i> Office Hours: Monday to Friday 9:00 AM - 5:00 PM</p>
</div>
</div>
</div>
<div class="footer__bar">
<div class="footer__bar__content">
<p>Copyright ©
<script type="text/javascript">document.write(new Date().getFullYear());</script>
Astraslide. All rights reserved.
</p>
<p><a href="https://ceo-dev.vercel.app" class="dev"><i class="ri-code-line"></i> by Chibuikem</a></p>
</div>
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<!-- <script src="assets/js/landing.js"></script> -->
<script src="assets/js/main.js"></script>
</body>
</html>