-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathabout-us.html
408 lines (388 loc) · 24 KB
/
about-us.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
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>BG-Energy Tech</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href=".png" type="image/x-icon">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Material Design Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.0/css/mdb.min.css" rel="stylesheet">
<!-- font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<!----main CSS--->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/style.css">
<!-- animate.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
</head>
<body id="page-top">
<!--------------------- Navigation bar section ------------->
<nav class="navbar navbar-toggleable-md navbar-expand-md navbar-expand-lg sticky-top shadow p-8 ">
<a class="navbar-brand brand-name font-weight-bold text-success" href="about-us.html"><img src="img/logo.jpg" alt="logo" class="img-fluid">
</a>
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#collapsibleNavId" aria-controls="collapsibleNavId" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand font-weight-bold text-success" href="#"></a>
<div class="nav-item mr-1">
<a class="animate__heartBeat animate__delay-2s nav-link" style="color: green; border: 3px solid green;" href="investors.html">Invest</a>
</div>
<div class="nav-item mr-1">
<a class="animate__heartBeat animate__delay-4s nav-link" style="color: green; border: 3px solid green;" href="Donate.html">Donate</a>
</div>
<div class="collapse navbar-collapse justify-content-center" id="collapsibleNavId">
<ul class="nav navbar-nav">
<!--navbar-nav-->
<li class="nav-item mr-3">
<a class="nav-link active" style="color: green;" href="index.html">Home</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" style="color: green;" href="about-us.html">About-Us </a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" style="color: green;" href="services.html">Services</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" style="color: green;" href="materials.html">Materials</a>
</li>
<li class="nav-item mr-1">
<a class="nav-link" style="color: green;" href="Contact-us.html">Contact-Us </a>
</li>
<!-- Example split danger button -->
<div class="btn-group ">
<button type="button" class="btn btn-success dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
Login </button>
<div class="dropdown-menu">
<a class="dropdown-item" href="user-login.html">User
</a>
<a class="dropdown-item" href="admin-login.html">Admin</a>
</div>
</div>
<div class="btn-group mr-1">
<button type="button" class="btn btn-success dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
Register</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="signup-user.html">Individual
</a>
<a class="dropdown-item" href="signup-farmer.html">Farm Owner</a>
<a class="dropdown-item" href="signup-com.html">Community
</a>
</div>
</div>
</ul>
</div>
</nav>
<!------------------ carousel Section -------------------------------->
<div id="carouselExampleFade" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/slider10.jpeg" class="d-block1 w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 class="animate__fadeInUp">Welcome To Bio-Gas Energy Technology Network</h2>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/slider7.jpg" class="d-block1 w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 class="animate__fadeInUp">Welcome To Bio-Gas Energy Technology Network</h2>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/slider8.jpg" class="d-block1 w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 class="animate__fadeInUp">Welcome To Bio-Gas Energy Technology</h2>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/slider9.jpg" class="d-block1 w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 class="animate__fadeInUp">Welcome To Bio-Gas Energy Technology Network</h2>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/slider8.jpg" class="d-block1 w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2>Welcome To Bio-Gas Energy Technology Network</h2>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleFade" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleFade" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!---------------- About us section1 starts from here------------------------>
<div class="text-center py-2">
<h2 class="heading-line1 py-3 text-success">About Us</h2>
<div class="mx-auto heading-line"></div>
</div>
<div class="container-fluid">
<p class="text-center ml-3 mr-3">
BG-Energy Tech is an organisation born out of the need to proffer pragmatic, feasible and realistic solutions to the problems threatening our environment and the problems associated with power generation and distribution in Nigeria. The core of our business
is the production of biogas for cooking, power Generation and biogas fertilizer(a byproduct of biogas production). We also specialize in the training of individuals and corporate bodies in the production of bio-gas and offer quality consultancy
services. We want to build a legacy of adopting and adapting existing innovations that can bring about sustainable growth and development to our country Nigeria.
</p>
<div class="container-fluid vmv">
<div class="row">
<div class="statement col-sm">
<img src="images/vision.png" alt="" class="img-fluid text-center">
<h4 class="text-success text"> OUR VISION</h4>
<p class="text-center text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus saepe, alias voluptates dolorum blanditiis reiciendis!</p>
</div>
<div class="col-sm">
<img src="images/mission.png" alt="" class="img-fluid text-center">
<h4 class="text-success text">OUR MISSION</h4>
<p class="text-center text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Est quidem vitae reprehenderit tenetur, perspiciatis illum.</p>
</div>
<div class="col-sm">
<img src="images/values.jpg" alt="" class="img-fluid text-center">
<h4 class="text-success text">OUR PROMISE</h4>
<p class="text-center text">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sunt, ea. Repellat, quae perspiciatis. Quisquam, eaque!</p>
</div>
</div>
</div>
</div>
<!---------------- Aboout us section2 starts from here------------------------>
<div class="text-center py-1">
<h2 class="heading-line1 py-3 text-success">Meet Our Team</h2>
<div class="mx-auto heading-line"></div>
</div>
<div class="row row-cols-1 row-cols-md-3 mr-5 mb-1 ml-5">
<div class="col mb-4">
<div class="card ">
<img src="img/Belrah.jpg" class="card-img-top img-fluid3 mt-3" alt="Belrah">
<div class="card-body">
<h5 class="card-title text-center"> <span class="text-success">Mercy Belrah Kalu</span></h5>
<p class="card-text text-center">Mercy Belrah Kalu, handles the site layout and of BG-Energy Tech and a tech4dev member. Belrah is one of the major contributor on BG Energy Tech and has some foundational knowledge and experience about Web design with several certificates.
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="img/Debbi.jpg" class="card-img-top img-fluid3 mt-3" alt="debbi">
<div class="card-body">
<h5 class="card-title text-center"> <span class="text-success">Ugonnma eborah Ogu</span></h5>
<p class="card-text text-center">Ugomma Deborah Ogu, handles the marketing analysis of BG- Energy Tech and a tech4dev member. Deborah is one of the major contributor on BG Energy Tech and has some foundational knowledge and experience about Web design with several
certificates.
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card ">
<img src="img/zainab.jpg" class="card-img-top img-fluid3 mt-3" alt="zainy">
<div class="card-body">
<h5 class="card-title text-center"><span class="text-success">Olugbon Zainab Titilope</span></h5>
<p class="card-text text-center">Olugbon Zainab Titilope, handles the content for farm learners of BG- Energy Tech and a tech4dev member. Zainab is one of the major contributor on BG Energy Tech and has some foundational knowledge and experience about Web design with
several certificates.</p>
</div>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-md-3 mr-5 mb-1 ml-5 md4 ">
<div class="col mb-2">
<div class="card">
<img src="img/Bukhety.jpg" class="card-img-top img-fluid3 mt-3" alt="bukhety" style="border-radius:50px;">
<div class="card-body">
<h5 class="card-title "> <span class="text-success">Adegboye Bukola</span></h5>
<p class="card-text text-center">Adeboye Bukola, handles the business concept of BG-Energy Tech and a tech4dev member. Bukola is one of the major contributor on BG-Energy Tech and has some foundational knowledge and experience about Web design with several certificates.
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="img/Redaah.jpg" class="card-img-top img-fluid3 mt-3" alt="Reedah">
<div class="card-body">
<h5 class="card-title"> <span class="text-success">Muhammed Faridat</span></h5>
<p class="card-text text-center">Muhammed Faridat, handles the content of community learners of BG-Energy Tech and a tech4dev member. Faridat has one of the major contributor on BG Energy Tech and has some foundational knowledge and experience about Web design with
several certificates.</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="img/Maria.jpg" class="card-img-top img-fluid3 mt-3" alt="maria">
<div class="card-body">
<h5 class="card-title"> <span class="text-success">Onasanya Maria</span></h5>
<p class="card-text text-center">Onasanya Maria, handle the power point presentation of BG-Energy Tech and a tech4dev member. Maria has one of the major contributor on BG Energy Tech and has some foundational knowledge and experience about Web design with several
certificates.
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="img/Meenah.jpg" class="card-img-top img-fluid3 mt-3" alt="meenah">
<div class="card-body">
<h5 class="card-title"> <span class="text-success">Animashaun Aminat</span></h5>
<p class="card-text text-center">Animashaun Aminat, handles the financial plan of BG-Energy Tech and a tech4dev member. Aminat has one of the major contributor on BG Energy Tech and has some foundational knowledge and experience about Web design with several <br> certificates.
</p>
</div>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-md-3 mr-5 mb-1 ml-5">
<div class="col mb-4">
<div class="card ">
<img src="img/Roheemah.jpg" class="card-img-top img-fluid3 mt-3" alt="Roheemah">
<div class="card-body">
<h5 class="card-title text-center"> <span class="text-success">Abolare Roheemah</span></h5>
<p class="card-text text-center">Abolare Roheemah, handles the operational plan of BG-Energy Tech and a tech4dev member. Roheemah has one of the major contributor on BG Energy Tech and has some foundational knowledge and experience about Web design with several certificates.
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card ">
<img src="img/Mariam.jpg" class="card-img-top img-fluid3 mt-3" alt="mariam">
<div class="card-body">
<h5 class="card-title text-center"> <span class="text-success">Ismael Mariam Saka</span></h5>
<p class="card-text text-center">Ismael Mariam Saka, content for individual learner of BG- Energy Tech and a tech4dev member. Mariam has one of the major contributor on BG Energy Tech and has some foundational knowledge and experience about Web design with several
certificates.
</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card ">
<img src="img/Judith.jpg" class="card-img-top img-fluid3 mt-3" alt="Judith">
<div class="card-body">
<h5 class="card-title text-center"> <span class="text-success"> Igemokhai Judith</span></h5>
<p class="card-text text-center">
Igemokhai Judith, handles the management team of BG-Energy Tech and a tech4dev member. Judith has one of the major contributor on BG Energy Tech and has some foundational knowledge and experience about Web design with several certificates.
</p>
</div>
</div>
</div>
</div>
<!---------------- Aboout us section3 starts from here------------------------>
<!---------------- news letter section Section --------------------->
<section id="newsletter" class=".">
<div class="container">
<div class="row">
<div class="col-md-10 mx-auto">
<div class="section-heading text-center">
<h2 class="animate__animated animate__fadeInLeft section-title text-center pb-1 font-weight-bold text-success">Subscribe to Our latest offers and News</h2>
<hr class="mb-1 d-inline-block mx-auto " style="width: 97px; height: 2px; background-color: red; ">
</div>
<div class=" form-group font-weight-bold ">
<label for="email ">Email:</label>
<input type="text " name="email " id="newsletter-email " class="form-control " placeholder="Enter Email.. " aria-describedby="helpId " required>
</div>
<div class="text-right ">
<button type="button " class="btn btn-outline-success ">Subscribe</button>
</div>
</div>
</div>
</div>
</section>
<!---------------- Footer1 Section --------------------------------->
<footer class="page-footer text-light pt-4 " style="background-color:rgb(5, 58, 5); ">
<div class="container text-center text-md-left py-4 ">
<div class="row ">
<div class="col-md-3 mx-auto mb-4 ">
<div class=" font-weight-bold font-size-50 " style="color: yellow; "><img src="img/logo-2.png" class="img-fluid" alt=""></div>
<p class="mt-2 text-white ">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cursus est, urna egestas viverra pellentesque a aenean nisi gravida. Sed vel at sed leo volutpat elit. </p>
</div>
<div class="col-md-2 mx-auto mb-2 ">
<h6 class="text-uppercase font-weight-bold " style="color: yellow; ">SERVICES</h6>
<hr class="mb-2 mt-0 d-inline-block mx-auto " style="width: 85px; height: 2px; background-color: red; ">
<ul class="list-unstyled ">
<li class="my-2 text-white "><a href="shop.html ">Individuals</a></li>
<li class="my-2 text-white "><a href="shop.html ">Farmers</a></li>
<li class="my-2 text-white "><a href="shop.html ">communities</a></li>
<li class="my-2 text-white "><a href="shop.html ">Estate Owners</a></li>
</ul>
</div>
<div class="col-md-2 mx-auto mb-2 ">
<h6 class="text-uppercase font-weight-bold " style="color: yellow; ">QUICK LINKS</h6>
<hr class="mb-2 mt-0 d-inline-block mx-auto " style="width: 85px; height: 2px; background-color:red; ">
<ul class="list-unstyled ">
<li class="my-2 text-white "><a href="index.html ">Home</a></li>
<li class="my-2 text-white "><a href="about.html ">About-Us</a></li>
<li class="my-2 text-white "><a href="shop.html ">Services</a></li>
<li class="my-2 text-white "><a href="contact.html ">Contact-Us</a></li>
</ul>
</div>
<div class="col-md-3 mx-auto mb-2 ">
<h6 class="text-uppercase font-weight-bold " style="color: yellow; ">CONTACTS</h6>
<hr class=" mb-2 mt-0 d-inline-block mx-auto " style="width: 85px; height: 2px; background-color:red; ">
<ul class="list-unstyled ">
<li class="my-2 ">
<a href=" ">
<i class="fas fa-home mr-2 text-white "></i>Adejo Str,V/I Lagos.
</a>
</li>
<li class="my-2 ">
<a href=" ">
<i class="fas fa-envelope mr-2 "></i> <i style="color: yellow; ">[email protected]</i>
</a>
</li>
<li class="my-2 ">
<a href=" ">
<i class="fas fa-phone mr-2 "></i> <i style="color: yellow; ">+2347 023 987 654</i>
</a>
</li>
<li class="my-2 ">
<a href=" ">
<i class="fas fa-tty mr-2 "></i> <i style="color: yellow; "> +01 543 214 098</i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright text-center py-3 ">
<div>
<i class="fab fa-linkedin-in " style="color: white "> </i>
<i class="fab fa-github " style="color: white "> </i>
<i class=" fab fa-twitter " style="color: white "> </i>
<i class="fab fa-facebook-f " style="color: white "> </i>
</div>
<div class="row d-flex justify-content-center ">
<div id="copyright " class="text-center text-white ">
<p class="mb-0 " style=" color: yellow; "> By © Techsters Group3</p>
<small class="font-weight-bold ">
Copyright © 2020 Bio-Gas Energy Technology. All Rights Reserved.
</small>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js " integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " crossorigin="anonymous "></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js " integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1 " crossorigin="anonymous "></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js " integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM " crossorigin="anonymous "></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="JS/main.js"></script>
</body>
</html>