-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmep.html
582 lines (552 loc) · 34.2 KB
/
mep.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Adam Technical Services</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Adam Technical Services, Fire Protection in Qatar, MEP Services Qatar, Best Fire Protection Services in Qatar" name="keywords">
<meta content="Adam Technical Services" name="description">
<!-- Favicon -->
<link href="img/apple-touch-icon.png" rel="icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/flaticon/font/flaticon.css" rel="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">
<link href="lib/slick/slick.css" rel="stylesheet">
<link href="lib/slick/slick-theme.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<!-- Top Bar Start -->
<div class="top-bar">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-4 col-md-12">
<div class="logo">
<a href="index.html">
<!-- <h1>Builderz</h1> -->
<img src="img/images/logo.jpeg" alt="Logo">
</a>
</div>
</div>
<div class="col-lg-7 col-md-7 d-none d-lg-block">
<div class="row">
<div class="col-5">
<div class="top-bar-item">
<div class="top-bar-icon">
<i class="flaticon-call"></i>
</div>
<div class="top-bar-text">
<h3>Call Us</h3>
<p><a href="tel: +974-41400922"> +974-41400922</a></p>
<p><a href="tel: +974 70755220"> +974 70755220</a></p>
</div>
</div>
</div>
<div class="col-5">
<div class="top-bar-item">
<div class="top-bar-icon">
<i class="flaticon-send-mail"></i>
</div>
<div class="top-bar-text">
<h3>Email Us</h3>
<p><a href="mailto:info@adam.qa">info@adam.qa</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Top Bar End -->
<!-- Nav Bar Start -->
<div class="nav-bar">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg bg-dark navbar-dark" style="padding-left: 32%;">
<a href="#" class="navbar-brand" style="padding-left: 9px;">MENU</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav mr-auto">
<a href="index.html" class="nav-item nav-link active" style="width: 7pc;">Home</a>
<a href="index.html#aboutus" class="nav-item nav-link" style="width: 7pc;">About</a>
<a href="index.html#services" class="nav-item nav-link" style="width: 7pc;">Services</a>
<a href="qcdd.html" class="nav-item nav-link" style="width: 7pc;">QCDD</a>
<!-- <a href="index.html" class="nav-item nav-link" style="width: 7pc;">Careers</a> -->
<a href="#footer-contact" class="nav-item nav-link" style="width: 7pc;">Contact</a>
</div>
</div>
</nav>
</div>
</div>
<!-- Nav Bar End -->
<!-- Carousel Start -->
<div id="carousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item">
<img src="img/images/Picture13.jpg" alt="Carousel Image">
<div class="carousel-caption">
<h1 class="animated fadeInLeft"> Fire Protection System</h1>
</div>
</div>
<div class="carousel-item ">
<img src="img/images/Picture14.jpg" alt="Carousel Image">
<div class="carousel-caption">
<h1 class="animated fadeInLeft"> Fire Protection System</h1>
</div>
</div>
<div class="carousel-item ">
<img src="img/images/pict.jpg" alt="Carousel Image">
<div class="carousel-caption">
<h1 class="animated fadeInLeft"> Fire Protection System</h1>
</div>
</div>
<div class="carousel-item active">
<img src="img/images/Picture18.jpg" alt="Carousel Image">
<div class="carousel-caption">
<h1 class="animated fadeInLeft">HVAC System</h1>
</div>
</div>
<div class="carousel-item">
<img src="img/images/acmv_04.jpg" alt="Carousel Image">
<div class="carousel-caption">
<h1 class="animated fadeInLeft">ACMV System</h1>
</div>
</div>
<div class="carousel-item">
<img src="img/images/Picture22.jpg" alt="Carousel Image">
<div class="carousel-caption">
<h1 class="animated fadeInLeft">Electrical & Plumbing System</h1>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Carousel End -->
<!-- HVAC Start -->
<div class="blog">
<div class="container">
<div class="section-header text-center">
<h2>HVAC</h2>
<p>Whether it's a single installation or a large-scale project, our skilled technicians are committed to delivering top-notch service for all HVAC unit types. Contact us today to schedule your installation and experience the difference in comfort and efficiency.</p>
</div>
<div class="row blog-page">
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="blog-item">
<div class="blog-img">
<img src="img/images/Picture15.jpg" alt="Image" style="border-radius: 20px;">
</div>
<div class="blog-title">
<h3>FCU (Fan Coil Unit) Maintenance</h3></div>
<div class="blog-text">
<p style="height: 6pc;">
Our expert team delivers exceptional maintenance services for Fan Coil Units, ensuring your system operates at peak performance. We perform thorough inspections, precise cleaning,
and necessary repairs, ensuring optimal efficiency and prolonging the lifespan of your FCU. Trust us to maintain the comfort and reliability of your heating and cooling solutions.
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="blog-item">
<div class="blog-img">
<img src="img/images/Picture16.jpg" alt="Image" style="border-radius: 20px;">
</div>
<div class="blog-title">
<h3>VRF (Variable Refrigerant Flow) System Maintenance</h3>
</div>
<div class="blog-text">
<p style="height: 6pc;">
Keep your VRF system in top condition with our specialized maintenance services. Our technicians are skilled in conducting comprehensive checks, cleaning, and tuning, ensuring your system provides consistent and energy-efficient climate control. We focus on preventive maintenance to avoid costly breakdowns and ensure seamless operation. </div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="blog-item">
<div class="blog-img">
<img src="img/images/Picture17.jpg" alt="Image" style="border-radius: 20px;">
</div>
<div class="blog-title">
<h3>DX (Direct Expansion) Unit Maintenance</h3>
</div>
<div class="blog-text">
<p style="height: 6pc;">
Rely on our professionals to maintain your DX units for peak performance. We offer meticulous maintenance services, including detailed inspections, precise cleaning, and timely repairs, ensuring your DX system delivers reliable and effective cooling. Our thorough approach maximizes efficiency and minimizes downtime.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="blog-item">
<div class="blog-img">
<img src="img/images/Picture18.jpg" alt="Image" style="border-radius: 20px;">
</div>
<div class="blog-title">
<h3>AHU (Air Handling Unit) Maintenance</h3>
</div>
<div class="blog-text">
<p style="height: 6pc;">
Our team excels in maintaining Air Handling Units, providing regular servicing that ensures sustained performance and superior air quality. We conduct comprehensive inspections, thorough cleaning, and prompt repairs, guaranteeing efficient air distribution and ventilation. Our commitment to excellence ensures a healthy and well-maintained environment.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="blog-item">
<div class="blog-img">
<img src="img/images/Picture19.jpg" alt="Image" style="border-radius: 20px;">
</div>
<div class="blog-title">
<h3>FAHU (Fan Assisted Air Handling Unit) Maintenance</h3>
</div>
<div class="blog-text">
<p style="height: 6pc;">
Enhance the performance and longevity of your FAHU with our expert maintenance services. We specialize in providing detailed inspections, rigorous cleaning, and necessary repairs for high-performance fan-assisted air handling units. Our meticulous approach ensures your system operates smoothly and efficiently across various applications.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="blog-item">
<div class="blog-img">
<img src="img/images/picture25.jpg" alt="Image" style="border-radius: 20px;">
</div>
<div class="blog-title">
<h3>Exhaust Fan Maintenance</h3>
</div>
<div class="blog-text">
<p style="height: 6pc;">
Maintain excellent indoor air quality with our exhaust fan maintenance solutions. Our team performs regular and thorough servicing,
including detailed cleaning and efficient repairs, to ensure your exhaust fans operate effectively. We prioritize keeping your air
circulation fresh and healthy, meeting the highest standards of air quality.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="blog-item">
<div class="blog-img">
<img src="img/images/WhatsApp Image 2023-05-26 at 7.40.31 PM.jpeg" alt="Image" style="border-radius: 20px;">
</div>
<div class="blog-title">
<h3>Split Unit Maintenance</h3>
</div>
<div class="blog-text">
<p style="height: 6pc;">
Ensure continuous comfort with our split unit maintenance service. We deliver comprehensive care, including meticulous inspections, precise cleaning, and prompt repairs, for these versatile HVAC systems. Our dedication to quality ensures your split units provide efficient cooling and heating solutions, maintaining the comfort of your residential spaces year-round.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- HVAC End -->
<!-- FAQs Start -->
<div class="faqs">
<div class="container">
<div class="section-header text-center">
<h2>ELECTRICAL</h2>
<p>Our electrical system maintenance services ensure the safe and efficient distribution of power
throughout your building or facility. We specialize in a range of essential components given
below :</p>
</div>
<div class="row">
<div class="col-md-6">
<div id="accordion-1">
<div class="card wow fadeInLeft" data-wow-delay="0.1s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseOne">
LVP: Low Voltage Power Distribution
</a>
</div>
<div id="collapseOne" class="collapse" data-parent="#accordion-1">
<div class="card-body">
Our team specializes in the installation of low voltage power distribution
systems, including transformers, switchgear, and other components needed to
distribute power to various areas of your building or facility.</div>
</div>
</div>
<div class="card wow fadeInLeft" data-wow-delay="0.2s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseTwo">
SMDB: Sub-Main Distribution Boards
</a>
</div>
<div id="collapseTwo" class="collapse" data-parent="#accordion-1">
<div class="card-body">
We offer installation services for sub-main distribution boards. These boards
are used to distribute power to specific areas of your building, such as floors
or sections.</div>
</div>
</div>
<div class="card wow fadeInLeft" data-wow-delay="0.3s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseThree">
DB: Distribution Boards
</a>
</div>
<div id="collapseThree" class="collapse" data-parent="#accordion-1">
<div class="card-body">
Our experts can install distribution boards that distribute power to individual
areas, such as rooms or specific pieces of equipment.</div>
</div>
</div>
<div class="card wow fadeInLeft" data-wow-delay="0.4s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseFour">
MCC: Motor Control Centers
</a>
</div>
<div id="collapseFour" class="collapse" data-parent="#accordion-1">
<div class="card-body">
We provide installation services for motor control centers, which control the
operation of motors in various machines and systems.</div>
</div>
</div>
<div class="card wow fadeInLeft" data-wow-delay="0.5s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseFive">
Cabling & Cable Management System
</a>
</div>
<div id="collapseFive" class="collapse" data-parent="#accordion-1">
<div class="card-body">
Our team provides comprehensive cabling and cable management system services to
ensure that your electrical cabling is organized and managed efficiently.</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div id="accordion-2">
<div class="card wow fadeInRight" data-wow-delay="0.1s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseSix">
External and Internal Lighting Fixture
</a>
</div>
<div id="collapseSix" class="collapse" data-parent="#accordion-2">
<div class="card-body">
We offer installation services for both external and internal lighting fixtures,
helping you to create a well-lit and safe environment for your building or
facility.</div>
</div>
</div>
<div class="card wow fadeInRight" data-wow-delay="0.2s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseSeven">
Wiring Device
</a>
</div>
<div id="collapseSeven" class="collapse" data-parent="#accordion-2">
<div class="card-body">
Our team specializes in the installation of wiring devices, including outlets,
switches, and other electrical components.</div>
</div>
</div>
<div class="card wow fadeInRight" data-wow-delay="0.3s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseEight">
Earthing & Lightning System
</a>
</div>
<div id="collapseEight" class="collapse" data-parent="#accordion-2">
<div class="card-body">
We provide installation services for earthing and lightning systems to ensure
that your building or facility is protected against electrical surges and
lightning strikes.</div>
</div>
</div>
<div class="card wow fadeInRight" data-wow-delay="0.4s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseNine">
Emergency Central Battery System
</a>
</div>
<div id="collapseNine" class="collapse" data-parent="#accordion-2">
<div class="card-body">
Our experts can help you install an emergency central battery system, providing
backup power to critical systems in the event of a power outage.</div>
</div>
</div>
<div class="card wow fadeInRight" data-wow-delay="0.5s">
<!-- <div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseTen">
Lorem ipsum dolor sit amet?
</a>
</div> -->
<!-- <div id="collapseTen" class="collapse" data-parent="#accordion-2">
<div class="card-body">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus nec pretium mi. Curabitur facilisis ornare velit non.
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FAQs End -->
<!-- About Start -->
<div class="about wow fadeInUp" data-wow-delay="0.1s">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 col-md-6">
<div class="about-img">
<img src="img/images/Picture21.jpg" alt="Image" style="border-radius: 20px">
</div>
</div>
<div class="col-lg-7 col-md-6">
<!-- <div class="section-header text-left">
<p>Welcome to Builderz</p>
<h2>25 Years Experience</h2>
</div> -->
<div class="about-text text-justify">
<p>
Adam offers specialized preventive maintenance programs for electrical systems,
providing customizable maintenance service options that are valuable to your equipment
and facility management. Our professional maintenance practices involve systematic
inspections, early detection of potential failures, and swift corrective actions to
prevent major defects. Our preventive maintenance activities for electrical systems
encompass tests, measurements, adjustments, and parts replacement. These proactive
measures are implemented with the specific objective of preventing faults and
maintaining optimal operating conditions for your electrical equipment and facilities.
We understand the importance of equipment reliability, and our customizable maintenance
programs are designed to meet your unique requirements. Through regularly scheduled
preventive maintenance, including partial or complete repairs as needed, we enhance the
overall performance and prolong the lifespan of your electrical equipment.</p>
<!-- <a class="btn" href="">Learn More</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- About Start -->
<div class="about wow fadeInUp" data-wow-delay="0.1s">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7 col-md-4">
<div class="section-header text-center">
<h2>PLUMBING</h2>
</div>
<div class="about-text text-justify">
<p>
At Adam, we specialize in providing specialized preventive maintenance programs for
plumbing
systems. Our customizable maintenance service options are designed to add value to your
equipment
and facility management. With proper and professional maintenance, we conduct systematic
inspections,
detect potential failures in their early stages, and promptly address them to prevent
significant
defects. Our comprehensive preventive maintenance activities for plumbing systems
include tests,
measurements, adjustments, and parts replacement. </p>
<p>These proactive measures are specifically tailored
to prevent faults and maintain optimal operating conditions for your plumbing equipment
and facilities.
We understand the importance of equipment reliability, and our customizable maintenance
programs are
designed to meet your specific needs. Through regularly scheduled preventive
maintenance, which may
involve partial or complete repairs, we improve overall performance and extend the
lifespan of your plumbing equipment. .</p>
</div>
</div>
<div class="col-lg-5 col-md-4">
<div class="about-img">
<img src="img/images/Picture24.jpg" alt="Image" style="border-radius: 20px">
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Footer Start -->
<div class="footer wow fadeIn" data-wow-delay="0.3s">
<div class="container" id="footer-contact">
<div class="row">
<div class="col-md-9 col-lg-7">
<div class="footer-contact">
<h2>ContactUs </h2>
<p><i class="fa fa-map-marker-alt"></i>Retaj building, 2nd floor, Bin Mahmoud, Doha Qatar
</p>
<p><i class="fa fa-phone-alt"></i><a href="tel: +974-41400922"> +974-41400922</a></p>
<p><i class=""></i><a href="tel: +974 70755220"> +974 70755220</a></p>
<p><i class="fa fa-envelope"></i><a
href="mailto:info@adam.qa">info@adam.qa</a></p>
</div>
</div>
<div class="col-md-6 col-lg-5">
<div class="footer-link">
<h2>Useful Pages</h2>
<a href="#aboutus">About Us</a>
<a href="#contactus">Contact Us</a>
<a href="#services">Our services</a>
</div>
</div>
</div>
</div>
<div class="container footer-menu">
<div class="f-menu">
</div>
</div>
<div class="container copyright">
<div class="row">
<div class="col-md-7">
<p>©Copyright 2023 Adam Technical Services.All Rights Reserved.</p>
</div>
<div class="col-md-5">
<div class="footer-social">
<a href="https://www.facebook.com/profile.php?id=61556139906457&mibextid=LQQJ4d"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/adam_technical_services?igsh=MWcxOXpleGw4dmxrdw%3D%3D"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/adam-technical-services-w-l-l/"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- WhatsApp Integration -->
<a href="https://wa.me/97441400922" class="whatsapp-float" target="_blank" rel="noopener noreferrer">
<i class="fab fa-whatsapp whatsapp-icon"></i>
</a>
<!-- Click-to-Call Button -->
<a href="tel:+97441400922" class="call-float">
<i class="fas fa-phone-alt call-icon"></i>
</a>
<!-- <a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a> -->
</div>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/wow/wow.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>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/slick/slick.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>