-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
394 lines (364 loc) · 22.6 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
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
<!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/css2?family=Lato:wght@400;700;900&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Ranchers&display=swap" rel="stylesheet">
<!----main CSS-->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/style.css">
<!-- animate.css-->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<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: black; font-weight: bold; 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: black; font-weight: bold; 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: black; font-weight: bold; border-bottom: 3px solid red;" href="index.html">Home</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" style="color: black; font-weight: bold;" href="about-us.html">About-Us </a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" style="color: black; font-weight: bold;" href="services.html">Services</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" style="color: black; font-weight: bold;" href="materials.html">Materials</a>
</li>
<li class="nav-item mr-1">
<a class="nav-link" style="color: black; font-weight: bold;" 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="images/biogas-plnt.jpg" class="d-block1 w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 class="animate__animated animate__fadeInDown animate_delay-5s text-white">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="images/biogas-plant.jpg" class="d-block1 w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 class="animate__animated animate__fadeInDown animate_delay-5s text-white">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="images/waste.jpg" class="d-block1 w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 class="animate__animated animate__fadeInDown animate_delay-5s text-success">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="images/biogas-model.png" class="d-block1 w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 class="animate__animated animate__fadeInDown animate_delay-5s text-success">Welcome To Bio-Gas Energy Technology</h2>
<p>driving our Renewable future</p>
</div>
</div>
<div class="carousel-item">
<img src="images/waste-to-power-generator.jpg" class="d-block1 w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 class="animate__animated animate__fadeInDown animate_delay-5s text-white">Welcome To Bio-Gas Energy Technology </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>
<!---------------- Home(plan) Section ------------------------------>
<div class="text-center ">
<h2 class="heading-line1 py-3 animate__animated animate__zoomIn">OUR PLAN</h2>
<div class="mx-auto heading-line"></div>
</div>
<div class="container-fluid">
<header class="header" id="home">
<div class="container">
<div class="row" style="color: #4F4F4F;">
<div class="col-lg-6 col-sm-8 col-md-6 " style="margin-top:20px;margin-bottom: 30px;">
<h1 class="." data-aos="fade-down" style="font-size: 2em; font-weight: bold;">Energy Training at its Peak</h1>
<p class=" w-lg-70 w-md-75 w-sm-100 my-3 text-left" data-aos="fade-right" style="font-size:1em;">One man’s trash is another man’s treasure. We offer a platform to access expert training in the waste-to-energy business to make the world cleaner. When energy is produced from waste, the fuel is burned. The fuel can be anythin
g from household waste and plastics to used clothing and wood waste. Biomass or trash can be turned into a pure, burnable gas through gasification. As your partner, we have the competence to complete your processes and technology.
</p>
<a href="#"><button type="button" class="p btn btn-success" data-aos="fade-up"
data-aos-duration="2000">Get Started</button></a>
</div>
<div class="background-image col-sm-6 col-md-6 col-lg-6">
</div>
</div>
</div>
</header>
<div class="text-center ">
<h2 class="heading-line1 py-3 animate__animated animate__zoomIn">Why Train with us</h2>
<div class="mx-auto heading-line"></div>
</div>
<div class="text-center bg-hero">
<div class="container pt-5">
<div class="row row-cols-1 row-cols-md-2">
<div class="col mb-3 mt-2">
<div class="card card-section" data-aos="fade-up" data-aos-anchor-placement="bottom-center " data-aos-duration="2000 ">
<div class="card-footer bg-success ">
<h6 class="text-center text-white">Learn from Experts</h6>
</div>
<div class="card-body">
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam quia distinctio fuga dicta, dignissimos ipsum voluptatibus tempore aliquam facilis sit vitae assumenda corporis quaerat minima laboriosam
</p>
</div>
</div>
</div>
<div class="col mb-3 mt-2">
<div class="card card-section" data-aos="fade-up" data-aos-anchor-placement="bottom-center " data-aos-duration="2000 ">
<div class="card-footer bg-success ">
<h6 class="text-center text-white">study With Practicals</h6>
</div>
<div class="card-body">
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam quia distinctio fuga dicta, dignissimos ipsum voluptatibus tempore aliquam facilis sit vitae assumenda corporis quaerat minima laboriosam
</p>
</div>
</div>
</div>
<div class="col mb-3 mt-2">
<div class="card card-section" data-aos="fade-up" data-aos-anchor-placement="bottom-center " data-aos-duration="3000 ">
<div class="card-footer bg-success ">
<h6 class="text-center text-white">Convert Your Own wastes</h6>
</div>
<div class="card-body">
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam quia distinctio fuga dicta, dignissimos ipsum voluptatibus tempore aliquam facilis sit vitae assumenda corporis quaerat minima laboriosam
</p>
</div>
</div>
</div>
<div class="col mb-3 mt-2">
<div class="card card-section" data-aos="fade-up" data-aos-anchor-placement="bottom-center " data-aos-duration="3000 ">
<div class="card-footer bg-success ">
<h6 class="text-center text-white">Become a proffesional</h6>
</div>
<div class="card-body">
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam quia distinctio fuga dicta, dignissimos ipsum voluptatibus tempore aliquam facilis sit vitae assumenda corporis quaerat minima laboriosam
</p>
</div>
</div>
</div>
</div>
<div class="text-center ">
<a href="services.html">
<button type="button " class="btn btn-outline-success text-success ">Join Now
</button>
</a>
</div>
</div>
</div>
<div class="text-center ">
<h2 class="heading-line1 py-3 animate__animated animate__zoomIn">Support The Training</h2>
<div class="mx-auto heading-line"></div>
</div>
<div class="container-fluid bg-success text-white mb-4 support">
<div class="row row-cols-1 row-cols-md-2">
<div class="col mb-3">
<div class="card-img text-center">
<img src="./img/undraw_Delivery_re_f50b.png" class="card-img-top img-fluid text-center" alt="..." style="height: 18%; width: 38%;" data-aos="flip-down" data-aos-duration="2000 ">
<div class="card-body">
<p class="card-text" data-aos="fade-right">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<div class="text-center ">
<a href="Donate.html">
<button type="button " class="btn btn-outline-light ">Donate Now</button>
</a>
</div>
</div>
</div>
</div>
<div class="col mb-3 ">
<div class="card-img text-center">
<img src="img/undraw_investment_data_yfvt.png" class="card-img-top img-fluid " alt="..." style="height: 30%; width: 42%;" data-aos="flip-down" data-aos-duration="3000 ">
<div class="card-body">
<p class="card-text" data-aos="fade-left">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<div class="text-center ">
<a href="investors.html">
<button type="button " class="btn btn-outline-light">invest Now
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!---------------- news letter section Section --------------------->
<section id="newsletter" class="py-1">
<div class="container">
<div class="row">
<div class="col-md-10 mx-auto">
<div class="section-heading text-center">
<div class="text-center ">
<h2 class="heading-line1 section-title text-center pb-3 " data-aos="zoom-in" data-aos-duration="2000 ">Subscribe to Our latest offers and News</h2>
<div class="mx-auto heading-line"></div>
</div>
</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 container-fluid" 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 " width="100%">
<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://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<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="JS/main.js"></script>
</body>
</html>