-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
307 lines (276 loc) · 13.8 KB
/
blog.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
<!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>
<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">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About us</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 active">
<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">Heating When You Need It. Cooling When You Want It.</h2>
</div>
<!--container-fluid end-->
</div>
</section>
<section class="blog">
<div class="container">
<div class="row">
<div class="col-sm-12 col-12">
<h3>Blog</h3>
</div>
</div>
</div>
<hr>
<div class="container">
<!--/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_single.html"><img src="images/blog-1.png" class="figure-img img-fluid" alt="blog"></a>
<figcaption class="figure-caption">
<h2><a href="blog_single.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_single.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_single.html">Saving money on the 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_single.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_single.html">Recycling an 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_single.html"><img src="images/blog-4.png" class="figure-img img-fluid" alt="blog"></a>
</figure>
</div>
<div class="col-sm-6 col-12 box-7">
<h4><a href="blog_single.html">Air ducts?</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 class="row bt">
<div class="col-sm-12">
<ul>
<li><a class="active" href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
</div>
</div> -->
</div>
<!--container-->
</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="js/animate.js"></script>
<script src="js/custom.js"></script>
</body>
</html>