forked from Mzosindiso/Cape_Sunny_Energy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (73 loc) · 2.94 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
<!DOCTYPE html>
<head>
<title>Welcome to Cape Sunny Energy</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<nav>
<div class="nav-bar">
<ul>
<img src="images/Logo/Logo.png" id="logo" alt="logo">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Contact</a></li>
<li style="float: right;" id="sign-up"><a href="#">Sign up</a></li>
<li style="float: right;"><a href="#">Login</a></li>
</ul>
</div>
</nav>
<section>
<header class="header">
<div class="header-content">
<p><b>Transforming Sunlight</b></p>
<p><b>into</b></p>
<p><b>Savings</b></p>
<a href="about.html" class="btn">Get started</a>
</div>
</header>
<div class="mycontainer">
<div class="text-image">
<h3>Unlock a Brighter tomorrow with<br>
Cape Sunny Energy, your trusted<br>
partner in solar energy.</h3>
<p class="paragraph">
We aim to empower communities,businesses,and individuals to adopt
renewable energy solutions with that we can achieve a world where there is no pollution when creating source of power.<br>Reducing high tariffs
for electricity.<br>Employing individuals with qualifications, reducing high unemployment.</p>
<h4>Benefits of Solar Energy:</h4>
<ul>
<li> Environmental benefits</li><br>
<li> Financial benefits (savings, incentives, etc.)</li><br>
<li>Energy independence and security</li><br>
</ul>
</div>
<img src="images/index/solar_panels.jpg" alt="installed solar " class="right-image">
</div>
</section>
</body>
<footer>
<div class="footer-banner">
<img src="images/Logo/Logo.png" id="logo" alt="logo">
</div>
<div class="footer-links">
<p>CSE</p>
<a href="#">Company:</a>
<a href="#">Get in touch:</a>
<a href="#">Sign up:</a>
</div>
<div class="newsletter">
<p>Let's connect:</p>
<p><i>Subscribe to our newsletter</i></p>
<input type="email" placeholder="Enter your email" name="email">
<button>Submit</button>
</div>
<div>
<p>Operating hours:</p>
<p>Monday - Friday: 08:00 - 16:30.</p>
<p>Saturdays: 08:30 - 12:30.</p>
<p>Sundays & Public Holidays: Closed.</p>
</div>
</footer>
</html>