forked from Technocrats-WT/SolarNova
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.html
More file actions
637 lines (577 loc) · 25.8 KB
/
products.html
File metadata and controls
637 lines (577 loc) · 25.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SOLARNOVA - Renewable Energy For All</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicon -->
<link href="./img/favicon (Logo).png" rel="icon">
<!-- Google Web Fonts -->
<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=Open+Sans:wght@400;500&family=Roboto:wght@500;700;900&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<style>
/* footer cta styling starts */
.calc_calc h4{
text-transform: uppercase;
font-size: 15px;
}
.calc_calc{
padding:10px 5px;
}
.container_calc{
position: relative;
border: 3px solid #ef800d;
border-radius: 25px;
padding: 10px 0;
margin: 20px auto;
width: 50vw;
align-self: center;
z-index: 2;
margin-bottom: -130px;
text-align: center;
background-color: #f5f6f7;
}
.plan_btn{
height: 40px;
width: 150px;
background-color: #024697;
color: #fff;
border: none;
border-radius: 5px;
font-size: 14px;
cursor: pointer;
transition: background-color 0.2s;
}
.plan_btn:hover{
background-color: #02254e;
}
.plan_btn:active{
opacity: 0.7;
}
body{
overflow-x: hidden;
}
/* footer cta styling ends */
</style>
</head>
<body>
<!-- Spinner Start -->
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-border text-primary" style="width: 3rem; height: 3rem;" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<!-- Spinner End -->
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg bg-white navbar-light sticky-top p-0">
<a href="index.html" class="navbar-brand d-flex align-items-center border-end px-4 px-lg-5">
<img class="logo" src="./img/SOLARNOVA (1).svg" alt="logo" width="200px">
</a>
<button type="button" class="navbar-toggler me-4" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto p-4 p-lg-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="products.html" class="nav-item nav-link">Products</a>
<a href="blog.html" class="nav-item nav-link">Blog</a>
<a href="about.html" class="nav-item nav-link">About</a>
</div>
<a href="quote.html" class="btn btn-primary rounded-0 py-4 px-lg-5 d-none d-lg-block">Calculate Load<i class="fa fa-arrow-right ms-3"></i></a>
</div>
</nav>
<!-- Navbar End -->
<!-- Page Header Start -->
<div class="container-fluid page-header py-5 mb-5">
<div class="container py-5">
<h1 class="display-3 text-white mb-3 animated slideInDown">Products</h1>
<!-- <nav aria-label="breadcrumb animated slideInDown">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a class="text-white" href="#">Home</a>
</li>
<li class="breadcrumb-item">
<a class="text-white" href="#">Pages</a>
</li>
<li class="breadcrumb-item text-white active" aria-current="page">
Services
</li>
</ol>
</nav> -->
</div>
</div>
<!-- Page Header End -->
<!-- Service Start -->
<div class="container-xxl py-5">
<div class="container">
<div
class="text-center mx-auto mb-5 wow fadeInUp"
data-wow-delay="0.1s"
style="max-width: 600px"
>
<h6 class="text-primary">Our Products Gallery</h6>
<h1 class="mb-4">SolarNova Products</h1>
</div>
<div class="row g-4">
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded overflow-hidden">
<img class="img-fluid" src="img//p4.png" alt="" />
<div class="position-relative p-4 pt-0">
<h4 class="mb-3">ECO-WORTHY 1200W Complete Solar Panel</h4>
<p>
ECO-WORTHY 1200W Complete Solar Panel Kit with 2.4KWh Battery Pack and MPPT Hybrid Charger Inverter for Homes House Shed Farm.
</p>
<div class="col text-center">
<a href="financing.html">
<button class="btn btn-primary"><i class="fa fa-shopping-cart"></i> BUY NOW</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded overflow-hidden">
<img class="img-fluid" src="img/p3.png" alt="" />
<div class="position-relative p-4 pt-0">
<h4 class="mb-3"> 10KW Solar Power System</h4>
<p>
10KW Solar Power System
1PCS * PV1100 Plus Solar Inverter;
1PCS * 12V 200AH Deep Cycle Gel Battery;
4PCS * 200W 36V Mono Solar Panels.
</p>
<div class="col text-center">
<a href="financing.html">
<button class="btn btn-primary"><i class="fa fa-shopping-cart"></i> BUY NOW</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded overflow-hidden">
<img class="img-fluid" src="./img/image (2).jpg" alt="" />
<div class="position-relative p-4 pt-0">
<h4 class="mb-3"> WiFi PTZ Camera Outdoor Wireless Solar IP Camera 1080P HD</h4>
<p>
Built-in Battery Video Surveillance Camera Long Time Standby iCsee APP
AI Functions
Human Detection
Shell Material
Plastic
Color Night Vision
YES
Operating Temperature
-20~50.
</p>
<div class="col text-center">
<a href="financing.html">
<button class="btn btn-primary"><i class="fa fa-shopping-cart"></i> BUY NOW</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded overflow-hidden">
<img class="img-fluid" src="img//solar3.png" alt="" />
<div class="position-relative p-4 pt-0">
<h4 class="mb-3">SG1210W Series Solar Lighting</h4>
<p>
SG1210W Series Solar Lighting with Solar Panel: 10W/18V With 6m’s cable & Foothold;
Battery: 12V-7Ah Lead Acid Battery;
LED Bulb: 12V-3W x 2pcs, E27, 4m’s cable with Switch & Socket;
MP3 and Radio function.
</p>
<div class="col text-center">
<a href="financing.html">
<button class="btn btn-primary"><i class="fa fa-shopping-cart"></i> BUY NOW</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded overflow-hidden">
<img class="img-fluid" src="img/pc.png" alt="" />
<div class="position-relative p-4 pt-0">
<h4 class="mb-3">4W Solar Panel Waterproof Built-in Battery</h4>
<p>
4W Solar Panel Waterproof Built-in Battery Outdoor Charger USB Tpye C DC5V DC12V Powered Timer WIFI Camera Or 4G Router Fan Kit.
</p>
<div class="col text-center">
<a href="financing.html">
<button class="btn btn-primary"><i class="fa fa-shopping-cart"></i> BUY NOW</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded overflow-hidden">
<img class="img-fluid" src="img//img-18.jpeg" alt="" />
<div class="position-relative p-4 pt-0">
<h4 class="mb-3">Solar Lights Outdoor,LED Solar Motion</h4>
<p>
264 LED Solar Lights Outdoor 2500LM Waterproof Motion Sensor Security Lamp 2Pack.
</p>
<div class="col text-center">
<a href="financing.html">
<button class="btn btn-primary"><i class="fa fa-shopping-cart"></i> BUY NOW</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded overflow-hidden">
<img class="img-fluid" src="img/pa.png" alt="" />
<div class="position-relative p-4 pt-0">
<h4 class="mb-3">4 Inches Stainless Steel DC Solar Water Pump</h4>
<p>
4 Inches Stainless Steel DC Solar Water Pump for irrigation Specification
Model
4SPC12/45-D60/1750
Power (W)
750
Voltage range (V)
30-80
Solar panels (optional)
Mono-crystalline, 275W, Uoc=30V, 4PCS
Cable length with pump (m)
2
Qmax (m3/h)
12
Hmax (m)
45.
</p>
<div class="col text-center">
<a href="financing.html">
<button class="btn btn-primary"><i class="fa fa-shopping-cart"></i> BUY NOW</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item rounded overflow-hidden">
<img class="img-fluid" src="./img/500-liter-ETC-solar-water-heater.jpg" alt="" />
<div class="position-relative p-4 pt-0">
<h4 class="mb-3">500 Liter Solar Water Heater</h4>
<p>
An Affordable Evacuated Tube Collector (ETC) Solar Panel Water Heater with Size of Tubes 1800mm X 58mm No. of Tubes 50 nos. Hot Water Tank SS-304 0.7mm Tank Insulation 50 mm PUF Outer Tank GI Power Coated.
</p>
<div class="col text-center">
<a href="financing.html">
<button class="btn btn-primary"><i class="fa fa-shopping-cart"></i> BUY NOW</button>
</a>
</div>
</div>
</div>
<!-- ADDING 3 MORE PRODUCTS -->
<!-- ADDING 3 MORE PRODUCTS ENDS HERE -->
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-delay="0.5s">
<div class="service-item rounded overflow-hidden">
<img class="img-fluid" src="img/pumpsolar2.jpg" alt="" />
<div class="position-relative p-4 pt-0">
<h4 class="mb-3">Solar water pump, 72V DC, 62 FT, 136 GPM</h4>
<p>
VEVOR 72V Solar Powered Pool Pump 1.6HP 136 GPM Water Pump w/ MPPT Controller with Model: JP31-19/1200 Power: 1200W Voltage: 72V DC Max Flow: 136GPM Max Head: 62 ft/18.8 m Inlet/Outlet Size: 2.3 in/60 mm Dimension: 24.8x5.5x17.5 in/63x14x44.5 cm Weight: 55 lbs/25 kg.
</p>
<div class="col text-center">
<a href="financing.html">
<a href="financing.html">
<button class="btn btn-primary"><i class="fa fa-shopping-cart"></i> BUY NOW</button>
</a>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Service End -->
<br>
<!--Gallery items -->
<!-- <h2 style="text-align:center">Slideshow Gallery</h2>
<div class="container">
<div class="mySlides">
<div class="numbertext">1 / 6</div>
<img src="img/Concentrated-solar-power.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">2 / 6</div>
<img src="img/gallery-1.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">3 / 6</div>
<img src="img/gallery-5.jpg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">4 / 6</div>
<img src="img/img-14.jpeg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">5 / 6</div>
<img src="img/img-15.jpeg" style="width:100%">
</div>
<div class="mySlides">
<div class="numbertext">6 / 6</div>
<img src="img/img-16.jpeg" style="width:100%">
</div>
<a class="prev" onclick="plusSlides(-1)">𘛾</a>
<a class="next" onclick="plusSlides(1)">𘛿</a>
<div class="caption-container">
<p id="caption"></p>
</div>
<div class="row">
<div class="column">
<img class="demo cursor" src="img/img-11.jpeg" style="width:100%" onclick="currentSlide(1)" alt="pumpimg water">
</div>
<div class="column">
<img class="demo cursor" src="img/img-12.jpeg" style="width:100%" onclick="currentSlide(2)" alt="Irrigation">
</div>
<div class="column">
<img class="demo cursor" src="img/img-13.jpeg" style="width:100%" onclick="currentSlide(3)" alt="Lighting">
</div>
<div class="column">
<img class="demo cursor" src="img/img-14.jpeg" style="width:100%" onclick="currentSlide(4)" alt="Accessories">
</div>
<div class="column">
<img class="demo cursor" src="img/img-15.jpeg" style="width:100%" onclick="currentSlide(5)" alt="Outdoor lighting">
</div>
<div class="column">
<img class="demo cursor" src="img/img-16.jpeg" style="width:100%" onclick="currentSlide(6)" alt="commercial uses">
</div>
</div>
</div> -->
<script>
let slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
let i;
let slides = document.getElementsByClassName("mySlides");
let dots = document.getElementsByClassName("demo");
let captionText = document.getElementById("caption");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
captionText.innerHTML = dots[slideIndex-1].alt;
}
</script>
<!-- Feature Start -->
<div class="container-fluid bg-light overflow-hidden my-5 px-lg-0">
<div class="container feature px-lg-0">
<div class="row g-0 mx-lg-0">
<div
class="col-lg-6 feature-text py-5 wow fadeIn"
data-wow-delay="0.1s"
>
<div class="p-lg-5 ps-lg-0">
<h6 class="text-primary">Why Choose Us!</h6>
<h1 class="mb-4">
Our singular aim is to unlock sustainability in our communities
</h1>
<p class="mb-4 pb-2">
We focus on renewable energy technologies and best practices in
delivering services that chart a path for communities,
businesses and citizens to net carbon neutrality.
</p>
<div class="row g-4">
<div class="col-6">
<div class="d-flex align-items-center">
<div class="btn-lg-square bg-primary rounded-circle">
<i class="fa fa-check text-white"></i>
</div>
<div class="ms-4">
<p class="mb-0">Quality</p>
<h5 class="mb-0">Services/Products</h5>
</div>
</div>
</div>
<div class="col-6">
<div class="d-flex align-items-center">
<div class="btn-lg-square bg-primary rounded-circle">
<i class="fa fa-user-check text-white"></i>
</div>
<div class="ms-4">
<p class="mb-0">Expert</p>
<h5 class="mb-0">Workers</h5>
</div>
</div>
</div>
<div class="col-6">
<div class="d-flex align-items-center">
<div class="btn-lg-square bg-primary rounded-circle">
<i class="fa fa-drafting-compass text-white"></i>
</div>
<div class="ms-4">
<p class="mb-0">Cost</p>
<h5 class="mb-0">Efficient</h5>
</div>
</div>
</div>
<div class="col-6">
<div class="d-flex align-items-center">
<div class="btn-lg-square bg-primary rounded-circle">
<i class="fa fa-headphones text-white"></i>
</div>
<div class="ms-4">
<p class="mb-0">Customer</p>
<h5 class="mb-0">Support</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="col-lg-6 pe-lg-0 wow fadeIn"
data-wow-delay="0.5s"
style="min-height: 400px"
>
<div class="position-relative h-100">
<img
class="position-absolute img-fluid w-100 h-100"
src="img/img-24.jpeg"
style="object-fit: cover"
alt=""
/>
</div>
</div>
</div>
</div>
</div>
<!-- Feature End -->
<!-- Footer Start -->
<div class="container_calc">
<div class="calc_calc">
<h4>Need to know what solar solution would fit your electricity needs? </h4>
<p>Use our electrical load calculator to find the best system for you</p>
<a href="quote.html">
<button class="plan_btn">CALCULATE LOAD</button>
</a>
</div>
</div>
<div class="container-fluid bg-dark text-body footer mt-5 pt-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container py-5" style="margin-top: 50px;">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<h5 class="text-white mb-4">Address</h5>
<p class="mb-2" style="color: #ef800d;"><i class="fa fa-map-marker-alt me-3" style="color: #ef800d;"></i>123 Sahara Desert, Africa</p>
<p class="mb-2" style="color: #ef800d;"><i class="fa fa-phone-alt me-3" style="color: #ef800d;"></i>+012 345 67890</p>
<p class="mb-2" style="color: #ef800d;"><i class="fa fa-envelope me-3" style="color: #ef800d;"></i>solarnova@wt.com</p>
<div class="d-flex pt-2">
<a class="btn btn-square btn-outline-light btn-social" href=""><i class="fab fa-twitter" style="color: #ef800d;"></i></a>
<a class="btn btn-square btn-outline-light btn-social" href="" style="color: #ef800d;"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-outline-light btn-social" href="" style="color: #ef800d;"><i class="fab fa-youtube"></i></a>
<a class="btn btn-square btn-outline-light btn-social" href="" style="color: #ef800d;"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h5 class="text-white mb-4">Quick Links</h5>
<a class="btn btn-link" href="index.html" >Home</a>
<a class="btn btn-link" href="about.html" >About Us</a>
<a class="btn btn-link" href="#">Contact Us</a>
<a class="btn btn-link" href="products.html">Our Products</a>
<a class="btn btn-link" href="quote.html">Calculate Load</a>
<a class="btn btn-link" href="blog.html">Blog</a>
</div>
<div class="col-lg-3 col-md-6">
<h5 class="text-white mb-4">Product Gallery</h5>
<div class="row g-2">
<div class="col-4">
<img class="img-fluid rounded" src="./img/500-liter-ETC-solar-water-heater.jpg" alt="" width="100px">
</div>
<div class="col-4">
<img class="img-fluid rounded" src="./img/img-4.jpg" width="120px" alt="">
</div>
<div class="col-4">
<img class="img-fluid rounded" src="img/water irrigation 1.jpg" width="100px" alt="">
</div>
<div class="col-4">
<img class="img-fluid rounded" src="img/gallery-4.jpg" alt="">
</div>
<div class="col-4">
<img class="img-fluid rounded" src="img/img-9.jpg" alt="" width="120px">
</div>
<div class="col-4">
<img class="img-fluid rounded" src="img/img-13.jpeg" alt="" width="100px">
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h5 class="text-white mb-4">Newsletter</h5>
<p style="color: #ef800d;">Sign up for updates about solar energy.</p>
<div class="position-relative mx-auto" style="max-width: 400px;">
<input class="form-control border-0 w-100 py-3 ps-4 pe-5" type="text" placeholder="Your email">
<button type="button" class="btn btn-primary py-2 position-absolute top-0 end-0 mt-2 me-2">SignUp</button>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0" style="margin-left: 35%;">
© <a href="#">2022 Technocrats</a> | All Right Reserved.
</div>
<div class="col-md-6 text-center text-md-end">
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
<!-- Designed By <a href="https://htmlcodex.com">HTML Codex</a>
<br>Distributed By: <a href="https://themewagon.com" target="_blank">ThemeWagon</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a
href="#"
class="btn btn-lg btn-primary btn-lg-square rounded-circle back-to-top"
><i class="bi bi-arrow-up"></i
></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>