-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
512 lines (485 loc) · 25.7 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
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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Bayroyal International</title>
<meta name="description" content="Bayroyal">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- External CSS -->
<link rel="stylesheet" href="vendor/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="vendor/select2/select2.min.css">
<link rel="stylesheet" href="vendor/owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendor/lightcase/lightcase.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="icon" href="img/new-logo.png" type="image/x-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400|Work+Sans:300,400,700" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.0.0-beta2/css/all.css">
<!-- Modernizr JS for IE8 support of HTML5 elements and media queries -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script>
</head>
<body data-spy="scroll" data-target="#navbar" class="static-layout">
<nav id="header-navbar" class="navbar navbar-expand-lg py-4">
<div class="container">
<a class="navbar-brand d-flex align-items-center text-white" href="/">
<img src="img/new-logo.png" alt="Logo" class="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-nav-header" aria-controls="navbar-nav-header" aria-expanded="false" aria-label="Toggle navigation">
<span class="lnr lnr-menu"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-nav-header">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a id="side-search-open" class="nav-link" href="#">
<span class="lnr lnr-magnifier"></span>
</a>
</li>
<li class="nav-item only-desktop">
<a class="nav-link" id="side-nav-open" href="#">
<span class="lnr lnr-menu"></span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="headerCarousel" class="carousel slide" data-ride="carousel" data-interval="3000">
<ol class="carousel-indicators">
<li data-target="#headerCarousel" data-slide-to="0" class="active"></li>
<li data-target="#headerCarousel" data-slide-to="1"></li>
<li data-target="#headerCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="unique-overlay"></div>
<img src="img/photo-collage.png.png" class="d-block w-100 unique-image" alt="...">
<div class="carousel-caption">
<h5>BAY ROYAL INTERNATIONAL LTD</h5>
<p>Improving infrastructure through meaningful innovations.</p>
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
<div class="carousel-item">
<div class="unique-overlay"></div>
<img src="img/2e5e409c-a40f-4588-80d0-9318429bdab7.JPG" class="d-block w-100 unique-image" alt="...">
<div class="carousel-caption">
<h5>BAY ROYAL INTERNATIONAL LTD</h5>
<p>Improving infrastructure through meaningful innovations.</p>
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
<div class="carousel-item">
<div class="unique-overlay"></div>
<img src="img/7cf50969-aa53-42ad-8a4a-c1b9d426555a.JPG" class="d-block w-100 unique-image" alt="...">
<div class="carousel-caption">
<h5>BAY ROYAL INTERNATIONAL LTD</h5>
<p>Improving infrastructure through meaningful innovations.</p>
<a href="#" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
</div>
<div class="scroll-arrows">
<i class="fas fa-chevron-down"></i>
<i class="fas fa-chevron-down"></i>
<i class="fas fa-chevron-down"></i>
</div><!-- Features Section-->
<section id="features" class="bg-white">
<div class="container">
<div class="section-content">
<!-- Section Title -->
<div class="title-wrap mb-5" data-aos="fade-up">
<h2 class="section-title">
A Little About Us
</h2>
<p class="section-sub-title">Bay Royal International Limited is an indigenous company specializing in design and construction of water supply schemes,flood/groundwatercontrol, Dewatering and fire fighting for clients in government establishments, multinationals, manufacturing industries, construction companies, oil and gas. Backed by many years of industry experience and technical expertise, we are committed to providing our clients with high quality and cost- effective solutions to their water problems.</p>
</div>
<!-- End of Section Title -->
<div class="row">
<!-- Features Holder-->
<div class="col-md-10 offset-md-1 features-holder">
<div class="row">
<!-- Features Item -->
<div class="col-md-4 col-sm-12 text-center mt-4">
<div class="shadow rounded feature-item p-4 mb-4" data-aos="fade-up">
<div class="my-4">
<i class="fas fa-cogs fs-40"></i>
</div>
<h4>Design </h4>
<p>Design and Construction of Complete Water Supply Scheme</p>
</div>
<div class="shadow rounded feature-item p-4 mb-4" data-aos="fade-up">
<div class="my-4">
<i class="fas fa-hammer fs-40"></i>
</div>
<h4>Construction</h4>
<p>Construction of Water Supply System.</p>
</div>
</div>
<div class="col-md-4 col-sm-12 text-center">
<div class="shadow rounded feature-item p-4 mb-4" data-aos="fade-up">
<div class="my-4">
<i class="fas fa-tint fs-40"></i>
</div>
<h4>Boreholes</h4>
<p>Design and Drilling of Industrial Boreholes</p>
</div>
<div class="shadow rounded feature-item p-4 mb-4" data-aos="fade-up">
<div class="my-4">
<i class="fas fa-tools fs-40"></i>
</div>
<h4>Fabrication</h4>
<p>Mechanical Fabrication and Steel Works</p>
</div>
</div>
<div class="col-md-4 col-sm-12 text-center mt-4">
<div class="shadow rounded feature-item p-4 mb-4" data-aos="fade-up">
<div class="my-4">
<i class="fas fa-clock fs-40"></i>
</div>
<h4>Sewage</h4>
<p>Design and Construction of Sewage Treatment Plant with Pumps</p>
</div>
<div class="shadow rounded feature-item p-4 mb-4" data-aos="fade-up">
<div class="my-4">
<i class="fas fa-check-circle fs-40"></i>
</div>
<h4>Testing</h4>
<p>Pipe Reticulation and Pressure Testing</p>
</div>
</div>
<!-- End of Feature Item -->
</div>
</div>
<!-- End of Features Holder-->
</div>
</div>
</div>
</section>
<!-- Sustainability Section -->
<section id="sustainability-section" style="background-image: url('img/sustain.png');">
<div class="container">
<div class="sustainability-content" data-aos="fade-up">
<div class="row">
<div class="col-md-6">
<!-- Section Title -->
<div class="sustainability-title-wrap">
<h2><small>Sustainability</small><br>Building Prosperity & Self-Sufficiency</h2>
</div>
<!-- End of Section Title -->
<p class="sustainability-text">At Bay Royal, our approach to sustainability goes beyond compliance with regulatory expectations. We are driven by a desire to contribute to, and positively impact the development of our host communities and society at large.</p>
<a href="#" class="sustainability-readmore">Read More <i class="fas fa-arrow-right"></i></a>
</div>
<div class="col-md-6 sustainability-pillars">
<h3 class="sustainability-pillars-title">7 Sustainability Pillars</h3>
<ul class="sustainability-pillars-list">
<li><div class="icon-wrap"><i class="fas fa-wallet"></i></div> Financial</li>
<li><div class="icon-wrap"><i class="fas fa-building"></i></div> Institutional</li>
<li><div class="icon-wrap"><i class="fas fa-chart-line"></i></div> Economic</li>
<li><div class="icon-wrap"><i class="fas fa-cogs"></i></div> Operational</li>
<li><div class="icon-wrap"><i class="fas fa-leaf"></i></div> Environmental</li>
<li><div class="icon-wrap"><i class="fas fa-users"></i></div> Social</li>
<li><div class="icon-wrap"><i class="fas fa-palette"></i></div> Cultural</li>
<li>
<div class="icon-wrap read-more-icon">
<i class="fas fa-arrow-right"></i>
</div>
Read More
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End of Sustainability Section -->
<!-- End of Testimonial Section--> <!-- Portfolio Section -->
<section id="portfolio" class="bg-white">
<div class="container">
<div class="section-content">
<!-- Section Title -->
<div class="title-wrap">
<h2 class="section-title">Work Showcase</h2>
<p class="section-sub-title">Here are some projects we have completed with our amazing clients</p>
</div>
<!-- End of Section Title -->
<div class="row">
<!-- Portfolio Holder -->
<div class="col-md-12 portfolio-holder mt-3">
<!-- End of Btn Filter -->
<!-- Portfolio Content -->
<div class="grid-portfolio">
<div class="grid-sizer"></div>
<div class="gutter-sizer"></div>
<!-- Portfolio Item -->
<div class="grid-item minimalism" data-aos="fade-up">
<div class="grid-item-wrapper">
<img src="img/2e5e409c-a40f-4588-80d0-9318429bdab7.JPG" alt="portfolio-img" class="portfolio-item">
<div class="grid-info">
<div class="grid-link d-flex justify-content-center">
<a class="img-pop" data-rel="lightcase" href="img/2e5e409c-a40f-4588-80d0-9318429bdab7.JPG" title="Photo-1">
<span class="lnr lnr-move"></span>
</a>
</div>
<div class="grid-title">
<h4>Boreholes</h4>
</div>
</div>
</div>
</div>
<!-- End of Portfolio Item -->
<!-- Portfolio Item -->
<div class="grid-item vintage" data-aos="fade-up">
<div class="grid-item-wrapper">
<img src="img/7cf50969-aa53-42ad-8a4a-c1b9d426555a.JPG" alt="portfolio-img" class="portfolio-item">
<div class="grid-info">
<div class="grid-link d-flex justify-content-center">
<a class="img-pop" data-rel="lightcase" href="img/7cf50969-aa53-42ad-8a4a-c1b9d426555a.JPG" title="Ship">
<span class="lnr lnr-move"></span>
</a>
</div>
<div class="grid-title">
<h4>Flower</h4>
</div>
</div>
</div>
</div>
<!-- End of Portfolio Item -->
<!-- Portfolio Item -->
<div class="grid-item creative grid-item-height" data-aos="fade-up">
<div class="grid-item-wrapper">
<img src="img/b2683f38-7935-41d4-bae8-10ebe62c230f.JPG" alt="portfolio-img" class="portfolio-item">
<div class="grid-info">
<div class="grid-link d-flex justify-content-center">
<a class="img-pop" data-rel="lightcase" href="img/b2683f38-7935-41d4-bae8-10ebe62c230f.JPG" title="Tracy Portrait">
<span class="lnr lnr-move"></span>
</a>
</div>
<div class="grid-title">
<h4>Breakfast</h4>
</div>
</div>
</div>
</div>
<!-- End of Portfolio Item -->
<!-- Portfolio Item -->
<div class="grid-item creative" data-aos="fade-up">
<div class="grid-item-wrapper">
<img src="img/c53c3005-f6c5-4de4-a32d-95bf86c0df27.JPG" alt="portfolio-img" class="portfolio-item">
<div class="grid-info">
<div class="grid-link d-flex justify-content-center">
<a class="img-pop" data-rel="lightcase" href="img/c53c3005-f6c5-4de4-a32d-95bf86c0df27.JPG" title="Guitar">
<span class="lnr lnr-move"></span>
</a>
</div>
<div class="grid-title">
<h4>Chair</h4>
</div>
</div>
</div>
</div>
<!-- End of Portfolio Item -->
<!-- Portfolio Item -->
<div class="grid-item vintage" data-aos="fade-up">
<div class="grid-item-wrapper">
<img src="img/d791f356-d47f-40e5-ba8c-d25c5a8f30ee.JPG" alt="portfolio-img" class="portfolio-item">
<div class="grid-info">
<div class="grid-link d-flex justify-content-center">
<a class="img-pop" data-rel="lightcase" href="img/d791f356-d47f-40e5-ba8c-d25c5a8f30ee.JPG" title="Bookself">
<span class="lnr lnr-move"></span>
</a>
</div>
<div class="grid-title">
<h4>Hidden Book</h4>
</div>
</div>
</div>
</div>
<!-- End of Portfolio Item -->
<!-- Portfolio Item -->
<div class="grid-item creative" data-aos="fade-up">
<div class="grid-item-wrapper">
<img src="img/e7396ce2-a524-49f4-94e5-f28816368d97.JPG" alt="portfolio-img" class="portfolio-item">
<div class="grid-info">
<div class="grid-link d-flex justify-content-center">
<a class="img-pop" data-rel="lightcase" href="img/e7396ce2-a524-49f4-94e5-f28816368d97.JPG" title="Guitar">
<span class="lnr lnr-move"></span>
</a>
</div>
<div class="grid-title">
<h4>Red</h4>
</div>
</div>
</div>
</div>
<!-- End of Portfolio Item -->
</div>
<!-- End of Portfolio Content -->
</div>
<!-- End of Portfolio Holder -->
</div>
</div>
</div>
</section>
<!-- Client Section -->
<section id="client" style="background-color: white;">
<div class="container">
<div class="section-content" data-aos="fade-up">
<div class="row ">
<div class="col-md-12">
<!-- Section Title -->
<div class="title-wrap mb-5">
<h2>Some of Our <span>Clients</span></h2>
</div>
<!-- End of Section Title -->
</div>
<!-- Client Holder -->
<div class="col-md-12 client-holder">
<div class="client-slider owl-carousel">
<div class="client-item">
<img class="img-responsive" src="img/download.png" alt=" ">
</div>
<div class="client-item">
<img class="img-responsive" src="img/image-124.jpg" alt=" ">
</div>
<div class="client-item">
<img class="img-responsive" src="img/cropped-cropped-zam-logo-3.png" alt=" ">
</div>
<div class="client-item">
<img class="img-responsive" src="img/ENUGULOGO.svg" alt=" ">
</div>
<div class="client-item">
<img class="img-responsive" src="img/nigerian army.jpeg" alt=" ">
</div>
<div class="client-item">
<img class="img-responsive" src="img/client.png" alt=" ">
</div>
</div>
<!-- End of Client Holder -->
</div>
</div>
</div>
</section>
<!-- Custom CSS -->
<style>
#client .client-holder {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
#client .client-item {
flex: 1 0 21%; /* This will make the items responsive, displaying 4 items per row */
margin: 1%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for a little depth */
}
#client .client-item img {
max-width: 100%;
height: auto;
background: transparent;
}
</style>
<!-- End of Client Section --> <!-- Reservation Section -->
<section id="reservation" class="bg-white section-content">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 offset-lg-1 mb-5 mb-lg-0" data-aos="fade-right">
<div class="bg-white p-5 shadow">
<div class="heading-section text-center">
<h2 class="mb-4">
Contact Us
</h2>
</div>
<form method="post" name="contact-us" action="">
<div class="row">
<div class="col-md-12 form-group">
<input type="text" class="form-control" id="name" name="name" placeholder="Name">
</div>
<div class="col-md-12 form-group">
<input type="text" class="form-control" id="email" name="email" placeholder="Email">
</div>
<div class="col-md-12 form-group">
<input type="number" class="form-control" id="phoneNumber" name="phoneNumber" placeholder="Phone">
</div>
<div class="col-md-12 form-group">
<input type="text" class="form-control" id="websiteUrl" name="websiteUrl" placeholder="Website">
</div>
<div class="col-md-12 form-group">
<textarea class="form-control" id="message" name="message" rows="6" placeholder="Your Message ..."></textarea>
</div>
<div class="col-md-12 text-center">
<button class="btn btn-primary btn-shadow btn-lg" type="submit" name="submit">Send Message</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-4 offset-lg-1" data-aos="fade-left">
<h2 class="mb-4">
OUR CONTACT
</h2>
<p class="mb-4">ADDRESS: <br> 6b Bendel Close, Victoria Island, Lagos. P: +234 803 912 3546 <br><br> Abuja: 22 Kumasi Crescent, Wuse 2. P: +234 806 912 6543 <br><br>Accra: Regus Building, 5 Roman Road, Off Borstal Ave Lane.
P: +233 541 604 192</p>
</div>
</div>
</div>
</section>
<!-- End of Reservation Section --> <!-- Features Section-->
<!-- End of Features Section--></div>
<footer class="mastfoot my-3">
<div class="inner container">
<div class="row">
<div class="col-lg-4 col-md-12 d-flex align-items-center">
</div>
<div class="col-lg-4 col-md-12 d-flex align-items-center">
<p class="mx-auto text-center mb-0">© 2024 <a href="https://bayroyalinternational.com" target="_blank">Bayroyal International</a>.</p>
</div>
<div class="col-lg-4 col-md-12">
<nav class="nav nav-mastfoot justify-content-center">
<a class="nav-link" href="#">
<i class="fab fa-facebook-f"></i>
</a>
<a class="nav-link" href="#">
<i class="fab fa-x"></i>
</a>
<a class="nav-link" href="#">
<i class="fab fa-instagram"></i>
</a>
<a class="nav-link" href="#">
<i class="fab fa-linkedin"></i>
</a>
</nav>
</div>
</div>
</div>
</footer> <!-- External JS -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script src="vendor/bootstrap/popper.min.js"></script>
<script src="vendor/bootstrap/bootstrap.min.js"></script>
<script src="vendor/select2/select2.min.js "></script>
<script src="vendor/owlcarousel/owl.carousel.min.js"></script>
<script src="vendor/stellar/jquery.stellar.js" type="text/javascript" charset="utf-8"></script>
<script src="vendor/isotope/isotope.min.js"></script>
<script src="vendor/lightcase/lightcase.js"></script>
<script src="vendor/waypoints/waypoint.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- Main JS -->
<script src="js/app.min.js "></script>
<script src="//localhost:35729/livereload.js"></script>
</body>
</html>