-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
609 lines (583 loc) · 23.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- preload webfonts -->
<!-- build:replace '<link rel="preload" href="webfonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin="anonymous"/>' -->
<link
rel="preload"
href="/webfonts/fa-solid-900.woff2?t=1622233297850"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<!-- /build -->
<!-- build:replace '<link rel="preload" href="webfonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin="anonymous"/>' -->
<link
rel="preload"
href="/webfonts/fa-brands-400.woff2?t=1622233297850"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<!-- /build -->
<!-- build:replace '<link rel="preload" href="js/all.min.js" as="script">' -->
<link rel="preload" href="js/all.js?t=1622233297850" as="script" />
<!-- /build -->
<!-- build:replace '<link rel="preload" href="css/mainStyle.min.css" as="style" />' -->
<link rel="preload" href="css/mainStyle.css?t=1622233297850" as="style" />
<!-- /build -->
<!-- build:replace '<link href="css/mainStyle.min.css" rel="stylesheet" />' -->
<link href="css/mainStyle.css?t=1622233297850" rel="stylesheet" />
<!-- /build -->
<title>Lights | A Professional Electrical Service</title>
</head>
<body>
<!-- header -->
<header class="header">
<div class="container">
<div
class="row align-items-center flex-md-row flex-column justify-content-md-between justify-content-center"
>
<div class="col-md-6 col-auto">
<a href="/">
<img
src="images/ligths_logo-tranparent.png"
alt="lights logo"
class="header__logo img-fluid"
width="172"
height="48"
/>
</a>
</div>
<div class="col-md-6 mt-4 mt-md-0">
<div
class="header__contact d-flex flex-lg-row align-items-center justify-content-lg-between flex-column text-center"
>
<p class="">$0 Call Out Fee</p>
<p class="header__info rounded-pill px-5 py-3 mb-lg-0 mt-sm-1">
<a aria-label="Call us now at this number!" href="tel:1500-000-000">1500 000 000</a>
</p>
</div>
</div>
</div>
</div>
</header>
<!-- header -->
<!-- hero -->
<section class="hero">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="hero__content">
<h1 class="hero__heading heading-1">Get Professional Electrical Service</h1>
<p class="hero__text my-5">
We offer professional Service, all kinds of lighting, lighting for indoor, outdoor,
emergency call us to get our services our lights team is so professional
</p>
<div class="hero__btns my-5">
<a
href="#"
type="button"
class="hero__btn mb-3 mb-md-0 rounded-pill btn btn-default btn-main mr-3"
>Save $50 Off Now</a
>
<a href="#" type="button" class="hero__btn rounded-pill btn btn-default btn-outline"
>Contact Us</a
>
</div>
<div class="hero__brands mx-auto">
<div class="hero__slider my-5">
<img
src="images/hero/logo_1-tranparent.png"
alt="lamp logo"
class="img-fluid"
width="127"
height="49"
/>
<img
src="images/hero/logo_2-tranparent.png"
alt="y light logo"
class="img-fluid"
width="128"
height="39"
/>
<img
src="images/hero/logo_3-tranparent.png"
alt="hkl logo"
class="img-fluid"
width="124"
height="29"
/>
<img
src="images/hero/logo_4-tranparent.png"
alt="lamp logo"
class="img-fluid"
width="125"
height="42"
/>
<img
src="images/hero/logo_2-tranparent.png"
alt="y light logo"
class="img-fluid"
width="128"
height="39"
/>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<picture>
<source type="image/webp" srcset="images/hero/save-270.webp" />
<source type="image/png" srcset="images/hero/save-270.png" />
<img
src="images/hero/save-270.png"
alt="want to save $50 get your lights from us"
class="hero__offer mx-auto d-block img-fluid"
width="724"
height="482"
loading="lazy"
/>
</picture>
</div>
</div>
</div>
</section>
<!-- hero -->
<!-- announcement -->
<section class="announcement text-center">
<div class="container">
<div class="row">
<div class="col-12">
<p class="announcement__text rounded-pill bg-white body-text--bold py-4 px-2">
<span class="rounded-pill d-md-inline d-block mr-md-4 px-3 py-2">COVID UPDATE </span
>We are still open and are doing our best to accommodate our customers.
</p>
</div>
<div class="col-12">
<p class="announcement__text text-white mt-5">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Possimus laborum voluptates
iste laudantium corporis in tempore obcaecati itaque, odit ea expedita nobis ad
delectus sit optio. Eos saepe odit eligendi in? Repellendus.
</p>
</div>
<div class="col-12">
<p class="announcement__hint font-italic mt-5">
Lorem ipsum, dolor sit amet consectetur adipisicing elit Debitis dignissimos quam
pariatur alias, quisquam.
</p>
</div>
</div>
</div>
</section>
<!-- announcement -->
<!-- about -->
<section class="about text-center text-lg-left">
<div class="container">
<div class="about__item">
<div class="row align-items-md-center">
<div class="col-lg-7">
<h2 class="about__heading heading-2--bold">Lighting for your kitchen.</h2>
<p class="about__text">
<span class="font-weight-bolder">Lorem ipsum dolor sit amet consectetur</span>
<br />
<br />
Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident, quasi? Adipisci
at exercitationem ea ipsa atque ullam laudantium a nobis maxime doloribus quisquam
nulla neque, delectus numquam laborum. Impedit eos enim odio eligendi, nihil dolores
alias aut modi sed architecto recusandae iusto perspiciatis, accusantium, voluptates
eius culpa! Harum eveniet cumque odit ex voluptatum aut ratione dolor. Velit fugit
fuga non animi similique architecto ratione ipsum dolor placeat. Aperiam, deleniti
voluptatem!
<br />
<br />
Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim totam eum nihil
reprehenderit tempore eaque placeat nemo. Quis assumenda perspiciatis dolorem
voluptas consequuntur totam. Illum deserunt nihil neque officia at sequi ratione
reprehenderit tempora vitae recusandae consectetur quos quibusdam veniam voluptas,
animi corrupti culpa alias incidunt. Commodi vitae culpa officiis.
</p>
</div>
<div class="col-lg-5">
<picture>
<source
media="(max-width: 599px)"
srcset="images/about/about__img1-400.webp"
type="image/webp"
/>
<source media="(min-width: 1001px)" srcset="images/about/about__img1-400.webp" />
<source media="(max-width: 599px)" srcset="images/about/about__img1-400.webp" />
<source media="(max-width: 1000px)" srcset="images/about/about__img1-690.webp" />
<img
width="929"
height="1043"
src="images/about/about__img1-400.png"
class="about__img d-block ml-auto img-fluid"
loading="lazy"
alt="kitchen"
/>
</picture>
</div>
</div>
</div>
<div class="about__item">
<div class="row flex-row-reverse align-items-md-center">
<div class="col-lg-7">
<h2 class="about__heading heading-2--bold">External lights for outdoor</h2>
<p class="about__text">
<span class="font-weight-bolder">Lorem ipsum dolor sit amet consectetur</span>
<br />
<br />
Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident, quasi? Adipisci
at exercitationem ea ipsa atque ullam laudantium a nobis maxime doloribus quisquam
nulla neque, delectus numquam laborum. Impedit eos enim odio eligendi.
<br />
<br />
Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim totam eum nihil
reprehenderit tempore eaque placeat nemo. Quis assumenda perspiciatis dolorem
voluptas consequuntur totam. Illum deserunt nihil neque officia at sequi ratione
reprehenderit tempora vitae recusandae consectetur quos quibusdam veniam voluptas,
animi corrupti culpa alias incidunt. Commodi vitae culpa officiis.
</p>
</div>
<div class="col-lg-5">
<picture>
<source
media="(max-width: 599px)"
srcset="images/about/about__img2-400.webp"
type="image/webp"
/>
<source media="(min-width: 1001px)" srcset="images/about/about__img2-400.webp" />
<source media="(max-width: 599px)" srcset="images/about/about__img2-400.webp" />
<source media="(max-width: 1000px)" srcset="images/about/about__img2-690.webp" />
<img
width="929"
height="1043"
src="images/about/about__img2-400.png"
class="about__img d-block ml-auto img-fluid"
loading="lazy"
alt="kitchen"
/>
</picture>
</div>
</div>
</div>
</div>
</section>
<!-- about -->
<!-- products -->
<section class="products text-center text-lg-left">
<div class="container">
<h2 class="products__heading heading-2--bold">Get Our Lifetime Guarantee Products</h2>
<p class="products__text body-text--med">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Eligendi repellat, molestias id
excepturi unde doloribus deleniti atque dolore maiores, blanditiis minus veritatis quis
autem.
</p>
<div class="products__wrapper">
<div class="products__slider">
<div class="products__item">
<picture>
<source
media="(max-width: 1000px)"
srcset="images/products/i1-250.webp"
type="image/webp"
/>
<source media="(min-width: 1001px)" srcset="images/products/i1-400.webp" />
<source media="(max-width: 1000px)" srcset="images/products/i1-250.webp" />
<img
width="400"
height="385"
src="images/about/images/products/i1-400.png"
class="products__img img-fluid"
loading="lazy"
alt="wall lamp"
/>
</picture>
<div class="products__details">
<h3 class="products__heading-sub">wall lights</h3>
<a href="#contact" class="products__btn"
>Get wall lights today <i class="fas fa-arrow-right"></i
></a>
</div>
</div>
<div class="products__item">
<picture>
<source
media="(max-width: 1000px)"
srcset="images/products/i2-250.webp"
type="image/webp"
/>
<source media="(min-width: 1001px)" srcset="images/products/i2-400.webp" />
<source media="(max-width: 1000px)" srcset="images/products/i2-250.webp" />
<img
width="400"
height="385"
src="images/products/i2-400.png"
class="products__img img-fluid"
loading="lazy"
alt="led lights for kitchen"
/>
</picture>
<div class="products__details">
<h3 class="products__heading-sub">LED lights</h3>
<a href="#contact" class="products__btn"
>Get LED lights today <i class="fas fa-arrow-right"></i
></a>
</div>
</div>
<div class="products__item">
<picture>
<source
media="(max-width: 1000px)"
srcset="images/products/i4-250.webp"
type="image/webp"
/>
<source media="(min-width: 1001px)" srcset="images/products/i4-400.webp" />
<source media="(max-width: 1000px)" srcset="images/products/i4-250.webp" />
<img
width="400"
height="385"
src="images/products/i4-400.png"
class="products__img img-fluid"
loading="lazy"
alt="wall lamp"
/>
</picture>
<div class="products__details">
<h3 class="products__heading-sub">wall lights</h3>
<a href="#contact" class="products__btn"
>Get wall lights today <i class="fas fa-arrow-right"></i
></a>
</div>
</div>
<div class="products__item">
<picture>
<source
media="(max-width: 1000px)"
srcset="images/products/i3-250.webp"
type="image/webp"
/>
<source media="(min-width: 1001px)" srcset="images/products/i3-400.webp" />
<source media="(max-width: 1000px)" srcset="images/products/i3-250.webp" />
<img
width="400"
height="385"
src="images/products/i3-400.png"
class="products__img img-fluid"
loading="lazy"
alt="leds for metro"
/>
</picture>
<div class="products__details">
<h3 class="products__heading-sub">external lights</h3>
<a href="#contact" class="products__btn"
>Get external lights today <i class="fas fa-arrow-right"></i
></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- products -->
<!-- closing statement -->
<section class="closing text-center">
<div class="container">
<h2 class="closing__heading heading-2--bold mb-5">
Get Your Lights from Experts with over 10 Years’ Experience
</h2>
<p class="closing__text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptas libero ipsam enim
dolorem numquam reiciendis quod, id velit quae delectus dolorum, similique atque minima
harum, ut veritatis repudiandae. Incidunt, adipisci.
</p>
</div>
</section>
<!-- closing statement -->
<!-- contact -->
<section class="contact text-center text-lg-left" id="contact">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="row">
<div class="col-lg-7">
<h2 class="contact__heading heading-2--bold mb-4">
Book Now to Save $50 Off Your Service!
</h2>
</div>
<div class="col-lg-5">
<p class="contact__text">
Complete our online booking form below and we will get back to you as soon as
possible.
</p>
<p>
<a
aria-label="Call us now at this number!"
class="contact__info"
href="tel:1500-000-000"
>1500 000 000</a
>
</p>
</div>
</div>
<div class="contact__form">
<form>
<div class="row">
<div class="col-lg-6 mt-4">
<input
type="text"
class="contact__field form-control form-control-lg"
placeholder="Full Name"
aria-label="enter full name"
/>
</div>
<div class="col-lg-6 mt-4">
<input
type="tel"
class="contact__field form-control form-control-lg"
placeholder="Contact Number"
aria-label="enter Contact Number"
/>
</div>
<div class="col-lg-6 mt-4">
<input
type="email"
class="contact__field form-control form-control-lg"
placeholder="Email Address"
aria-label="enter Email Address"
/>
</div>
<div class="col-lg-6 mt-4">
<input
type="text"
class="contact__field form-control form-control-lg"
placeholder="Address"
aria-label="enter Address"
/>
</div>
<div class="col-lg-12 mt-4">
<textarea
class="contact__field form-control form-control-lg"
rows="4"
placeholder="Message"
aria-label="enter Message"
></textarea>
</div>
<div class="col-md-12">
<div class="row mt-5 align-items-center">
<div class="col-lg-4 col-md-auto mb-3">
<div class="custom-control switch custom-switch">
<input
type="checkbox"
class="switch-input custom-control-input"
id="customSwitch1"
/>
<label class="switch-label custom-control-label" for="customSwitch1"
>Lights Terms & Conditions*</label
>
</div>
</div>
<div class="col-md-auto">
<button type="submit" class="btn btn-default btn-main justify-self-center">
Get My Free Quote
</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- contact -->
<!-- footer -->
<footer class="footer">
<div class="container">
<div class="row border-top py-lg-5 py-md-4 py-3 justify-content-center align-items-center">
<div class="col-auto my-2">
© <span id="update_year"></span> Lights
<span class="footer__seperator px-2 px-sm-3">|</span> All Rights Reserved
</div>
<div class="col-auto my-2 footer__credits">
<i class="fab fa-cc-visa px-2 fa-3x"></i> <i class="fab fa-cc-mastercard fa-3x"></i>
</div>
<div class="col-auto my-2">
<a href="#"> Policies</a> <span class="footer__seperator px-2 px-sm-3">|</span>
<a href="#"> Terms & Conditions</a>
<span class="footer__seperator px-2 px-sm-3">|</span>
<a data-toggle="modal" href="#attributesModal" class="footer__attributes">Attributes</a>
</div>
</div>
</div>
</footer>
<!-- footer -->
<!-- build:replace '<script src="js/all.min.js" defer></script>' -->
<script src="js/all.js?t=1622233297850"></script>
<!-- /build -->
<!-- attributes modal -->
<div class="modal attribute-modal" tabindex="-1" id="attributesModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title">Attributes</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>
<a href="https://www.freepik.com/photos/background"
>Background photo created by tirachard - www.freepik.com</a
>
</p>
<p>
<a href="https://www.freepik.com/photos/technology"
>Technology photo created by evening_tao - www.freepik.com</a
>
</p>
<p>
<a href="https://www.freepik.com/photos/vintage"
>Vintage photo created by lifeforstock - www.freepik.com</a
>
</p>
<p>
<a href="https://www.freepik.com/photos/wood"
>Wood photo created by wirestock - www.freepik.com</a
>
</p>
<p>
<a href="https://www.freepik.com/photos/house"
>House photo created by wirestock - www.freepik.com</a
>
</p>
<p>
<a href="https://www.freepik.com/photos/design"
>Design photo created by wirestock - www.freepik.com</a
>
</p>
<p>
<a href="https://www.freepik.com/photos/background"
>Background photo created by topntp26 - www.freepik.com</a
>
</p>
<p>
<a href="https://www.freepik.com/photos/office"
>Office photo created by mdjaff - www.freepik.com</a
>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- attributes modal -->
</body>
</html>