-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog_single.html
465 lines (447 loc) · 25.2 KB
/
blog_single.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
<!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="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>
<style>
.jumbotron {
width: 100%;
height: 250px;
}
.jumbotron h2 {
padding-bottom: 0;
}
</style>
</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>
</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">
<a class="nav-link" 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-right" data-aos-delay="300">MAC HVAC.</h1>
<h2 data-aos="fade-left" data-aos-delay="300">the
multipurpose psd wordrpess theme</h2>
</div>
<!--container-fluid end-->
</div>
</section>
<!-- blog-single Section Start -->
<div class="main">
<div id="blog-single">
<div class="container">
<div class="row">
<div class="col-sm-12 col-12 heading-1">
<h3>Read Blog</h3>
</div>
</div>
</div>
<hr>
<div class="container">
<div class="row" data-aos="fade-up" data-aos-duration="700">
<div class="col-sm-12">
<img src="images/faq.png" alt="" class="img-thumbnail
image">
<div class="heading">
<h2>Frequently asked questions</h2>
</div>
</div>
</div>
<div class="social-buttons" data-aos="fade-up"
data-aos-duration="700">
<div class="row align-items-center">
<!-- <div class="col-sm-5 col-md-6">
<div class="inner-text">
<h3>December 19, 2022 Posted by <span>Lindsey</span>
In : <span><a href="#">FAQ</a></span></h3>
</div>
</div> -->
<!-- <div class="col-sm-7 col-md-6">
<ul class="mbm_social">
<li><a class="social-facebook" href="#">
<i class="fa fa-facebook"><small>1.2m</small></i>
<div class="tooltip"><span>facebook</span></div>
</a>
</li>
<li><a class="social-twitter" href="#">
<i class="fa fa-twitter"><small>448.6k</small></i>
<div class="tooltip"><span>Twitter</span></div>
</a>
</li>
<li><a class="social-google-plus" href="#">
<i class="fa fa-pinterest"
aria-hidden="true"><small>111.7k</small></i>
<div class="tooltip"><span>google+</span></div>
</a>
</li>
</ul>
</div>
</div> -->
< class="row align-items-center" data-aos="fade-up" data-aos-duration="700">
<div class="col-sm-12 col-lg-12 box">
<div id="faqSection" class="fullwidth-container container-fluid">
<h2>Important questions to ask your HVAC Technician</h2>
<div>
<button type="button" class="collapsible btn btn-primary btn-lg btn-block mb-3">What HVAC Services Do You Offer?</button>
<div class="faq-content"><p>While some HVAC companies offer basic
services such as maintenance, repairs, and
installation, others provide more
specialized assistance. Specialties may
include commercial HVAC, emergency services,
energy conservation, and indoor air quality
evaluations. Be sure to analyze your needs
and find an HVAC company that offers
everything you need.</p></div>
<button type="button" class="collapsible btn btn-primary btn-lg btn-block mb-3">Are All of Your Technicians
Certified? </button>
<div class="faq-content">
<p>You don’t want someone without proper
training poking around your HVAC systems.
It’s important to make sure any technician
that works on your heating and cooling
system is certified, as this proves they’ve
received the education and training required
to do the job right. Additionally, you won’t
want to work with a business that hires
non-certified contractors. </p></div>
<button type="button" class="collapsible btn btn-primary btn-lg btn-block mb-3">How Long Have You Been in Business?</button> <div class="faq-content">
<p>
While there’s nothing wrong with hiring a
new business, there tends to be more risk
involved. Certifications may offer proof of
training, but you may have a job that
requires more experience. </p></div>
<button type="button" class="collapsible btn btn-primary btn-lg btn-block mb-3">What HVAC System Brands Do You Carry?</button>
<div class="faq-content">
<p>
When you’re looking to replace your HVAC
system, you may be looking for a brand that
offers specific features such as improved
indoor air quality, high-efficiency
capabilities, or a high SEER rating. (Learn
what SEER rating means in HVAC here.) If you
have a particular brand or feature in mind
for your new HVAC system, you’ll want to
confirm the business carries it before
hiring them. </p></div>
<button type="button" class="collapsible btn btn-primary btn-lg btn-block mb-3"> Do You Offer a Maintenance or Service
Plan?</button> <div class="faq-content">
<p>
HVAC systems require regular maintenance to
ensure they’re working at their highest
efficiency level, aren’t negatively
impacting indoor air quality, and aren’t
raising your energy bill. Each system
requires a different level of maintenance.
Working with an HVAC business that offers a
service plan will extend the life of your
system and save you money on repairs. </p></div>
<button type="button" class="collapsible btn btn-primary btn-lg btn-block mb-3">Will I Need to Change My HVAC Setup
When Installing a New System?</button> <div class="faq-content">
<p>
One of the biggest concerns homeowners have
when upgrading their HVAC system is whether
it will require moving their entire system
setup. This may be the case if you’re
converting your system to a different kind
or if your current duct system isn’t
compatible. It’s important to ask your
contractor about how installing a new HVAC
system will impact your system’s location as
well as any added costs. </p></div>
<button type="button" class="collapsible btn btn-primary btn-lg btn-block mb-3"> What’s Included in the Project Quote?</button>
<div class="faq-content">
<p>After an HVAC technician looks at your
heating and cooling system, they will offer
you a quote on the work they recommend needs
attention. Whether you’re looking into
getting a new system installed or having
repairs performed on an existing system,
your contractor should be honest and
straightforward about what is included and
what is not. The quote should also inform
you if they plan to replace any existing
HVAC parts. </p></div>
<button type="button" class="collapsible btn btn-primary btn-lg btn-block mb-3">Is There a Warranty on the Work or
Parts? </button>
<div class="faq-content">
<p>If you are having a new HVAC system
installed, ask about what warranties the
manufacturer offers. You should also ask if
the contractor guarantees their work or has
their own warranty on the parts. If you are
having repairs done, you should ask the same
questions regarding the parts. </p></div>
<p class="my-2"> Most importantly, be sure to get all of
their answers to these questions in writing.</p>
<button type="button" class="collapsible btn btn-primary btn-lg btn-block mb-3">When Can You Get Started? </button> <div class="faq-content">
<p>
Once you’ve found an HVAC business you can
trust with your heating and cooling system,
it’s time to get to work. It’s important to
make sure they can get started as soon as
possible if your current system isn’t
working and you’re living without heat or
air conditioning. If it’s an emergency, you
may want to see if they offer 24-hour
service. </p></div>
<hr>
<p>Even if it’s not, you likely don’t want to wait very
long to get things done, so make sure the HVAC
company can fit you into their schedule.
It’s important not to skip any of these HVAC
questions when looking for a technician to service
your HVAC systems. Their answers will ease your mind
and ensure they properly complete any repairs or
installations. Find a trusted HVAC company near you,
and your heating and cooling system will be at its
most efficient in no time! </p></div>
<section class="section4 more-blog" data-aos="fade-up"
data-aos-duration="700">
<h2 class="background"><span>Similar Posts</span></h2>
<div class="container">
<div class="row" data-aos="fade-up"
data-aos-duration="700">
<div class="card-deck">
<div class="card">
<img class="card-img-top"
src="images/portfolio-2.jpg" alt="Card
image cap">
<div class="card-body">
<a class="btn btn-primary"
href="blog.html" role="button">Photography</a>
<p class="card-text"><small
class="text-muted">January 24th
2017</small></p>
<p class="card-text"><a
href="blog_single.html">Beautiful
girl dancing wearing beach wear
for photoshoot!</a></p>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="images/portfolio-3.jpg" alt="Card
image cap">
<div class="card-body">
<a class="btn btn-primary"
href="blog.html" role="button">Photography</a>
<p class="card-text"><small
class="text-muted">January 24th
2017</small></p>
<p class="card-text"><a
href="blog_single.html">Beautiful
girl dancing wearing beach wear
for photoshoot!</a></p>
</div>
</div>
<div class="card">
<img class="card-img-top"
src="images/portfolio-5.jpg" alt="Card
image cap">
<div class="card-body">
<a class="btn btn-primary"
href="blog.html" role="button">Photography</a>
<p class="card-text"><small
class="text-muted">January 24th
2017</small></p>
<p class="card-text"><a
href="blog_single.html">Beautiful
girl dancing wearing beach wear
for photoshoot!</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Blog_single Section End -->
</div>
<section class="section-7">
<!-- Footer -->
<footer id="footer page-footer font-small stylish-color-dark">
<!-- Footer Links -->
<div class="container text-center text-md-left">
<!-- Grid row -->
<div class="row gy-3">
<!-- 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="js/animate.js"></script>
<script src="js/custom.js"></script>
</body>
</html>