-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathincentives.html
67 lines (67 loc) · 3.18 KB
/
incentives.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
<html>
<head>
<meta charset="utf-8" />
<title>Save Home Heat incentives</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 href="services.html">services</a></li>
<li><a href="mission.html">mission</a></li>
<li><a class="highlighted" 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="header_pictures">
<img src="images/hands.jpg" alt="furnace"/>
<img class="pic_two" src="images/drawing.jpg" alt="furnace"/>
<img class="pic_three" src="images/chords.jpg" alt="furnace"/>
<img class="pic_four" src="images/fan.jpg" alt="furnace"/>
</div>
<div class="container">
<div id="services_page">
<h1 class="page_title">Incentives</h1>
<div id="services_list">
<div id="services_one">
<img class="icon" src="images/utility.gif" alt="icon"/>
<a href="utility_rebates.html" class="subtitles">Utility Company Rebates</a>
<p class="paragraph">Find out what utility rebates you may be eligible for. Companies like Excel give you money back for choosing the right energy efficient products you should be using for your home.</p>
</div>
<div id="services_two">
<img class="icon" src="images/icon_services.png" alt="icon"/>
<a href="manufacturer_rebates.html" class="subtitles">Manufacturer Rebates</a>
<p class="paragraph">Find out what utility rebates you may be eligible for. Companies like Excel give you money back for choosing the right energy efficient products you should be using for your home.</p>
</div>
<div id="services_three">
<img class="icon" src="images/energy.gif" alt="icon"/>
<a href="energy_rebates.html" class="subtitles">EnergySmart Rebates</a>
<p class="paragraph">Find out what utility rebates you may be eligible for. Companies like Excel give you money back for choosing the right energy efficient products you should be using for your home.</p>
</div>
</div>
</div>
</div>
<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>