-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathservice.html
120 lines (114 loc) · 5.37 KB
/
service.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bmax web</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<style>
<style>
<style>
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 70%;
margin: auto;
}
</style>
</head>
<body style="background-color:#9370DB">
<div class="container-fluid">
<div class="navbar navbar-inverse">
<div class="container">
<div class="col-md-4">
<img src="image/BMXlogo.jpg" alt="bmax Logo" style="margin:0px; width:200px; height:100px">
</div>
<div class="nav navbar-nav navbar-right">
<a href="#"><span class="glyphicon glyphicon-earphone"></span> 07036557979, 08094571714</a>
<a href="http://www.facebook.com"><img src="image/facebook.png" style="width:40px; height:40px;"></a>
<a href="http://www.linkedin.com"><img src="image/linkin.png" style="width:40px; height:40px;"></a>
<a href= "http://www.twitter.com"><img src="image/twitter.png" style="width:40px; height:40px;"></a>
</div>
<div class="nav navbar-nav">
<li><a href="index.html" alt="index">Home</a></li>
<li><a href="service.html" alt="service">Service</a></li>
<li><a href="safety.html" alt="safety">Safety Policy</a></li>
<li><a href="workphilosophy.html" alt="workphilosophy">Work Philosophy </a></li>
<li><a href="contact.html" alt="contact">Contact</a></li>
<li><a href="About.html" alt="About">About</a></li>
<li><a href="index.html" alt="index">FAQ</a></li>
</div>
</div>
</div>
<div class="well well-lg" style="background:blue; color:white;">
<p>Our services are designed to meet the ever changing logistics
demands of our Clients; with our team of professionals, we are
determined to deliver on our service promises with innovations
and reliable solutions targeted at enhancing Clients
satisfaction. Our Services include:</p>
<h3> 1. Corporate Services:</h3>
<p>This service is designed mainly for Corporate Organizations
with the aim of curbing logistics Challenges which could be
serious bottlenecks for Organizations and to aid them
achieve their goals in record time. The services include:</p>
<p> i.Supply and management of Corporate Drivers</p>
<p> ii.Vehicle Hire</p>
<p> iii.Fleet Management & Maintenance</p>
<p> iv. Training</p>
<h3> 2. Private Service</h3>
<p> This service is designed to curb the RISK of Hiring untrained Drivers, Insecurity and management challenges.
This service would help Clients to focus more on the areas
of their core business competence rather than have
sleepless nights over these challenges.</p>
<h3>3. Haulage</h3>
<p>This service is designed mostly for the management,
conveyance and proper distribution of goods.
<p> i. Trucking</p>
<p> ii. Drugs (medicals) & goods Distribution</p>
<p> iii. Oil and Gas transportation.</p>
</p>
<h3>4. Training and Consultancy</h3>
<p>The SAFETY on our roads is of great importance to us as
professionals in the logistics industry. Therefore, it is
pertinent for road users, mostly drivers to go through the
necessary training to reduce or eradicate causes of road
accidents. This could be achieved through the accessibility
of our well thought and innovated training modules and
materials.</p>
<h3>5. School Support</h3>
<p>This Service is designed to help parents who may not have
the time to pick up their wards and wouldn’t want the
service of the school bus. It affords students to be picked
to and from School in record time and in a comfortable
vehicle.</p>
<h3>6. Other Services</h3>
<p> i. Airport Pickups</p>
<p> ii. City Shuttle</p>
<p> iii. Executive Rides</p>
<p> iv. Chauffeurs for Events</p>
</div>
<div class="footer" style="text-align:center; background-color: #9400D3; height:200px;">
<div class=col-sm-4 >
<div style="margin:30px;">
<h2>Head Office</h2>
<p>Suite 212, Haramani Plaza, Plot 873,
Shettima Ali Mungonu Crescent, Utako district Abuja
Tel: 07036557979, 08094571714
Email: [email protected]
Website: www.bmaxglobal.com.ng</p>
</div>
</div>
<div class=col-sm-4></div>
<div class=col-sm-4>
<div style="margin:30px;">
<h2> Contact </h2>
<p>Tel: 07036557979, 08094571714</p>
<p>Email: [email protected]</p>
<p>Website: www.bmaxglobal.com.ng</p>
</div>
</div>
</div>
</div>
</body>
</html>