-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
471 lines (471 loc) · 19.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
<!doctype html>
<html lang="en">
<head>
<!--=== Required meta tags ===-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--=== Bootstrap CSS ===-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<!--=== font awesome ===-->
<script src="https://kit.fontawesome.com/29b275fb0c.js" crossorigin="anonymous"></script>
<title>mac hvac</title>
</head>
<body>
<header class="header bg">
<div class="container text-white">
<div class="row">
<div class="col-sm-4 align-self-center text-left">
<h6>Estd 1905</h6>
</div>
<div class="col-sm-4 col-12 align-self-center box-1 text-center">
<a class="navbar-brand" href="index.html">
<img src="images/MAC-HVAC-2.png" alt="logo">
</a>
</div>
<div class="col-sm-4 align-self-center text-right">
<div class="social-icons">
<a href="#">
<i class="fa fa-facebook-official" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-pinterest" aria-hidden="true"></i>
</a>
<a href="#">
<i class="fa fa-youtube" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<!--/row-->
</div>
<!--container-->
</header>
<span class="position-absolute trigger">
<!-- hidden trigger to apply 'stuck' styles -->
</span>
<nav class="navbar navbar-expand-sm sticky-top navbar-dark">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbar1">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar1">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">blog</a>
</li>
</ul>
</div>
</div>
<!--container end-->
</nav>
<!--Section-1-->
<section class="section-1">
<div class="jumbotron d-flex align-items-center">
<div class="gradient"></div>
<div class="container-fluid content">
<h1 data-aos="fade-up" data-aos-delay="100">MAC HVAC.</h1>
<h2 data-aos="fade-up" data-aos-delay="300">.....</h2>
<h4 data-aos="fade-up" data-aos-delay="500">Commercial/Residential HVAC & Refrigeration service</h4>
<p data-aos="fade-up" data-aos-delay="700">
<a href="about.html" class="btn btn-success">Get Started</a>
</p>
</div>
<!--container-fluid end-->
</div>
</section>
<!--Section-2-->
<section class="section-2">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-12 col-12 box-1">
<div class="row box" data-aos="fade-left" data-aos-delay="300">
<div class="col-lg-2 col-sm-12">
<i class="fa fa-toolbox" aria-hidden="true"></i>
</div>
<div class="col-lg-10 col-sm-12">
<h3>
<a href="services.html">maintenance.</a>
</h3>
<p>A clean system promotes a healthy living environment, improves the efficiency of your heating & cooling system and can lower operating costs.</p>
<p>
<a href="services.html">
<img src="images/plus.png" alt="plus">
</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12 col-12 box-2">
<div class="row box" data-aos="fade-left" data-aos-delay="500">
<div class="col-lg-2 col-sm-12">
<i class="fa fa-circle-down" aria-hidden="true"></i>
</div>
<div class="col-lg-10 col-sm-12">
<h3>
<a href="services.html">installation.</a>
</h3>
<p>There is much more to a new HVAC system than efficiency ratings. Sizing, matching components and proper installation are key. We have the knowledge required to do your furnace & air conditioning installation.</p>
<p>
<a href="services.html">
<img src="images/plus.png" alt="plus">
</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12 col-12 box-3">
<div class="row box" data-aos="fade-left" data-aos-delay="700">
<div class="col-lg-2 col-sm-12">
<i class="fa fa-screwdriver-wrench" aria-hidden="true"></i>
</div>
<div class="col-lg-10 col-sm-12">
<h3>
<a href="services.html">repairs.</a>
</h3>
<p>We specialize in professional HVAC maintenance, repair and installation services. We take your comfort seriously by offering affordable pricing and expert service.</p>
<p>
<a href="services.html">
<img src="images/plus.png" alt="plus">
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-3">
<div class="container">
<div class="row m-0">
<div class="col-lg-5 col-md-12 p-0" data-aos="fade-right" data-aos-delay="300">
<h2>Services</h2>
<ul>
<li>
<a href="services.html">
<i class="fa fa-angle-right" aria-hidden="true"></i>Passion </a>
</li>
<li>
<a href="services.html">
<i class="fa fa-angle-right" aria-hidden="true"></i>Craftsmanship </a>
</li>
<li>
<a href="services.html">
<i class="fa fa-angle-right" aria-hidden="true"></i>Dedication </a>
</li>
<li>
<a href="services.html">
<i class="fa fa-angle-right" aria-hidden="true"></i>Integrity </a>
</li>
<li>
<a href="services.html">
<i class="fa fa-angle-right" aria-hidden="true"></i>Comprehensiveness </a>
</li>
<li>
<a href="services.html">
<i class="fa fa-angle-right" aria-hidden="true"></i>Community </a>
</li>
</ul>
</div>
<div class="col-lg-7 col-md-12 p-0" data-aos="fade-left" data-aos-delay="300">
<figure>
<img class="inner-img" src="images/services.jpg" alt="services">
<img class="out-sideimg" src="images/blog-4.png" alt="services">
</figure>
</div>
</div>
</div>
</section>
<section class="section-4">
<div class="container">
<div class="row heading">
<div class="col-sm-6 col-12">
<h3>Read the blog</span>
</h3>
</div>
<div class="col-sm-6 col-12">
<a href="blog.html" class="btn btn-success">Read our full blog</a>
</div>
</div>
<!--/row-->
<div class="row">
<div class="col-lg-4 col-sm-12 col-12 box-1" data-aos="fade-right" data-aos-delay="300">
<figure class="figure">
<a href="blog.html">
<img src="images/blog-1.png" class="figure-img img-fluid" alt="blog">
</a>
<figcaption class="figure-caption">
<h2>
<a href="blog.html">Did you know...</a>
</h2>
<p>Did you know that electricity to power America’s AC units costs more than $11 billion per year? or how about Willis Carrier invented the first air conditioner in 1902 to monitor the humidity in a New York publishing house, not for warmth?</p>
<a href="blog_single.html" class="btn btn-success">+ more</a>
</figcaption>
</figure>
</div>
<div class="col-lg-8 col-sm-12 col-12" data-aos="fade-left" data-aos-delay="300">
<div class="row">
<div class="col-sm-6 col-12 box-2">
<figure class="figure">
<a href="blog.html">
<img src="images/blog-3.png" class="figure-img img-fluid" alt="blog">
</a>
</figure>
</div>
<div class="col-sm-6 col-12 box-3">
<h4>
<a href="blog.html">Saving money on your AC bill</a>
</h4>
<h5>Most cooling systems use electricity, so making sure your home is running as efficiently as possible can help you spend less to operate air conditioners and fans.</h5>
<a href="blog_single.html" class="btn btn-success">+ more</a>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-12 box-4">
<figure class="figure">
<a href="blog.html">
<img src="images/blog-2.png" class="figure-img img-fluid" alt="blog">
</a>
</figure>
</div>
<div class="col-sm-6 col-12 box-5">
<h4>
<a href="blog.html">Recycling your old AC unit </a>
</h4>
<h5>How you dispose of an air conditioner can actually be legal or illegal. There are steps to take to do the right thing. Many units will have chemicals or refrigerant in them which must be disposed of safely.</h5>
<a href="blog_single.html" class="btn btn-success">+ more</a>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-12 box-6">
<figure class="figure">
<a href="blog.html">
<img src="images/blog-6.jpg" class="figure-img img-fluid" alt="blog">
</a>
</figure>
</div>
<div class="col-sm-6 col-12 box-7">
<h4>
<a href="blog.html">Important questions to ask your HVAC Tech </a>
</h4>
<h5>According to the US Department of Energy’s ENERGY STAR® program, leaky ducts in attics or crawl spaces can account for 20 percent or more of a home’s heating and cooling energy losses. </h5>
<a href="blog_single.html" class="btn btn-success">+ more</a>
</div>
</div>
</div>
</div>
</div>
<!--container-->
</section>
<!--Section-5-->
<section class="section-5">
<div class="container">
<div class="row">
<div class="col-lg-7 col-sm-8">
<h3>Check our portfolio <span>view some of the best works...</span>
</h3>
</div>
<div class="col-lg-5 col-sm-4">
<a href="portfolio.html" class="btn btn-success">Read our portfolio</a>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row" data-aos="fade-up" data-aos-delay="300">
<a href="images/portfolio-2.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-3 box">
<img src="images/portfolio-2.jpg" class="img-fluid">
<div class="overlay">
<img src="images/plus-img.png" alt="plus-icon">
<div class="inner-text">
<h4>beautiful beach <span>top view</span>
</h4>
</div>
</div>
</a>
<a href="images/portfolio-3.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-3 box">
<img src="images/portfolio-3.jpg" class="img-fluid">
<div class="overlay">
<img src="images/plus-img.png" alt="plus-icon">
<div class="inner-text">
<h4>beautiful beach <span>top view</span>
</h4>
</div>
</div>
</a>
<a href="images/portfolio-4.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-3 box">
<img src="images/portfolio-4.jpg" class="img-fluid">
<div class="overlay">
<img src="images/plus-img.png" alt="plus-icon">
<div class="inner-text">
<h4>beautiful beach <span>top view</span>
</h4>
</div>
</div>
</a>
<a href="images/portfolio-5.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-3 box">
<img src="images/portfolio-5.jpg" class="img-fluid">
<div class="overlay">
<img src="images/plus-img.png" alt="plus-icon">
<div class="inner-text">
<h4>beautiful beach <span>top view</span>
</h4>
</div>
</div>
</a>
</div>
<!--/row-->
</div>
<!--container-->
</section>
<section class="section-6" data-aos="fade-up">
<div class="container">
<!-- Grid row-->
<div class="row main" data-aos="fade-up" data-aos-delay="300">
<!-- Grid column -->
<div class="col-lg-6 col-sm-12 col1">
<div class="heading">
<h3>Subscribe to Newsletter</h3>
</div>
</div>
<div class="col-lg-6 col-sm-12 col1">
<form>
<div class="input-group">
<input name="email" id="email" type="email" placeholder="Enter your email id" required>
<button class="btn btn-info" type="submit">Subscribe</button>
</div>
</form>
</div>
</div>
</div>
</section>
<section class="section-7">
<!-- Footer -->
<footer class="page-footer font-small stylish-color-dark">
<!-- Footer Links -->
<div class="container text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-lg-5 col-sm-12 mx-auto box-1">
<!-- Content -->
<a href="index.html">
<img src="images/logo.png" alt="footer-logo">
</a>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none">
<!-- Grid column -->
<div class="col-lg-2 col-sm-4 box-2 mx-auto">
<!-- Links -->
<h5>Site Navigation</h5>
<ul class="list-unstyled">
<li>
<a href="index.html">
<i class="fa-solid fa-arrow-left"></i> home </a>
</li>
<li>
<a href="services.html">services</a>
</li>
<li>
<a href="portfolio.html">portfolio</a>
</li>
<li>
<a href="blog.html">read blog</a>
</li>
<li>
<a href="contact.html">contact us</a>
</li>
<li>
<a href="contact.html">product support</a>
</li>
</ul>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none">
<!-- Grid column -->
<!-- <div class="col-lg-2 col-sm-4 box-3 mx-auto"> -->
<!-- Links -->
<!-- <h5>information</h5><ul class="list-unstyled"><li><a href="#!">user login</a></li><li><a href="#!">creat new account</a></li><li><a href="#!">checkout</a></li><li><a href="#!">my cart</a></li><li><a href="#!">other information</a></li></ul></div> -->
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none">
<!-- Grid column -->
<div class="col-lg-2 col-sm-4 box-4 mx-auto">
<!-- Links -->
<h5>policies & Info</h5>
<ul class="list-unstyled">
<li>
<a href="#!">Terms Conditions </a>
</li>
<li>
<a href="#!">website polocy</a>
</li>
<li>
<a href="#!">Policy for Sellers </a>
</li>
<li>
<a href="#!">Policy for Buyers</a>
</li>
<li>
<a href="#!">Shipping & Refund </a>
</li>
<li>
<a href="#!">Wholesale Policy</a>
</li>
</ul>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center">
<div class="gradient"></div>
<p>© 2022, All Rights reserved. <i class="fa-solid fa-code"></i> by <a href="https://lindseyk.dev"> Lindsey K</a>
</p>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.js"></script>
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
<script>
$(document).on('click', '[data-toggle="lightbox"]', function(event) {
event.preventDefault();
$(this).ekkoLightbox();
});
</script>
</body>
</html>