forked from AbhiPatel10/AISKCON-CONSTRUCTION
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
731 lines (707 loc) · 26.7 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
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
<!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="stylesheet" href="./css/style.css" />
<title>AISKCON-Construction</title>
<script
src="https://kit.fontawesome.com/280f5d0d38.js"
crossorigin="anonymous"
></script>
<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=Roboto&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- Navbar Section Started -->
<nav class="navBar1">
<div class="fullNav">
<div id="logo">
<img src="./img/logo/navLogo.png" alt="AISKCON-Construction" />
</div>
<ul class="list1">
<li id="home"><a href="/">Home</a></li>
<li id="services">
<div>
<pre><a href="./ServiceSection">Services</a> <i class="fas fa-chevron-circle-down"></i></pre>
</div>
<div class="drop1">
<div class="empty"></div>
<div class="non-empty">
<ul>
<li><a href="#">Interior Designing</a></li>
<li><a href="#">Construction Management</a></li>
<li><a href="#">Consultancy Services</a></li>
<li><a href="#">Environmental Services</a></li>
<li><a href="#">Retrofication</a></li>
<li><a href="#">Destructive & NDT Testing</a></li>
</ul>
</div>
</div>
</li>
<li id="repair">
<div>
<pre><a href="./repair">Repairs</a> <i class="fas fa-chevron-circle-down"></i></pre>
</div>
<div class="drop2">
<div class="empty"></div>
<div class="non-empty">
<ul>
<li><a href="#">Home Repairs</a></li>
<li><a href="#">Kitchen Repairs</a></li>
<li><a href="#">Bathroom Repair</a></li>
<li><a href="#">Furniture Repair</a></li>
<li><a href="#">Plumbing & Pipes</a></li>
<li><a href="#">Appliance Repairs</a></li>
</ul>
</div>
</div>
</li>
<li><a href="./aboutUs">About</a></li>
<li><a href="./contact">Contact</a></li>
<li></li>
</ul>
<div id="bt2">
<button><i class="fa-solid fa-bars"></i></button>
</div>
</div>
</nav>
<div id="mobNavParent">
<nav class="navBar2 navOpen">
<ul class="list2">
<li><a href="/">Home</a></li>
<li>
<div id="services2">
<pre><a href="./ServiceSection">Services </a> <i id="ser" class="fas fa-chevron-circle-down"></i></pre>
</div>
<div class="drop3">
<div class="empty"></div>
<div>
<ul>
<li><a href="#">Interior Designing</a></li>
<li><a href="#">Construction Management</a></li>
<li><a href="#">Consultancy Services</a></li>
<li><a href="#">Environmental Services</a></li>
<li><a href="#">Retrofication</a></li>
<li><a href="#">Destructive & NDT Testing</a></li>
</ul>
</div>
</div>
</li>
<li>
<div id="repair2">
<pre><a href="./repair">Repairs </a> <i id="rep" class="fas fa-chevron-circle-down"></i></pre>
</div>
<div class="drop4">
<div class="empty"></div>
<div>
<ul>
<li><a href="#">Home Repairs</a></li>
<li><a href="#">Kitchen Repairs</a></li>
<li><a href="#">Bathroom Repair</a></li>
<li><a href="#">Furniture Repair</a></li>
<li><a href="#">Plumbing & Pipes</a></li>
<li><a href="#">Appliance Repairs</a></li>
</ul>
</div>
</div>
</li>
<li><a href="./aboutUs">About</a></li>
<li><a href="./contact">Contact</a></li>
</ul>
</nav>
</div>
<!-- Navbar Section Finished -->
<!-- Hero Section Start -->
<!-- <div id="particles-js"></div>
<div class="count-particles">
<span class="js-count-particles">--</span>
</div> -->
<section class="hero-main">
<div class="hero-main-container">
<div class="hero-content">
<h1>
Transforming <br />The Built<br />
World
</h1>
<p>
"Quality is never an accident. <br />It is always the result of
Intelligent effort." - John Ruskin
</p>
<button>Book Us</button>
</div>
<div class="hero-img">
<img src="./img/vectors/hero.gif" alt="" srcset="" />
</div>
</div>
</section>
<!-- Hero Section End -->
<!-- FEATURED WORK STARTS -->
<div class="feature-box">
<h1 class="heading-featurebox">Featured Work</h1>
<div class="work-gallery">
<div class="imagegallery">
<img src="/img/bg/hotel.jpg" />
<div class="image-text1">
<p>Hotel Construction</p>
</div>
</div>
<div class="imagegallery">
<img src="/img/bg/houseconstruction.jpg" />
<div class="image-text1">
<p>House Construction</p>
</div>
</div>
<div class="imagegallery">
<img src="/img/bg/hospital.jpg" />
<div class="image-text1">
<p>HealthCare</p>
</div>
</div>
<div class="imagegallery">
<img src="/img/bg/falts.jpg" />
<div class="image-text1">
<p>Flats</p>
</div>
</div>
<div class="imagegallery">
<img src="/img/bg/school.jpg" />
<div class="image-text1">
<p>School Construction</p>
</div>
</div>
<div class="imagegallery">
<img src="/img/bg/roads.jpg" />
<div class="image-text1">
<p>Road Construction</p>
</div>
</div>
</div>
</div>
<!-- FEATURED WORK ENDS -->
<!-- BUILD WITH QYALITY SECTION -->
<div class="container-buildquality">
<div class="content-quality">
<img
class="image-quality"
src="./img/vectors/build-with-quality.jpg"
alt="Image- build-with-quality"
/>
<div class="text-qualitymaterial">
<h1>Build With Quality Materials</h1>
<p>
Every project we work on we always use selected materials to give
good quality to the building and that's what many of our customers
feel after working with us, their buildings are more sturdy and
durable.
</p>
<div>
<div class="button-container">
<button class="button-material">See Material</button>
</div>
</div>
</div>
</div>
</div>
<!-- BUILD WITH QUALITY ENDS -->
<!-- Talk with Experts Section starts -->
<section class="container-expert">
<div class="content-1">
<img
class="image-1"
src="/img/vectors/customer-support.png"
alt="Image-Talk with expert person"
/>
<div class="text-contact">
<h1>Contact With Our Experts</h1>
<p>
Book your appointment to talk to our experts who will assist you
with all your doubts regarding our services.
</p>
<div>
<div class="button-container">
<button class="button-1">
<i class="fa fa-phone"></i> Contact
</button>
<button
class="button-1"
id="form-open"
onclick="window.location.href = '/slotBooking/form.html';"
>
<i class="fa fa-calendar"></i> Book Us
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Talk with Experts Section ends -->
<!-- General Info Section Start -->
<section class="general-info">
<div class="general-info-row">
<div class="general-info-card">
<div>
<div class="general-info-icon">
<i class="fa-regular fa-clock"></i>
</div>
<div class="general-info-content">
<h1>8350</h1>
<p>Hours of Work</p>
</div>
</div>
</div>
<div class="general-info-card">
<div>
<div class="general-info-icon">
<i class="fa-regular fa-file-lines"></i>
</div>
<div class="general-info-content">
<h1>240</h1>
<p>Projects Completed</p>
</div>
</div>
</div>
<div class="general-info-card">
<div>
<div class="general-info-icon">
<i class="fa-regular fa-comment"></i>
</div>
<div class="general-info-content">
<h1>120</h1>
<p>Projects Completed</p>
</div>
</div>
</div>
<div class="general-info-card">
<div>
<div class="general-info-icon">
<i class="fa-solid fa-award"></i>
</div>
<div class="general-info-content">
<h1>10</h1>
<p>Awards Winning</p>
</div>
</div>
</div>
</div>
</section>
<!-- General Info Section Finieshed -->
<!-- Why Choose us Section Started -->
<section class="whyChooseUs-section">
<div class="whychooseus-overlay">
<div class="whychooseus-container">
<div class="whychooseus-row">
<div class="whychooseus-coloumn">
<h2>Why Choose us?</h2>
<hr />
<br />
</div>
</div>
<div class="whychooseus-row">
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>Professional Staff</h3>
<p>
Our staff members are experts in their respective fields and
are committed to providing exceptional service to our clients.
</p>
</div>
</div>
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>Save Time and Money</h3>
<p>
We understand that your time is valuable, which is why we
offer efficient and convenient solutions that can streamline
your daily tasks.
</p>
</div>
</div>
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>Detailed Estimated</h3>
<p>
We provide comprehensive breakdowns of costs and expenses
associated with our products and services.
</p>
</div>
</div>
</div>
<div class="whychooseus-row">
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>On Time Completion</h3>
<p>
With our commitment to on-time completion, you can be
confident that your projects and services will be delivered
promptly and to your satisfaction.
</p>
</div>
</div>
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>No Hidden Cost</h3>
<p>
Honesty and clarity are crucial when it comes to pricing, and
we strive to ensure that our customers are fully informed of
all costs associated with our services.
</p>
</div>
</div>
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>Zero Complaints</h3>
<p>
Our commitment to quality and customer satisfaction is
reflected in our track record of zero complaints.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Why Choose Us Section Finished -->
<!-- Testimonials Start -->
<section class="testimonials">
<div style="display: flex; justify-content: center; align-items: center">
<div class="testinomial-header">
<h1>Our Clients Say!</h1>
<p>
Our customer satisfaction is our top priority. To do this, we pay
attention to your concerns, difficulties, and ambitions and
concentrate our efforts to ensure that we offer a high-quality
building, on time and within budget, taking into account your most
crucial aims.
</p>
</div>
</div>
<div class="testinomial-container">
<div class="testinomial-card" id="testinomial-card-1">
<div class="testinomial-card-head">
<img src="/img/vectors/user.jpg" alt="img" />
<div style="line-height: 1.4; font-size: 0.9rem">
<h3>Kartikay Asija</h3>
<p><a href="http://">@kartikay123</a></p>
</div>
</div>
<p>
As somebody who has pretty much tried all new age banks/fintechs, I
can certainly say it’s @sliceit_ that has hit it out of the park.
Great job. When you build a great product, your customers become
your ambassadors. As somebody who has pretty much tried all new age
banks/fintechs, I can certainly say it’s @sliceit_ that has hit it
out of the park.
</p>
</div>
<div class="testinomial-card" id="testinomial-card-2">
<div class="testinomial-card-head">
<img src="/img/vectors/user.jpg" alt="img" />
<div style="line-height: 1.4; font-size: 0.9rem">
<h3>Kartikay Asija</h3>
<p><a href="http://">@kartikay123</a></p>
</div>
</div>
<p>
As somebody who has pretty much tried all new age banks/fintechs, I
can certainly say it’s @sliceit_ that has hit it out of the park.
Great job. When you build a great product, your customers become
your ambassadors.
</p>
</div>
<div class="testinomial-card">
<div class="testinomial-card-head">
<img src="/img/vectors/user.jpg" alt="img" />
<div style="line-height: 1.4; font-size: 0.9rem">
<h3>Kartikay Asija</h3>
<p><a href="http://">@kartikay123</a></p>
</div>
</div>
<p>
As somebody who has pretty much tried all new age banks/fintechs,
</p>
</div>
<div class="testinomial-card">
<div class="testinomial-card-head">
<img src="/img/vectors/user.jpg" alt="img" />
<div style="line-height: 1.4; font-size: 0.9rem">
<h3>Kartikay Asija</h3>
<p><a href="http://">@kartikay123</a></p>
</div>
</div>
<p>
As somebody who has pretty much tried all new age banks/fintechs,
</p>
</div>
<div class="testinomial-card" id="testinomial-card-5">
<div class="testinomial-card-head">
<img src="/img/vectors/user.jpg" alt="img" />
<div style="line-height: 1.4; font-size: 0.9rem">
<h3>Kartikay Asija</h3>
<p><a href="http://">@kartikay123</a></p>
</div>
</div>
<p>
As somebody who has pretty much tried all new age banks/fintechs, I
can certainly say it’s @sliceit_ that has hit it out of the park.
Great job. When you build a great product, your customers become
your ambassadors.
</p>
</div>
</div>
</section>
<!-- Testimonials End -->
<!-- FAQ starts -->
<section class="faq">
<div class="faq-heading">
<h1>FAQs</h1>
</div>
<div class="faq-content">
<div class="faq-block">
<div class="faq-question">
<h2>1. Why do I need an interior designer?</h2>
<i class="fa-solid fa-plus fa-xl"></i>
</div>
<div class="faq-answer">
<p>
You can think of an interior designer as a film director. Their
job is to monitor every minute detail from start to the final cut.
From pre-production to the final edit, their perspective is
responsible for shaping the final product. Similarly, interior
designers are professionals who are able to gauge your needs and
tastes to deliver your dream home. They assist you in getting
custom-designed pieces that fit perfectly into your beautiful
vision. From raw materials to finished products, they take care of
everything!
</p>
</div>
</div>
<div class="faq-block">
<div class="faq-question">
<h2>2. Why is Aiskcon perfect for your design?</h2>
<i class="fa-solid fa-plus fa-xl"></i>
</div>
<div class="faq-answer">
<p>
Aiskcon is the perfect partner who can build your home interiors
just the way you want! Our design experts customize designs as per
your needs. They will listen to your ideas and suggest options. At
Livspace, we incorporate advanced technology into our modular
solutions to create flawless interiors and also to expedite the
process of making your dream home a reality. So, book your
consultation today with India's Most Trusted Home Interiors Brand,
Livspace and talk to our designers about your project.
</p>
</div>
</div>
<div class="faq-block">
<div class="faq-question">
<h2>3. What services are included under home interior design?</h2>
<i class="fa-solid fa-plus fa-xl"></i>
</div>
<div class="faq-answer">
<p>
You can think of an interior designer as a film director. Their
job is to monitor every minute detail from start to the final cut.
From pre-production to the final edit, their perspective is
responsible for shaping the final product. Similarly, interior
designers are professionals who are able to gauge your needs and
tastes to deliver your dream home. They assist you in getting
custom-designed pieces that fit perfectly into your beautiful
vision. From raw materials to finished products, they take care of
everything!
</p>
</div>
</div>
<div class="faq-block">
<div class="faq-question">
<h2>4. What will be the timelines for my project completion?</h2>
<i class="fa-solid fa-plus fa-xl"></i>
</div>
<div class="faq-answer">
<p>
You can think of an interior designer as a film director. Their
job is to monitor every minute detail from start to the final cut.
From pre-production to the final edit, their perspective is
responsible for shaping the final product. Similarly, interior
designers are professionals who are able to gauge your needs and
tastes to deliver your dream home. They assist you in getting
custom-designed pieces that fit perfectly into your beautiful
vision. From raw materials to finished products, they take care of
everything!
</p>
</div>
</div>
<div class="faq-block">
<div class="faq-question">
<h2>6. What are the trending interior design styles?</h2>
<i class="fa-solid fa-plus fa-xl"></i>
</div>
<div class="faq-answer">
<p>
You can think of an interior designer as a film director. Their
job is to monitor every minute detail from start to the final cut.
From pre-production to the final edit, their perspective is
responsible for shaping the final product. Similarly, interior
designers are professionals who are able to gauge your needs and
tastes to deliver your dream home. They assist you in getting
custom-designed pieces that fit perfectly into your beautiful
vision. From raw materials to finished products, they take care of
everything!
</p>
</div>
</div>
</div>
</section>
<!-- FAQ end -->
<!-- Hire Us Section Start -->
<section class="hireus">
<div class="hireus-box">
<div class="hireus-content">
<h1>Transform your living space into a work of Art!</h1>
<button>Hire us</button>
</div>
</div>
</section>
<!-- Hire Us Section End -->
<!-- Footer Section Started -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col footer-brand">
<div class="footer-logo">
<img src="/img/logo/aiskcon logo.png" alt="" srcset="" />
</div>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="footer-col service">
<h4>Services</h4>
<ul>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Interior Designing</a
>
</li>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Construction
Management</a
>
</li>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Seepage Analysis</a
>
</li>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Consultancy
Services</a
>
</li>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Environmental
Services</a
>
</li>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Retrofication</a
>
</li>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Destructive & NDT
Testing</a
>
</li>
</ul>
</div>
<div class="footer-col repair">
<h4>Repairs</h4>
<ul>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Home repairs</a
>
</li>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Kitchen repairs</a
>
</li>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Bathroom repair</a
>
</li>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Furniture repair</a
>
</li>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Plumbing & pipes</a
>
</li>
<li>
<a href="#"
><i class="fa-solid fa-angle-right"></i> Appliance repairs</a
>
</li>
</ul>
</div>
<div class="footer-col contact">
<h4>Contact</h4>
<ul>
<li>
<a href="#"><i class="fa-solid fa-house"></i> Address</a>
</li>
<li>
<a href="#"
><i class="fa-solid fa-envelope"></i>
>
</li>
<li>
<a href="#"><i class="fa-solid fa-phone"></i> +91-9636243488</a>
</li>
<li>
<a href="#"><i class="fa-solid fa-phone"></i> +91-9717010172</a>
</li>
<li>
<a href="#"><i class="fa-solid fa-phone"></i> +91-6306849492</a>
</li>
</ul>
</div>
</div>
<hr style="margin: 0 auto; width: 90%; margin-top: 10px" />
<div>
<div class="footer-copyright"></div>
</div>
</div>
</footer>
<!-- Footer Section Finished -->
<!-- <script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="http://threejs.org/examples/js/libs/stats.min.js"></script> -->
<script src="./js/main.js"></script>
</body>
</html>