This repository was archived by the owner on Aug 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
485 lines (445 loc) · 25 KB
/
index.html
File metadata and controls
485 lines (445 loc) · 25 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
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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,400i,600,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./dist/css/main.css">
</head>
<body>
<header class="site-hader">
<div class="container-fluid main-header">
<div class="row">
<div class="col-5 col-md-3 logo-section">
<a href="#">
<img src="./src/images/Logo-Captiva.png" alt="" class="logo">
</a >
</div>
<div class="col-9 menu-section p-0 d-none d-md-block">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Product</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="main">
<!-- Slider -->
<section class="homepage-page-slider">
<a href="#" class="more-btn d-none d-xl-block">More <img src="./src/images/arrow-down.png" alt="" class="arrow-icon"></a>
<div class="container-fluid">
<div class="row">
<div class="col-12 col-xl-4 text-side">
<h1 class="heading">Power<br>Comes With Responsibility</h1>
<p class="text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.</p>
<p class="text">Ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap thing.</p>
</div>
<div class="col-12 col-xl-7 image-side d-none d-xl-block">
<div class="box"></div>
<img src="./src/images/slider-1.jpg" alt="">
</div>
</div>
</div>
</section>
<!-- Speciality Section -->
<section class="speciality-section homepage-section">
<!-- Section Heding Part -->
<div class="container-fluid container-lg">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<div class="section-heading">
<h2 class="section-title">Captiva Energy Solutions</h2>
<p class="section-description">We are a dynamic team of customer focused professionals providing end to end, sustainable energy solutions, as OEMs of Perkins, UK. We are a single window power solutions provider, from concept to commissioning,<br>focused at delighting customers.</p>
</div>
</div>
</div>
</div>
<!-- /Section Heading Part -->
<div class="container-fluid section-main">
<div class="row justify-content-center">
<div class="col-10 p-0">
<div class="container-fluid p-0">
<div class="row m-0 justify-content-center">
<div class="col-10 col-md-6 col-lg mb-4 mb-lg-0">
<div class="speciality-card" tabindex="0">
<p class="card-number">24/7</p>
<h3 class="head">Customer Support</h3>
<p class="text">We are just a cal away anytime, anywhere.</p>
</div>
</div>
<div class="col-10 col-md-6 col-lg mb-4 mb-lg-0">
<div class="speciality-card" tabindex="0">
<p class="card-number">123</p>
<h3 class="head">Happy Clients</h3>
<p class="text">Lorem Ipsum simply dummy text of the print and test industry.</p>
</div>
</div>
<div class="col-10 col-md-6 col-lg mb-4 mb-lg-0">
<div class="speciality-card" tabindex="0">
<p class="card-number">125</p>
<h3 class="head">Lorem Ipsum</h3>
<p class="text">Contrary to popular belief, to Lorem Ipsum not simply random text.</p>
</div>
</div>
<div class="col-10 col-md-6 col-lg mb-4 mb-lg-0">
<div class="speciality-card" tabindex="0">
<p class="card-number">175</p>
<h3 class="head">Dummy Text</h3>
<p class="text">Contrary to popular belief, Lorem Ipsum is dummy random lore text.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Products Section -->
<section class="product-section homepage-section">
<!-- Section Heding Part -->
<div class="container-fluid container-lg">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<div class="section-heading">
<h2 class="section-title">Our Products</h2>
<p class="section-description">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and <br>scrambled it to make a type specimen book.</p>
</div>
</div>
</div>
</div>
<!-- /Section Heading Part -->
<div class="container-fluid section-main">
<div class="row">
<div class="col-12 col-md-4 mb-4 mb-md-0">
<div class="product-card" tabindex="0">
<img src="./src/images/product-1.png" alt="" class="product-img">
<h3 class="heading">Diesel Gensets</h3>
<p class="text">Lorem Ipsum simply dummy text of the print and test industry.</p>
</div>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0">
<div class="product-card" tabindex="0">
<img src="./src/images/product-2.png" alt="" class="product-img">
<h3 class="heading">Gas Gensets</h3>
<p class="text">Lorem Ipsum simply dummy text of the print and test industry.</p>
</div>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0">
<div class="product-card" tabindex="0">
<img src="./src/images/product-3.png" alt="" class="product-img">
<h3 class="heading">Control Panel</h3>
<p class="text">Lorem Ipsum simply dummy text of the print and test industry.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Service Section -->
<section class="service-section homepage-section">
<!-- Section Heding Part -->
<div class="container-fluid container-lg">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<div class="section-heading">
<h2 class="section-title">Service and Support</h2>
<p class="section-description">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and <br>scrambled it to make a type specimen book.</p>
</div>
</div>
</div>
</div>
<!-- /Section Heading Part -->
<div class="container-fluid section-main">
<div class="row justify-content-center">
<div class="col-12 col-lg-6 img-side">
<div class="img-side-container">
<div class="img-bkg"></div>
<img src="./src/images/services.jpg" alt="">
</div>
</div>
<div class="col-12 col-lg-4 service-side">
<div class="service-side-container">
<div class="service">
<h3 class="service-title">Dealers Near You</h3>
<p class="service-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since.</p>
<a href="#" class="service-btn">Find A Dealer <img class="icon" src="./src/images/long-arrow.png"></a>
</div>
<div class="service">
<h3 class="service-title">Product Manuals</h3>
<p class="service-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since.</p>
<a href="#" class="service-btn">Find Manuals <img class="icon" src="./src/images/long-arrow.png"></a>
</div>
<div class="service">
<h3 class="service-title">Parts & Accessories</h3>
<p class="service-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since.</p>
<a href="#" class="service-btn">Find Parts <img class="icon" src="./src/images/long-arrow.png"></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Letest Posts Section -->
<section class="blogs-section homepage-section">
<!-- Section Heding Part -->
<div class="container-fluid container-lg">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<div class="section-heading">
<h2 class="section-title">News and Customer Tips</h2>
<p class="section-description">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and<br>scrambled it to make a type specimen book.</p>
</div>
</div>
</div>
</div>
<!-- /Section Heading Part -->
<div class="container-fluid section-main">
<div class="row justify-content-center blog-container">
<div class="col-12 col-sm-11 col-md-9 p-0">
<div class="row m-0">
<div class="col-12 col-sm-6 col-lg-4 blog">
<div class="img-container">
<img src="./src/images/blog-1.png" alt="">
</div>
<div class="text-container">
<p class="blog-meta">By Captivaenergy | Fri, Dec, 2019</p>
<a href="#" class="blog-title">Industry's Standard Dummy Text Ever Since Lorem</a>
<a href="#" class="read-more-link">Read More</a>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4 blog">
<div class="img-container">
<img src="./src/images/blog-2.png" alt="">
</div>
<div class="text-container">
<p class="blog-meta">By Captivaenergy | Fri, Dec, 2019</p>
<a href="#" class="blog-title">Industry's Standard Dummy Text Ever Since Lorem</a>
<a href="#" class="read-more-link">Read More</a>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4 blog">
<div class="img-container">
<img src="./src/images/blog-3.jpg" alt="">
</div>
<div class="text-container">
<p class="blog-meta">By Captivaenergy | Fri, Dec, 2019</p>
<a href="#" class="blog-title">Industry's Standard Dummy Text Ever Since Lorem</a>
<a href="#" class="read-more-link">Read More</a>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4 blog">
<div class="img-container">
<img src="./src/images/blog-4.jpg" alt="">
</div>
<div class="text-container">
<p class="blog-meta">By Captivaenergy | Fri, Dec, 2019</p>
<a href="#" class="blog-title">Industry's Standard Dummy Text Ever Since Lorem</a>
<a href="#" class="read-more-link">Read More</a>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4 blog">
<div class="img-container">
<img src="./src/images/blog-5.jpg" alt="">
</div>
<div class="text-container">
<p class="blog-meta">By Captivaenergy | Fri, Dec, 2019</p>
<a href="#" class="blog-title">Industry's Standard Dummy Text Ever Since Lorem</a>
<a href="#" class="read-more-link">Read More</a>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4 blog">
<div class="img-container">
<img src="./src/images/blog-6.jpg" alt="">
</div>
<div class="text-container">
<p class="blog-meta">By Captivaenergy | Fri, Dec, 2019</p>
<a href="#" class="blog-title">Industry's Standard Dummy Text Ever Since Lorem</a>
<a href="#" class="read-more-link">Read More</a>
</div>
</div>
</div>
</div>
</div>
<!-- Read All Button -->
<div class="row justify-content-center">
<div class="col-12 text-center">
<a href="#" class="all-blog-btn">Load More</a>
</div>
</div>
</div>
</section>
<!-- Contact Us Section -->
<section class="homepage-contact-us-section">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 col-md-5 col-lg-4 text-side">
<p>Contrary to popular is belief, Lorem Ipsum is not simply random dummy text.</p>
</div>
<div class="col-12 col-md-7 col-lg-6 form-side">
<div class="main-container">
<h2 class="heading">Contact Us</h2>
<form action="">
<div class="left-side-form w-50 pr-3 mt-4 float-left">
<div class="form-group">
<label>First Name</label>
<input type="text" placeholder="Enter Here">
</div>
<div class="form-group">
<label>Email</label>
<input type="text" placeholder="Enter Here">
</div>
</div>
<div class="right-side-form w-50 pl-3 mt-4 float-left">
<div class="form-group">
<label>Last Name</label>
<input type="text" placeholder="Last Here">
</div>
<div class="form-group">
<label>Phone Number</label>
<input type="text" placeholder="Last Here">
</div>
</div>
<div class="form-group mb-0" style="display: initial;">
<label>Message</label>
<textarea placeholder="Enter Message" rows="4"></textarea>
<button type="submit" class="wpcf7-submit"><i class="fas fa-paper-plane fa-2x"></i></button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="homepage-contact-section">
<!-- For The Ovelay Of The Map -->
<div class="map-overlay"></div>
<div class="container-fluid contact-top-section mb-5">
<div class="row justify-content-center">
<div class="col-12 col-md-4 col-xl-3 contact-detail">
<i class="fas fa-envelope fa-2x icon-part"></i>
<div class="text-part">
<p class="small-text">Email</p>
<a href="#" class="main-text">lorem@example.com</a>
</div>
</div>
<div class="col-12 col-md-4 col-xl-3 contact-detail">
<i class="fas fa-map-marker-alt fa-2x icon-part"></i>
<div class="text-part">
<p class="small-text">We’re located at</p>
<p class="main-text">123 lorem Ipsum Dummy, AB 123456</p>
</div>
</div>
<div class="col-12 col-md-4 col-xl-3 contact-detail">
<i class="fas fa-phone-alt fa-2x icon-part"></i>
<div class="text-part">
<p class="small-text">Phone</p>
<a href="#" class="main-text">123-456-7890</a>
</div>
</div>
</div>
</div>
<!-- section to show International Location on Correct Place -->
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 col-md-9">
<p class="international-location">International Locations</p>
</div>
</div>
</div>
<div class="container-fluid address-container">
<!-- Row For All Addresses -->
<div class="row justify-content-center">
<div class="col-12 col-md-3 address">
<div class="text-container">
<p class="address-text">123 lorem Ipsum<br>Dummy, AB 123456</p>
</div>
</div>
<div class="col-12 col-md-3 address">
<div class="text-container">
<a class="address-text" href="#">123 lorem Ipsum<br>Dummy, AB 123456</a>
</div>
</div>
<div class="col-12 col-md-3 address">
<div class="text-container">
<p class="address-text">123 lorem Ipsum<br>Dummy, AB 123456</p>
</div>
</div>
</div>
<!-- Row For All Contact Options -->
<div class="row justify-content-center d-none d-md-flex">
<div class="col-12 col-md-3 contact-option">
<p class="text">Email: <a href="#">hello@captivaenergy.co</a></p>
<p class="text">Phone: <a href="#">123-456-7890</a></p>
</div>
<div class="col-12 col-md-3 contact-option">
<p class="text">Email: <a href="#">hello@captivaenergy.co</a></p>
<p class="text">Phone: <a href="#">123-456-7890</a></p>
</div>
<div class="col-12 col-md-3 contact-option">
<p class="text">Email: <a href="#">hello@captivaenergy.co</a></p>
<p class="text">Phone: <a href="#">123-456-7890</a></p>
</div>
</div>
</div>
</section>
</div>
<footer class="site-footer">
<div class="footer-container">
<!-- Social Media Part -->
<div class="footer-social-media">
<ul>
<li>
<a href="#">
<i class="fab fa-facebook"></i>
</a>
</li>
<li>
<a href="#"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href=""><i class="fab fa-instagram"></i></a>
</li>
</ul>
</div>
<!-- Main Footer Widgets -->
<div class="footer-main">
</div>
<!-- Footer Bottom Part & Copyright -->
<div class="footer-bottom">
<div class="container-fluid align-self-center">
<div class="row justify-content-center">
<div class="col-12 col-md-6 col-lg-5 footer-copyright">
<p>© Copyright 2020 of <a href="#">Captivaenergy</a> | Designed & Developed By <a href="#">Think To Share</a></p>
</div>
<div class="col-md-6 col-lg-5 d-none d-md-block footer-menu">
<ul>
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">About</a>
</li>
<li>
<a href="#">Product</a>
</li>
<li>
<a href="#">Support</a>
</li>
<li>
<a href="#">Careers</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="./dist/js/app.js"></script>
</body>
</html>