-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevaporative_air.html
72 lines (72 loc) · 3.96 KB
/
evaporative_air.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
<html>
<head>
<meta charset="utf-8" />
<title>Save Home Heat: Air Conditioning</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="shh.css" />
</head>
<body class="body">
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5GMMM2"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5GMMM2');</script>
<!-- End Google Tag Manager -->
<div id="nav_bar">
<a id="logo" href="shh.html"><img src="images/SHHlogo.png" alt="logo"/></a>
<ul>
<li><a class="highlighted" href="services.html">services</a></li>
<li><a href="mission.html">mission</a></li>
<li><a href="incentives.html">incentives</a></li>
<li><a href="testimonials.html">testimonials</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div class="container_info">
<div id="mission_page">
<h1 class="page_title">Evaporative Air Conditioners</h1>
<h2>Evaporative Coolers</h2>
<p>An evaporative cooler is a cost effective, environmentally friendly way to cool your home. The cooler is typically mounted on your roof and a large fan blows fresh, outdoor air that has been cooled and moistened into your home. Windows or doors are opened to direct the air through the home. Moist, fresh, cool!</p>
<a href="contact.html">Contact us for a free quote.</a>
<h2>Different than Central Air Conditioning</h2>
<p>When you prefer fresh air with the doors and windows open rather than closed.</p>
<p>When you prefer to add humidity to our typically dry summer air.</p>
<p>When you want to have lower operating costs than a central air conditioner system.</p>
<p>When you have central air conditioning but it doesn't work as well as you'd like.</p>
<a href="contact.html">Contact us for a free quote.</a>
<h2>It may not be for you if...</h2>
<p>if you have allergies and want the doors and windows closed.</p>
<p>If covenants prevent you from having one on your roof.</p>
<p>If fan noise is not your cup of tea.</p>
<p>If air grilles in your ceiling (that allow cold air to pass in the winter) are not visually appealing.</p>
<p>If high indoor humidity levels are not desired.</p>
<p>If less effective cooling on high humidity days is not acceptable.</p>
<a href="contact.html">Contact us for a free quote.</a>
<h2>Rebates</h2>
<p>Most evaporative coolers qualify for utility company rebates.</p>
<a href="contact.html">Contact us for a free quote.</a>
<h2>The Save Home Heat Advantage</h2>
<p>Save Home Heat has been installing evaporative coolers for 30 years. These products require more creativity to install than air conditioners and our sales, installation and service teams have extensive experience in how to do it right. We want you to be happy with whatever cooling product we install, and will answer your questions honestly to direct you to the proper product for you. Please call now to learn more and get a free, no obligation price quote.</p>
<a href="contact.html">Contact us for a free quote.</a>
<div class="lower_button">
<button type="button"><a href="cooling.html">cooling products</a></button>
</div>
</div>
</div>
</body>
<footer id="footer">
<h1>Contact</h1>
<ul>
<li>303-443-9762</li>
<li>info@savehomeheat.net</li>
</ul>
<p>We serve the I-25 corridor from Longmont to Highlands Ranch (excluding Denver).</p>
<img src="images/SHH_logo_black.gif" alt="logo" />
</footer>
</body>
</html>
</html>