-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
189 lines (143 loc) · 6.8 KB
/
index.html
File metadata and controls
189 lines (143 loc) · 6.8 KB
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hartplan</title>
<link rel="stylesheet" type="text/css" href="hartplan.css">
</head>
<body>
<header>
<div class="container-img-h2 logo" style="background-color: rgb(236, 140, 140);">
<div class="contents-icon-and-contact-info">
<img id="icon" src="images/Hartplan.png" height="40px">
</div>
<div class="contents-icon-and-contact-info " >
<p id="paragraph-contents-contact-info" style="color: black;">+234 813 346 2928 | info@hartplannigerialimited.ng</p>
</div>
</div>
</header>
<nav class="navbar" id="background">
<div id="container-navlink-buttons">
<ul class="nav-links">
<li class="nav-options"><a href="index.html">Home</a></li>
<li class="nav-options"><a href="aboutus.html">About Us</a></li>
<li class="nav-options"><a href="services.html">Services</a></li>
<li class="nav-options"><a href="contactus.html">Contact Us</a></li>
</ul>
<div class="hamburger-menu">
<div class="hamburger" id="hamburger">
☰
</div>
<div class="dropdown-menu" id="dropdown-menu">
<a href="index.html">Home</a></li>
<a href="aboutus.html">About Us</a>
<a href="services.html">Services</a>
<a href="contactus.html">Contact Us</a>
</div>
</div>
<div id="container-signin-and-sign-out">
<button id="signup" class="signin-and-sign-out"> <a href="./Signup.html">Sign Up</a></button>
<button id="Login" class="signin-and-sign-out"><a href="./Login.html">Log In</a></button>
</div>
</div>
<div class="content">
<h2 id="heading">Welcome to Hartplan</h2>
<p id="text">Find out what makes us unique.</p>
<a id="button" href="index.html" class="btn">Learn More</a>
</div>
</nav>
<section class="why-hartplan">
<div>
<h2 id="why-hartplan-h2">Why <span id="why-hartplan-span">Hartplan?</span>
</h2>
<hr>
<div class="container-contents-why-hartplan">
<div class="why-hartplan-content" id="content1">
<h3 id="why-hartplan-h3">Contribute to a cleaner environment today.</h3>
<a id="why-hartplan-content-btn" href="./services.html">Start today</a>
</div>
<div class="why-hartplan-content" id="content2">
<p id="paragraph-contents-why-hartplan">
Switching your vehicle to CNG with us is a smart choice for both your wallet and the environment. Our expert team ensures a seamless conversion process, providing you with a reliable, high-quality system that offers significant fuel savings.<br>
<br>
By choosing Hartplan, you will enjoy lower fuel costs, reduce your carbon footprint, and extend your vehicle's lifespan. Plus, our after-sales support guarantees peace of mind long after the conversion.
Let us help you make the switch to a cleaner, more economical driving experience today!"
<br>
<div class="call-info">
<div>
<img src="images/icons8-call-24.png" height="20px">
</div>
<div>
<p id="why-hartplan-call">Call us:+234 813 346 2928</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="achievement">
<h2 id="achievement-h2" style="padding: 20px;">We provide you with a greener and better <Span style="color: #621a1d;">driving Experience</Span></h2>
<hr>
<div id="container-achievement-content">
<div class="achievement-content" id="achievement-content1">
<img src="images/icons8-customers-50.png" alt="customer image">
<p style="font-size: 25px;">120+</p>
<p>Customers</p>
</div>
<div class="achievement-content" id="achievement-content2">
<img src="images/icons8-car-50.png" alt="car conversion image">
<p style="font-size: 25px;">1300+</p>
<p>Conversions</p>
</div>
<div class="achievement-content" id="achievement-content3">
<img src="images/icons8-cost-saving-50.png" alt=" cost savings image">
<p style="font-size: 25px;">10M naira</p>
<p>Saved</p>
</div>
</div>
</section>
<section class="about-and-user-section">
<div class="container-about-and-user-section">
<div class="about-and-user-container">
<div class="about-container">
<ul class="list-items-about">
<li style="font-weight: 800; font-size: larger; color: #621a1d;">About</li>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
<div class="user-container">
<ul class="list-items-user">
<li style="font-weight: 800; font-size: larger; color: #621a1d;">Users</li>
<li><a href="#">Terms of use</a></li>
<li><a href="#">Privacy policy</a></li>
<li><a href="./Login.html">Login</a></li>
<li><a href="./Signup.html">Signup</a></li>
</ul>
</div>
</div>
<div class="at-hartplan-container">
<h3 style="font-weight: 800; font-size: larger; color: #621a1d;">At Hartplan</h3>
<p>
We are dedicated to leading the transition towards a more sustainable and environmentally responsible future. Our commitment is rooted in providing reliable, efficient, and innovative CNG conversion solutions that reduce carbon footprints and promote cleaner energy use.<br>
</p>
</div>
</div>
<hr>
<footer>
<div class="container-allrightreserved">
<p>© 2024 Hartplan Nigeria Limited. All rights reserved.</p>
</div>
<div class="container-socials">
<a href="#"><img src="images/icons8-facebook-50.png" alt="facebook-logo"></a>
<a href="#"><img src="images/icons8-instagram-50.png" alt="instagram-logo"></a>
<a href="#"><img src="images/icons8-twitterx-50.png" alt="x-logo"></a>
</div>
</footer>
</section>
<script src="hartplan.js"></script>
</body>
</html>