-
Notifications
You must be signed in to change notification settings - Fork 0
/
furnaces.html
82 lines (82 loc) · 4.59 KB
/
furnaces.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
<html>
<head>
<meta charset="utf-8" />
<title>Save Home Heat Furnaces</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">Furnaces</h1>
<h2>Efficiency</h2>
<p>Gas Efficiency: We offer furnace with gas efficiencies as high as a remarkable 98%! Older standard furnaces range from 60%-80% efficient.</p>
<p>Electrical Efficiency: Furnace are available with super-efficient electronically commutated motors (ECM) or constant torque motors to drastically reduced the electrical operating cost.</p>
<p>We have a broad selection of furnaces to satisfy your efficiency goals.</p>
<a href="contact.html">Contact us for a free quote.</a>
<h2>Quiet</h2>
<p>Sealed combustion furnaces have closed burning chambers and doors with gaskets to isolate operating noise inside the furnace.</p>
<p>Two-stage and modulating furnaces operate at reduced BTU and fan levels to minimize noise through the duct system.</p>
<p>Electronically commutated motors can operate at very low fan speeds when you just want to circulate air. Many older furnaces were oversized, making them louder than necessary.</p>
<p>Combine all these factors together and you may end up with a significantly quieter furnace!</p>
<a href="contact.html">Contact us for a free quote.</a>
<h2>Comfortable</h2>
<p>Two-stage and modulating furnaces have longer running cycles to more evenly distribute heat throughout your home.</p>
<p>With an electronically commutated motor you can leave the fan on to quietly and efficiently clean the air in your home and produce more balanced temperatures.</p>
<p>If your home doesn't heat evenly, we can help!</p>
<a href="contact.html">Contact us for a free quote.</a>
<h2>Reliable</h2>
<p>Exellent five or ten year parts warranties.</p>
<p>Twenty year or lifetime warranties on the heat exchanger.</p>
<p>Extended labor warranties and maintenance agreements available. </p>
<p>And most importantly, we are trained to properly size your furnace and the sheet metal surrounding it to optimize air flow and minimize equipment problems. </p>
<a href="contact.html">Contact us for a free quote.</a>
<h2>Environmentally Reliable</h2>
<p>High efficiency equipment will preserve resources and reduce emissions.</p>
<p>Your old equipment is recycled.</p>
<p>If a reduced energy footprint helps in your world, we have friendly, knowledgeable and experienced people ready to help transition you to an efficient, comfortable and quiet furnace.</p>
<a href="contact.html">Contact us for a free quote.</a>
<h2>Affordable</h2>
<p>High quality installations for a fair price.</p>
<p>Furnaces available at many budget levels.</p>
<p>Financing available (with approved credit).</p>
<p>We are confident you will find our people friendly, our knowledge top notch and our prices reasonable and fair.</p>
<a href="contact.html">Contact us for a free quote.</a>
<div class="lower_button">
<button type="button"><a href="heating.html">heating products</a></button>
</div>
</div>
</div>
</body>
<footer id="footer">
<h1>Contact</h1>
<ul>
<li>303-443-9762</li>
<li>[email protected]</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>