-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
124 lines (121 loc) · 4.76 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="HT Green Energy Consultants">
<meta name="keywords"
content="HT Green, Energy Consultants, Solar PV Solutions, Geothermal, Wind Turbines, Green Technologies">
<meta name="author" content="Braydon Pettit">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="sitemap" href="sitemap.xml">
</head>
<body>
<div class="page">
<header>
<a href="index.html"><img src="images/logo32.png" alt="HT Green Logo" class="logo"></a>
<nav>
<a href="index.html" class="active">Home</a>
<a href="testimonials.html">Testimonials</a>
<a href="contact.html">Contact Us</a>
<a href="aboutus.html">About Us</a>
</nav>
</header>
<div class="banner">
<img src="images/htgreen-hero.jpg" alt="Banner Image" class="banner-image">
</div>
<h1>Towards a zero electricity bill</h1>
<hr>
<p>Sick of getting big power bills? You've replaced all the old
bulbs
with LEDs, got a new firdge and super-efficient heat pump
and
you're
still paying around $1200 a year? Your next step is to let
HT
Green
work with you to design and install a system that uses
solar,
wind
or geothermal that's guaranteed to wipe that power bill for
now
and
into the future.</p>
<br>
<h1>Solar PV Solutions</h1>
<hr>
<img src="images/pv250.jpg" alt="Solar PV" class="content-image">
<p>Solar Photovoltaic systems have come of age. Installers now
can
guarantee reliable cost-free power to your home or
business.
ROI is
now taking less time than ever thanks to the ever decreasing
equipment costs and better technology.</p>
<p>If you have battery storage such as a Tesla Powerwall or
similar
Lithium Ion chemistry solutions then you can take your
savings
even
further.</p>
<p>Call us now to discuss which solution is the best for your
home.</p>
<br>
<h1>Geothermal</h1>
<hr>
<img src="images/geo250.jpg" alt="Geothermal Energy" class="content-image">
<p>Energy from the earth. It sounds simple because it is. The
earth
is
warmer than the air and we can use this to heat your home.
HT
Green
can engineer a solution to fit your situation to give you
free
plentiful home warming energy year-round.</p>
<p>Geothermal power is cost effective, reliable, and
environmentally
friendly, but has previously been geographically limited to
areas
near tectonic plate boundaries. Recent technological
advances
have
dramatically expanded the range and size of viable
resources,
especially for direct applications such as home heating.</p>
<p>Geothermal wells tend to release greenhouse gases trapped
deep
within
the earth, but these emissions are much lower than those of
conventional fossil fuels. As a result, geothermal power has
the
potential to help mitigate global warming if widely deployed
instead
of fossil fuels.</p>
<br>
<h1>Wind Turbines</h1>
<hr>
<img src="images/turbine250.jpg" alt="Wind Turbines" class="content-image">
<p>If you have the space and the aspect, we have the know-how to
engineer a wind turbine system that generates electricity
when
the wind blows. Team a wind turbine with a solar PV system
and
you increase your energy generation potential.</p>
<p>New to wind power? HT Green can show you more about how a wind
turbine works, the benefits of wind energy and how a wind
turbine is installed.</p>
<p>If you're not sure on the type of turbine you need, before you
buy from us,contact one of our wind power experts for the right
advice.</p>
<div class="button-container">
<a href="#" class="back-to-top">Back to top</a>
</div>
<footer>
<p>Copyright © 2024</p>
</footer>
</div>
</body>
</html>