-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
327 lines (269 loc) · 20.5 KB
/
aboutus.html
File metadata and controls
327 lines (269 loc) · 20.5 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" type="text/css" href="aboutus.css">
</head>
<body>
<header>
<div class="container-img-h2 logo">
<div class="contents-icon-and-contact-info">
<img id="icon" src="images/Hartplan.png" alt="img-logo" height="40px">
</div>
<div class="contents-icon-and-contact-info">
<p id="paragraph-contents-contact-info">+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>
</nav>
<section class="who-we-are">
<h2 style="font-size:25px;">Who We<span style="color: #621a1d;">Are</span></h2>
<hr>
<div class="paragraph-who-we-are-container">
<div class="who-we-are-img">
<img src="images/ay5d0k9i 1200.png" id="who-we-are-img" alt="A-woman making a welcome gesture">
</div>
<div class="who-we-are-paragraph">
<p>At Hartplan, we are passionate about driving a cleaner, more sustainable future. As a leading provider of CNG (Compressed Natural Gas) conversion solutions, our mission is to help individuals and businesses transition to environmentally friendly fuel options without compromising on performance or efficiency.
<br><br>
With years of experience in the automotive industry, our team of certified experts is dedicated to delivering high-quality conversion services that are both reliable and affordable. We pride ourselves on using the latest technology and adhering to the highest safety standards, ensuring that your vehicle operates smoothly and efficiently on CNG.
<br><br>
Whether you're looking to convert your vehicle, purchase high-quality CNG kits, or gain hands-on training in CNG conversion, our expert team is here to guide you every step of the way. Join us in our commitment to a greener future, one vehicle at a time.</p>
</div>
</div>
</section>
<section class="what-makes-us-unique-container">
<h2 style="font-size:25px;">What makes Us <span style="color: #621a1d;">Unique</span></h2>
<hr>
<div class="paragraph-what-makes-us-unique-container">
<div class="what-makes-us-unique-img">
<img src="images/Technician pics 3 - Copy.jpg" id="what-makes-us-unique-img" alt="Technicians working on a car">
</div>
<div class="what-makes-us-unique-paragraph">
<p>At Hartplan, we are more than just a CNG conversion company—we are pioneers in sustainable transportation solutions. Our commitment to excellence is evident in every conversion we undertake, ensuring that each vehicle not only meets but exceeds industry standards for safety, efficiency, and environmental impact. What sets us apart is our tailored approach to every project. We understand that each vehicle and client has unique needs, and we offer customized solutions that maximize performance while reducing carbon footprints.
<br><br>
Our team of certified experts brings years of experience and a passion for innovation, constantly pushing the boundaries of what's possible with CNG technology. We use the latest, most reliable equipment and follow rigorous quality control processes to guarantee that our conversions deliver superior performance, fuel economy, and durability.
<br><br>
Additionally, we pride ourselves on our comprehensive customer support—from the initial consultation to post-conversion maintenance and beyond, we are with you every step of the way. Our dedication to customer satisfaction and our proactive approach to problem-solving ensure that you receive not just a service, but a partnership focused on sustainable, long-term success.
</p>
</div>
</div>
</section>
<section class="meet-our-team">
<h2>Meet our <span style="color: #621a1d;">Team</span></h2>
<hr>
<p>
At Hartplan, our leadership is driven by a passion for innovation and sustainability. With decades of combined experience in alternative fuel technologies, our executive team is dedicated to advancing the adoption of Compressed Natural Gas (CNG) as a cleaner, cost-effective alternative to traditional fuels.
<br>
Our leaders bring a wealth of expertise in engineering, environmental stewardship, and business growth, ensuring that we remain at the forefront of the CNG conversion industry. Together, we are committed to providing high-quality solutions that reduce emissions, lower fuel costs, and contribute to a greener future for all.
<br>
Meet the team that's driving change and fueling the future with CNG.
</p>
<div class="team-member-container">
<div id="team-member1">
<div class="team-member-image" id="member1"><img src="images/Mr Kingsley pics 1200-removebg-preview.jpg" style="border: top left radius 20px;" alt="A picture of Mr Kingsley"></div>
<div class="team-member-about">
<h5>
<b style="font-size: 20px; color: #621a1d;">Kingsley Odoh</b>
<br>
<span>Managing Director</span>
</h5>
<p>
With over 32 years of comprehensive experience in the IT, Business
Enterprise, Energy and Power, and Gas sectors, Kingsley has established
himself as a seasoned leader and strategic visionary with a robust portfolio
of leadership responsibilities. His career has been marked by progressive
roles, including Senior Sales Consultant, Business Development Manager,
Chief Operating Officer, Managing Director, and Chief Executive Officer
across multiple esteemed organisations. He has also provided valuable
insights and strategic guidance in the public sector as a Special Adviser,
Technical Services to the Honourable Minister of Power in 2023.
<br><br>
Kingsley's professional journey is underscored by significant achievements
and a commitment to excellence. In the power sector alone, he has
accumulated 15 years of specialised experience, coupled with over two
decades in the ICT sector. His roles have enabled him to drive business
growth, spearhead innovative solutions, and lead high-performing teams to
exceed business objectives.
Kingsley holds an impressive array of certifications and has completed
numerous courses to enhance his strategic and technical acumen. His
expertise is further enriched by international exposure through training and
seminars in diverse locations.
</p>
</div>
</div>
<div id="team-member2">
<div class="team-member-image" id="member2"><img src="images/Mr Sam Edited.png" alt="A picture of Mr Sam"></div>
<div class="team-member-about">
<h5>
<b style="font-size: 20px; color: #621a1d;">Samuel Chijioke Ekwueme</b>
<br>
<span>Executive Director, Finance & Operations </span>
</h5>
<p>
Sam is a visionary leader with extensive managerial experience across
multiple industries. He brings extensive experience in executive
management and leadership with more than 32 years of progressive
experience in both the public and Private Sector. <br><br>
He is commercially and strategically astute with a track record of successful negotiations and
management of high value projects and relationships. Proven
organisational, leadership and people management skills with the ability to
lead cross-functional teams. Highly skilled in planning, budgeting,
organising and implementing economic development functions from
conception to completion, including business retention, business attraction
and incentive programs. Other experience spans supply chain
management, organisational/business re-engineering and process
optimisation, cost engineering and project services, finance and business
management in a global international oil and gas organisation.<br><br>
Sam is also committed to driving cost reduction programs and business
growth through a strategic view of planning, procurement and a focus on
positively impacting the bottom line. Strong process awareness with a keen
eye for process improvement opportunities backed with experience at
leadership level. Demonstrated capacity in relationship management and
bilateral engagements.
</p>
</div>
</div>
<div id="team-member3">
<div class="team-member-image" id="team-member3"><img src="images/download-removebg-preview.jpg" alt="a picture of Mr Esi"></div>
<div class="team-member-about">
<h5>
<b style="font-size: 20px; color: #621a1d;">Esikhogie Michael Ikanade-Agba </b>
<br>
<span>Executive Director, IT & Strategy</span>
</h5>
<p>
Esikhogie is a distinctive with a proven track record of developing company policies and processes in the private sector and consulting on policy at the federal government level. Esikhogie is a co-founder of three companies in different fields, demonstrating his versatility and adaptability to make an impact across industries.
<br><br>
Esikhogie's versatility is further exemplified by his role as Chief Strategy Officer for a Nigerian garment factory with over 25 years of experience in the industry. He also consults for a 500-hectare farming company, demonstrating his ability to quickly understand the workings of any industry and make an impact.
<br><br>
Esikhogie holds a MSc in Business from Warwick Business School and a BSc in Information Technology Management for Business. These degrees give him a knack for modern business strategy in a tech-positive world. His educational background, coupled with his experience as a talented UI/UX Designer, enriches him with a unique perspective on the high-level logic required to interface with various stakeholders from all industries while ensuring that solutions developed are not only functional but also visually appealing and user-friendly.
<br><br>
In addition to his impressive professional accomplishments, Esikhogie was a key member of the Technical Working Group (TWC) on Youths & Sports Development for Nigeria’s National Development Plan (NDP) 2021-2025 and the prospective plan, Nigeria Agenda 2050. He led the review, analysis, and improvement of youth issues across multiple committees, specifically the Political, Economic, and Technology sub-sectors of youth issues, showcasing his ability to switch context and tackle complex challenges in any field.
<br><br>
With over 7 years of work experience, Esikhogie continues to drive business growth, spearhead innovative solutions, and lead high-performing teams to exceed business objectives. His dedication and expertise have been recognised across various domains, solidifying his reputation as a forward-thinking leader.
</p>
</div>
</div>
<div id="team-member4">
<div class="team-member-image" id="team-member4"><img src="images/Mrsammyguy new-removebg-preview (1).jpg" alt="a picture of Mr Sam"></div>
<div class="team-member-about">
<h5>
<b style="font-size: 20px; color: #621a1d;">Samuel Olumuyiwa Afuwape</b>
<br>
<span>AGM, Finance & Operations </span>
</h5>
<p>
Samuel is the Assistant General Manager of Finance and
Operations with over 19 years of work experience in financial analysis,
strategic planning, and project management. With a robust background in
leveraging analytical prowess to deliver actionable insights and innovative
solutions, he is adept at optimising operational efficiencies and enhancing
profitability across diverse sectors. <br><br>
In 2015, Samuel Afuwape developed and executed strategic plans to drive revenue
growth and improve profitability in the largest hotel in Kano, Grand Central Hotel. He
redesigned the F & B department of the hotel in a manner that was suitable for the
present and the future. He achieved a remarkable feat in his first month of his
resumption. The F & B department earned its profit for the first time in three years.
This happened in the first month of his resumption. <br><br>
He has a proven track record of success in financial planning, operational
optimization, and strategic leadership. Led financial planning, budgeting, and
forecasting for a portfolio of other hotels and restaurants such as Traffic Bar and
Restaurant, Binos Hospitality, Missouri Hotel; Implemented operational control
system, resulting in 35% reduction in operational expenses.<br><br>
For over three years and counting, Samuel has been providing expertise in
management consultancy, operational improvement, and project management services
to clients across various industries on federal government projects. Some of my
corporate clients include but not limited to Kinhart Ltd, Azzedine Ltd, Nigerian
Building & Road Research Institute (NBRRI), and Imperio Dorado Ltd. He coordinates
cross-functional teams to deliver projects on time, within budget, and to required
quality standards.
</p>
</div>
</div>
<div id="team-member5">
<div class="team-member-image" id="team-member5"><img src="images/Mr femi pics-removebg-preview - Copy.jpg" alt="a picture of Mr Femi"></div>
<div class="team-member-about">
<h5>
<b style="font-size: 20px; color: #621a1d;">Oluwafemi Adelekan</b>
<br>
<span>AGM, IT & Strategy</span>
</h5>
<p>
Oluwafemi possesses about 20 years cognate work experience spanning across diverse fields in Project & Program Management, Mobile Telecommunication Engineering, Field Operations, Network Management centers operation, Transmission Network Planning, Design & Optimization, Enterprise Solution Services, Information Technology, Business Strategy and Business Analytics.
<br><br> He brings strategic leadership and management skills which ensures a high-performing and results-oriented organization. He was instrumental both as a leader and stakeholder to the successful delivery of high-value projects valued in millions of dollars in the telecommunication sector where he spent about sixteen years in various cross-functional leadership roles, more recent, as the Transmission Planning subject matter expert for 9Mobile Nigeria where he managed the microwave transmission planning and network upgrade projects in eight states in the south-west/south-south regions of Nigeria.
<br><br> He is a certified Project Management Professional (PMP) and has over a decade of project management experience in Engineering, IT and software development sector. With a proven track record of leading cross-functional teams to deliver complex projects on time and within budget, he excels in both predictive and agile methodologies. His ability to coordinate cross-functional teams and support the board of directors has consistently driven projects to meet and exceed their objectives. As a T-shaped professional, his strategic leadership and technical expertise make him an invaluable asset to the organization.
</p>
</div>
</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.
</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="./aboutus.js"></script>
</body>
</html>