-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
443 lines (401 loc) · 32.9 KB
/
services.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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><!--<![endif]-->
<head>
<!-- Basic Page Needs -->
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<title>Services | E & M Plant & Transport</title>
<meta name="Thuba Mamba @ Dart Digital Agency" content="emph.co.za">
<meta property="og:image" content="../images/6M 1.jpg">
<meta property="og:description" content="E&M Plant &Transport is a Benoni, Suoth Africa based machinery company specializing in high quality machinery services.">
<meta property="og:title" content="E&M Plant &Transport">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Style -->
<link rel="stylesheet" type="text/css" href="stylesheet/style.css">
<!-- Responsive -->
<link rel="stylesheet" type="text/css" href="stylesheet/responsive.css">
</head>
<body>
<div id="loading-overlay">
<div class="loader"></div>
</div> <!-- /.loading-overlay -->
<div class="top style4">
<div class="container">
<div class="row">
<div class="col-md-12 clearfix">
<div class="flat-iconbox style4 clearfix">
<div class="iconbox iconbox-info-top clearfix">
<div class="iconbox-icon">
<span class="fa fa-clock-o"></span>
</div>
<div class="iconbox-content">
<h6 class="heading">
<a href="#">MON - FRI</a>
</h6>
<p>07:00AM - 17:00</p>
</div>
</div>
<div class="iconbox iconbox-info-top clearfix">
<div class="iconbox-icon">
<span class="fa fa-phone"></span>
</div>
<div class="iconbox-content">
<h6 class="heading">
<a href="#">CONTACT US</a>
</h6>
<p>011 979 7755</p>
<p>082 872 4969</p>
</div>
</div>
<div class="iconbox iconbox-info-top clearfix">
<div class="iconbox-icon">
<span class="fa fa-map-marker"></span>
</div>
<div class="iconbox-content">
<h6 class="heading">
<a href="#">FIND US</a>
</h6>
<p>7 Busschau Road, <br>Fairleads, Benoni</p>
</div>
</div>
</div> <!-- /.flat-iconbox -->
<div id="logo">
<a href="index.html"><img src="images/Logo.png" alt="logo" width="250" height="60"></a>
</div> <!-- /#logo -->
</div> <!-- /.col-md-12 -->
</div>
</div>
</div> <!-- /.header-top -->
<header id="header" class="style4" >
<div class="container container-header">
<div class="row" >
<div class="header-wrap style4 clearfix">
<div class="mobile-button">
<span></span>
</div> <!-- /.mobile-button -->
<div class="nav-wrap style4">
<nav id="mainnav" class="mainnav ">
<ul class="menu">
<li>
<a href="index.html" title="HOME">HOME</a>
</li>
<li>
<a href="about.html" title="ABOUT US">ABOUT US</a>
</li>
<li class="active">
<a href="services.html" title="OUR SERVICES">SERVICES</a>
</li>
<li>
<a href="contact.html" title="CONTACT US">CONTACT</a>
</li>
</ul><!-- /.menu -->
</nav> <!-- /#mainnav -->
</div> <!-- .nav-wrap -->
</div> <!-- /.header-wrap -->
</div> <!-- /.row -->
</div> <!-- container -->
</header> <!-- /#header -->
<div class="page-title parallax parallax1 ">
<div class="overlay"></div>
<div class="container">
<div class="page-title-content text-center">
<div class="page-title-heading ">
<h3 class="title" style="color: white">OUR SERVICES</h3>
</div>
<div class="breadcrumbs">
<ul>
<li class="home"><a href="index.html">Home</a></li>
<li><a href="#">Our Services</a></li>
</ul>
</div>
</div>
</div>
</div> <!-- /.page-title -->
<br><br><br>
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xsx-6">
<div class="serviceBox green">
<div class="service-icon">
<span><img src="images/crane.png" alt="Crane" width="50" height="50"></span>
</div>
<div class="service-content">
<h3 class="title">Crane Trucks</h3>
<p class="description">Are modified trucks which have a Crane attached to the chassis. A crane is a type of apparatus, generally equipped with a hook, chains, and sheaves, that can be used both to lift and lower materials and to move them horizontally. It is mainly used for lifting heavy objects and transporting them.</p>
<br><p><strong>Items that can be loaded:</strong> Shipping Containers, Park Homes, Generators, Farm Equipment, Helicopters, Construction Equipment etc.</p>
<br><br>
<div class="carousel slide" data-ride="carousel" id="carouselExampleIndicators">
<ol class="carousel-indicators">
<li class="active" data-slide-to="0" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="1" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="2" data-target="#carouselExampleIndicators"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active"><img alt="First slide" class="d-block w-100" src="images/CraneTruck1.jpg"></div>
<div class="carousel-item"><img alt="Second slide" class="d-block w-100" src="images/CraneTruck2.jpg"></div>
<div class="carousel-item"><img alt="Third slide" class="d-block w-100" src="images/CraneTruck3.jpg"></div>
</div>
<a class="carousel-control-prev" data-slide="prev" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-prev-icon"></span> <span class="sr-only">Previous</span></a>
<a class="carousel-control-next" data-slide="next" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-next-icon"></span> <span class="sr-only">Next</span></a>
</div>
<a href="contact.html" class="read-more fa fa-phone" data-toggle="tooltip" title="Get Quote"></a>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xsx-6">
<div class="serviceBox orange">
<div class="service-icon">
<span><img src="images/lowbed.png" alt="Lowbeds" width="60" height="60"></span>
</div>
<div class="service-content">
<h3 class="title">Lowbed/Step deck</h3>
<p class="description">A semi-trailer with two drops in deck height: one right after the gooseneck and one right before the wheels. This allows the deck to be extremely low compared with other trailers. It offers the ability to carry legal loads up to 3.66m tall, which other trailers cannot. Lowbeds have between 3 and 4 axles and are used to haul abnormal loads or heavy equipment.</p>
<br><p><strong>Items that can be loaded:</strong> 2 x 6m Containers/Offices, 12m Container/Office, Forklifts, Generators, Tractors, Generators, Abnormal Loads, Helicopters, Earth Moving Equipment (TLB’s, Excavators, Grader’s, etc)</p>
<div class="carousel slide" data-ride="carousel" id="carouselExampleIndicators">
<ol class="carousel-indicators">
<li class="active" data-slide-to="0" data-target="#carouselExampleIndicators"></li>
<!--<li data-slide-to="1" data-target="#carouselExampleIndicators"></li>-->
<li data-slide-to="2" data-target="#carouselExampleIndicators"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active"><img alt="First slide" class="d-block w-100" src="images/Lowbed1.jpg"></div>
<!--<div class="carousel-item"><img alt="Second slide" class="d-block w-100" src="../images/Lowbed2.jpg"></div> -->
<div class="carousel-item"><img alt="Third slide" class="d-block w-100" src="images/Lowbed2.jpg"></div>
</div>
<a class="carousel-control-prev" data-slide="prev" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-prev-icon"></span> <span class="sr-only">Previous</span></a>
<a class="carousel-control-next" data-slide="next" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-next-icon"></span> <span class="sr-only">Next</span></a>
</div>
<a href="contact.html" class="read-more fa fa-phone" data-toggle="tooltip" title="Get Quote"></a>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xsx-6">
<div class="serviceBox orange">
<div class="service-icon">
<span><img src="images/flatbed.png" alt="Roll-back" width="60" height="60"></span>
</div>
<div class="service-content">
<h3 class="title">Rollback</h3>
<p class="description">Also called a "flatbed" or a "sliding deck", flatbeds have a back deck that is fitted with a bed that can be hydraulically inclined and slid back to ground level, allowing the vehicle/forklift to be placed on it under its own power or pulled on by a winch.</p>
<br><p><strong>Items that can be loaded:</strong> 6m Containers, 6m Offices, Forklifts, Vehicles, Generators, Trailers, Earth Moving Equipment, etc.</p>
<div class="carousel slide" data-ride="carousel" id="carouselExampleIndicators">
<ol class="carousel-indicators">
<li class="active" data-slide-to="0" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="1" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="2" data-target="#carouselExampleIndicators"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active"><img alt="First slide" class="d-block w-100" src="images/6M 1.jpg"></div>
<div class="carousel-item"><img alt="Second slide" class="d-block w-100" src="images/6M 2.jpg"></div>
<div class="carousel-item"><img alt="Third slide" class="d-block w-100" src="images/6M 3.jpg"></div>
</div>
<a class="carousel-control-prev" data-slide="prev" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-prev-icon"></span> <span class="sr-only">Previous</span></a>
<a class="carousel-control-next" data-slide="next" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-next-icon"></span> <span class="sr-only">Next</span></a>
</div>
<a href="contact.html" class="read-more fa fa-phone" data-toggle="tooltip" title="Get Quote"></a>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xsx-6">
<div class="serviceBox">
<div class="service-icon">
<span><span><img src="images/rigging.png" alt="Rigging" width="55" height="55"></span></span>
</div>
<div class="service-content">
<h3 class="title">Rigging</h3>
<p class="description">The process of manually moving equipment in and out of factories, warehouses or hard to reach places with other lifting equipment. Rigging systems commonly include shackles, master links, slings and trolley jacks.</p>
<br><br><br>
<div class="carousel slide" data-ride="carousel" id="carouselExampleIndicators">
<ol class="carousel-indicators">
<li class="active" data-slide-to="0" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="1" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="2" data-target="#carouselExampleIndicators"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active"><img alt="First slide" class="d-block w-100" src="images/Rigging1.jpg"></div>
<div class="carousel-item"><img alt="Second slide" class="d-block w-100" src="images/Rigging2.jpg"></div>
<div class="carousel-item"><img alt="Third slide" class="d-block w-100" src="images/Rigging3.jpg"></div>
</div>
<a class="carousel-control-prev" data-slide="prev" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-prev-icon"></span> <span class="sr-only">Previous</span></a>
<a class="carousel-control-next" data-slide="next" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-next-icon"></span> <span class="sr-only">Next</span></a>
</div>
<a href="contact.html" class="read-more fa fa-phone" data-toggle="tooltip" title="Get Quote"></a>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xsx-6">
<div class="serviceBox">
<div class="service-icon">
<span><span><img src="images/sideloader.png" alt="Sideloader" width="50" height="50"></span></span>
</div>
<div class="service-content">
<h3 class="title">Sideloader</h3>
<p class="description">A trailer that loads and offloads loaded Shipping Containers via a pair of hydraulic powered cranes mounted at each end of the trailers chassis. The cranes are designed to lift loaded containers from the ground in narrow or small areas with a max weight of 35 tons. </p>
<p><strong>Items that can be loaded:</strong> 6/12m Containers</p>
<div class="carousel slide" data-ride="carousel" id="carouselExampleIndicators">
<ol class="carousel-indicators">
<li class="active" data-slide-to="0" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="1" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="2" data-target="#carouselExampleIndicators"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active"><img alt="First slide" class="d-block w-100" src="images/6M 1.jpg"></div>
<div class="carousel-item"><img alt="Second slide" class="d-block w-100" src="images/6M 2.jpg"></div>
<div class="carousel-item"><img alt="Third slide" class="d-block w-100" src="images/6M 3.jpg"></div>
</div>
<a class="carousel-control-prev" data-slide="prev" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-prev-icon"></span> <span class="sr-only">Previous</span></a>
<a class="carousel-control-next" data-slide="next" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-next-icon"></span> <span class="sr-only">Next</span></a>
</div>
<a href="contact.html" class="read-more fa fa-phone" data-toggle="tooltip" title="Get Quote"></a>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xsx-6">
<div class="serviceBox orange">
<div class="service-icon">
<span><img src="images/container-homes.png" alt="Crane" width="50" height="50"></span>
</div>
<div class="service-content">
<h3 class="title">Park Homes</h3>
<p class="description">Also known as a Mobile home, is a prefabricated structure built on a permanent chassis. Used for Homes, Offices, Ablutions or temporary accommodation. Park Homes are often permanently or semi-permanently placed, however can be re-positioned. This is where we come in. E&M Plant and Transport specialises in the delivery, levelling and collection of Park Homes ranging in various sizes.</p>
<div class="carousel slide" data-ride="carousel" id="carouselExampleIndicators">
<ol class="carousel-indicators">
<li class="active" data-slide-to="0" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="1" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="2" data-target="#carouselExampleIndicators"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active"><img alt="First slide" class="d-block w-100" src="images/Cont1.jpg"></div>
<div class="carousel-item"><img alt="Second slide" class="d-block w-100" src="images/Cont2.jpg"></div>
<div class="carousel-item"><img alt="Third slide" class="d-block w-100" src="images/Cont3.jpg"></div>
</div>
<a class="carousel-control-prev" data-slide="prev" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-prev-icon"></span> <span class="sr-only">Previous</span></a>
<a class="carousel-control-next" data-slide="next" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-next-icon"></span> <span class="sr-only">Next</span></a>
</div>
<a href="contact.html" class="read-more fa fa-phone" data-toggle="tooltip" title="Get Quote"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div class="page-title-content text-center">
<div>
<h3 class="title" text-align="left" style="color: #A70E13">Important Information Regarding Park & Mobile Homes</h3>
</div>
</div>
<div class="flat-faqs">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="accordion">
<div class="accordion-toggle">
<div class="toggle-title active">
How do I know if my site is ready?
</div>
<div class="toggle-content">
<ul>
<li>The ground must be level.</li>
<li>The ground must be compact.</li>
<li>There must be no rocks, bricks, glass etc. in the surrounding area. </li>
<li>Our vehicles cannot drive onto water logged grass and mud. OUR TRUCKS WILL GET
STUCK. </li>
<li>We cannot load/offload while it is raining or in poor conditions (strong winds, storms) or
when visibility.</li>
</ul>
<div class="clearfix"></div>
</div>
</div><!-- /.accordion-toggle -->
<div class="accordion-toggle">
<div class="toggle-title">
How do I know if my site is accessible?
</div>
<div class="toggle-content">
<ul>
<li>The entrance must be at least 4m wide, for a 3m wide unit, and 4,5m wide for wider units.</li>
<li>There must be no overhanging branches.</li>
<li>There must be no overhanging wires lower than 4,7m above the ground.</li>
<li>The truck will reverse into position – is there sufficient space?</li>
<li>There must be no poles, bushes, trees, fences, walls, other vehicles or any obstruction.</li>
<li>Once the unit has been offloaded, the driver requires an unobstructed distance of 7m, plus
the equivalent length of the unit, to be able to manoeuvre the vehicle from under the unit. </li>
</ul>
</div>
</div><!-- /.accordion-toggle -->
<div class="accordion-toggle">
<div class="toggle-title">
Important Information to be aware of.
</div>
<div class="toggle-content">
<ul class='bullets'>
<li>The unit is manually loaded and offloaded. </li>
<li>THE CONTAINER/PARKHOME MUST BE EMPTY. Equipment and trucks are not
designed to handle weight over 4 ton inclusive of the Parkhome. </li>
<li>It is the customer’s responsibility to ensure that the unit is in the correct place and in the
correct position, i.e. Doors facing the right way, before the unit is offloaded. Additional
moves on site are charged for. </li>
<li>We do not use a crane, unless this has been arranged by you. </li>
<li>Units standing on a solid concrete plinth/slab exceeding 200mm cannot be loaded
manually as the vehicle has to be able to reverse under the unit. </li>
<li>The jacking equipment requires clear space of at least 1m on all four corners of the unit. </li>
<li>The unit must be disconnected from all services i.e. Electricity, water and sewerage,
BEFORE our vehicle arrives. </li>
<li>Air conditioners must be removed from their ducts. </li>
<li>Keys for the unit must be available in order to check that the unit is levelled correctly.
(Doors and windows must open and close) </li>
<li>The unit must be empty, loose items inside the unit may cause damage to your unit.</li>
<li>The unit must be in a good, solid condition. Old or poorly maintained units may not
withstand transportation. </li>
<li>If the unit is a double wide (two units joined together) it needs to be disassembled prior to
loading. Double wide units need even more open space for loading then standard units.</li>
<li>Units being delivered across the border must have all the necessary documentation. All
duties and taxes must be paid by the customer prior to the truck departing.</li>
<li>We do not include Goods in Transit insurance in our price. Please arrange your own
insurance.</li>
</ul>
<div class="clearfix"></div>
</div>
</div><!-- /.accordion-toggle -->
</div><!-- /.accordion -->
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<footer id="footer" >
<div class="footer-widgets pd-top-30 pd-bottom-20" >
<div class="container" >
<div class="row">
<div class="col-lg-12" align="center">
<p>© 2018 E & M Plant & Transport. <a href="privacy-policy.html">Privacy Policy.</a> Hand coded by <a href="http://dartdigital.co.za">Dart Digital Agency.</p>
<a href="https://www.facebook.com/EMPTSA/" target="_blank"><img src="images/facebook.png" alt="logo" width="30" height="30"></a>
</div>
</div>
</div>
</div>
</footer> <!-- /#footer -->
<a id="scroll-top"></a> <!-- /#scroll-top -->
<!-- Javascript -->
<script src="javascript/jquery.min.js"></script>
<script src="javascript/plugins.js"></script>
<script src="javascript/bootstrap.min.js"></script>
<script src="javascript/flex-slider.min.js"></script>
<script src="javascript/jquery-countTo.js"></script>
<script src="javascript/equalize.min.js"></script>
<script src="javascript/main.js"></script>
<script>
$('.carousel-client').bxSlider({
auto: true,
slideWidth: 234,
minSlides: 2,
maxSlides: 4,
controls: true
touchEnabled: true;
});
</script>
</body>
</html>