-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
400 lines (353 loc) · 21.6 KB
/
index2.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
<!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>Home | 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">
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
</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>08:00AM - 05:00PM</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>
</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="100%" height="120%"></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 class="active">
<a href="index.html" title="HOME">HOME</a>
</li>
<li>
<a href="about.html" title="ABOUT US">ABOUT US</a>
</li>
<li>
<a href="services.html" title="OUR SERVICES">SERVICE</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 -->
<!-- Home page slider-->
<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/Slider1.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>
<style>
.carousel .carousel-item {
width: 100%;
height: 100vh;
background-size: cover;
background-position: center;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
width: 50px;
height: 50px;
}
</style>
<div class="flat-quote style1">
<div class="container">
<div class="row">
<div class="col-md-8 col-12">
<h2>BIG ON SERVICE.</h2>
</div> <!-- /.col-md-8 -->
<div class="col-md-4 col-12 text-right">
<div class="btn-quote">
<a href="contact.html" class="btn btn-styl">GET A QUOTE</a>
</div>
</div> <!-- /.col-md-4 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /.flat-quote -->
<section class="flat-row flat-introduce">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="wrap-introduce">
<div class="content-introduce">
<h3 class="title"> <a href="#">We Are Always Ready To Help You</a></h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less</p>
<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover</p>
<div class="flat-row flat-counter style1">
<div class="container">
<div class="row">
<div class="col-md-3 col-6">
<div class="counter style1">
<div class="content-counter">
<div class="numb-count" data-from="" data-to="" data-speed="2000" data-inviewport="yes"></div>
<div class="name-count"></div>
</div>
</div><!-- /.flat-counter -->
</div>
<div class="col-md-3 col-6">
<div class="counter style1">
<div class="content-counter">
<div class="numb-count" data-from="" data-to="" data-speed="2000" data-inviewport="yes"></div>
<div class="name-count"></div>
</div>
</div><!-- /.flat-counter -->
</div><!-- /.col-md-3 -->
<div class="col-md-3 col-6">
<div class="counter style1">
<div class="content-counter ">
<div class="numb-count percent" data-from="" data-to="" data-speed="2000" data-inviewport="yes"></div>
<div class="name-count"></div>
</div>
</div><!-- /.flat-counter -->
</div> <!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
</div> <!-- /.content-introduce -->
<div class="wrap-experienced">
<img src="images/bg_introduce.png" alt="image">
<div class="experienced text-center">
<div class="counter style1">
<div class="content-counter">
<div class="numb-count numb-year font-rubik font-weight-700" data-from="0" data-to="20" data-speed="2000" data-inviewport="yes">20</div>
</div>
</div> <!-- /.counter -->
<div class="experienced-text mg-top-40">YEARS OF</div>
<div class="experienced-text">EXPERIENCE</div>
<div class="experienced-text"> IN THE INDUSTRY</div>
</div>
</div> <!-- /.wrap-experienced -->
</div> <!-- /.wrap-introduce -->
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</section> <!-- /.flat-introduce -->
<section class="flat-row flat-services style1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="flat-title">
<h2 class="title center-title"> Our Services </h2>
</div> <!-- /.flat-title -->
<div class="flat-carousel">
<div class="themesflat-carousel-box data-effect clearfix" data-gap="30" data-column="3" data-column2="2" data-column3="1" data-dots= "false" data-auto="false">
<div class="owl-carousel owl-carousel-services">
<div class="flat-imagebox imagebox-services style1">
<div class="imagebox-image">
<div class="overlay"></div>
<img src="images/service.png" alt="images">
</div>
<div class="imagebox-content">
<img src="images/crane.png" alt="Crane" width="40" height="40">
<h5>Crane Trucks</h5>
<p>These are modified trucks which have a crane attached to the chasis.</p>
<a href="services.html">Read More</a>
</div>
</div>
<div class="flat-imagebox imagebox-services style1">
<div class="imagebox-image">
<div class="overlay"></div>
<img src="images/service.png" alt="images">
</div>
<div class="imagebox-content">
<img src="images/flatbed.png" alt="Roll-back" width="40" height="40">
<h5>Rollback</h5>
<p>Also called a "flatbed" or a "sliding deck", the flatbed is fitted with a bed that can be hydraulically inclined.</p>
<a href="services.html">Read More</a>
</div>
</div>
<div class="flat-imagebox imagebox-services style1">
<div class="imagebox-image">
<div class="overlay"></div>
<img src="images/service.png" alt="images">
</div>
<div class="imagebox-content">
<img src="images/lowbed.png" alt="Lowbeds" width="40" height="40">
<h5>Lowbeds</h5>
<p>Also called a "step deck", a semi-trailer with two drops in deck height.</p>
<a href="services.html">Read More</a>
</div>
</div>
</div>
</div><!-- /.flat-carousel -->
</div>
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</section> <!-- /.flat-services -->
<section class="flat-testimonials parallax parallax1 style1 pd-top-80">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="flat-title">
<h2 class="title center-title text-white">Testimonials</h2>
</div>
<div class="flat-carousel">
<div class="themesflat-carousel-box data-effect clearfix" data-gap="30" data-column="2" data-column2="1" data-column3="1" data-auto="false" data-dots = "true">
<div class="owl-carousel owl-theme owl-carousel-testimonial">
<div class="testimonial clearfix style1">
<blockquote class="testimonial-text">
E & M Plant Hire is a very professional team and can proudly say we are delighted to be partnering with them for our requirements and will continue to use their services now and the future.
</blockquote>
<div class="testimonial-author clearfix">
<div class="author-image">
<img src="#" alt="">
</div>
<!-- <div class="author-info">
<h5 class="name"><a href="">John Doe</a></h5>
<p class="info">Benoni, South Africa</p>
</div> -->
</div>
</div>
<div class="testimonial clearfix style1">
<blockquote class="testimonial-text">
The friendly owner team, Markus & Sherri-Lee are hands on & very organized when it comes to taking bookings and issuing invoices. E&M Plant Hire is an honest and reliable company to work with.
</blockquote>
<div class="testimonial-author clearfix">
<div class="author-image">
<img src="#" alt="">
</div>
</div>
</div>
</div> <!-- /.owl-carousel -->
</div>
</div><!-- /.flat-carousel -->
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</section> <!-- /.flat-testimonial -->
<!-- Partner Logos-->
<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">
<!--<a href="#"><img src="images/logo.png" alt="logo" width="20%" height="26"></a> -->
<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/equalize.min.js"></script>
<script src="javascript/jquery-countTo.js"></script>
<script src="javascript/owl.carousel.min.js"></script>
<script src="javascript/main.js"></script>
<!--- Not really useful-->
<!--
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="https://kenwheeler.github.io/slick/slick/slick.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.logo-slider').slick({
slidesToShow: 4,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2000,
});
});
</script>
-->
<!-- Slider -->
<script src="rev-slider/js/jquery.themepunch.tools.min.js"></script>
<script src="rev-slider/js/jquery.themepunch.revolution.min.js"></script>
<script src="javascript/rev-slider.js"></script>
<script>
$('.carousel-client').bxSlider({
auto: true,
slideWidth: 234,
minSlides: 2,
maxSlides: 4,
controls: false
});
</script>
<script>
$('.carousel').carousel();
</script>
</body>
</html>