-
Notifications
You must be signed in to change notification settings - Fork 0
/
service.html
620 lines (592 loc) · 21.9 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
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
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Transport</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Karla:400,700italic,700,400italic' rel='stylesheet' type='text/css'>
<!-- Font Awesome -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<!-- Bootstrap -->
<link rel="stylesheet" href="assets/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="assets/css/dropdown.css" />
<!-- REVOLUTION BANNER CSS SETTINGS -->
<link rel="stylesheet" type="text/css" href="assets/rs-plugin/css/settings.css" media="screen" />
<link rel="stylesheet" href="assets/css/owl.carousel.css" />
<link rel="stylesheet" href="assets/css/global.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/responsive.css" />
<link href="assets/css/skin.less" rel="stylesheet/less">
</head>
<body>
<!-- Loader Starts here -->
<div class="loader-block">
<div class="loader">
Loading...
</div>
</div>
<!-- Loader Ends here -->
<!--Wrapper Section Start Here -->
<div id="wrapper" class="homepage common-page service-page">
<!--header Section Start Here -->
<header id="header" class="header">
<!-- primary header Start Here -->
<div class="primary-header">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="mail">
<img src="assets/images/icon-mail.png" alt="allinoneemirates email id" />
<span>Email us at : <a class="email-us" href="mailto:[email protected]">[email protected]</a></span>
</div>
</div>
<!-- <div class="col-xs-12 col-sm-6">
<div class="social-wrap clearfix">
<a href="request-a-quote.html" class="request">request a quote</a>
<ul class="social">
<li>
<a href="#"> <i class="fa fa-facebook"></i> </a>
</li>
<li>
<a href="#"> <i class="fa fa-twitter"></i> </a>
</li>
<li>
<a href="#"> <i class="fa fa-google-plus"></i> </a>
</li>
</ul>
</div>
</div>
</div> -->
</div>
</div>
<!-- primary header Ends Here -->
<!-- main header Starts Here -->
<div class="main-header">
<div class="container">
<div class="row">
<div class="col-xs-12 hidden-xs">
<div class="call-us">
<ul>
<li>
<img src="assets/images/iphone.png" alt="" />
<span class="transport">CALL US NOW <span><span>FOR BOOKING</span>
<li>
<a href="tel:+971 55 3179840">+971 0553 179 480</a>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-3">
<a href="index.html" class="logo"> <img src="assets/images/logo.png" alt="" /> </a>
</div>
<div class="col-xs-12 col-sm-9 custom-nav">
<nav>
<div id='cssmenu'>
<ul class="navigation">
<li class='active'>
<a href="index.html">Home</a>
</li>
<li>
<a href="service.html">services</a>
</li>
<li>
<a href="request-a-quote.html">Qoute</a>
</li>
<li>
</li>
<li>
<a href="contact-us.html">contact</a>
</li>
</ul>
</div>
</nav>
<div class="nav-icon">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</div>
</div>
<!-- main header Ends Here -->
</header>
<!--header Section ends Here -->
<!--banner Section starts Here -->
<div class="banner service-banner spacetop">
<div class="banner-image-plane parallax">
</div>
<div class="banner-text">
<div class="container">
<div class="row">
<div class="col-xs-12">
<a href="#" class="shipping">ALL IN ONE</a>
<h1>service details</h1>
</div>
</div>
</div>
</div>
</div>
<!--banner Section ends Here -->
<!--Section area starts Here -->
<section id="section">
<!--Section box starts Here -->
<div class="section">
<div class="services ">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="heading">
<!-- <span> SERVICES</span> -->
<h2>OUR SERVICES</h2>
</div>
</div>
</div>
<div id="services-slides" class="services-slider">
<div class="slides-tab zoom">
<figure>
<a href="#"><img src="assets/images/residentialcleaning.jpg" alt="" /></a>
</figure>
<div class="slides-text">
<h4><a href="#">RESIDENTIAL CLEANING</a></h4>
<p>
Nothing is more refreshing than the idea of coming back to a clean and spotless home after a long day at work. We provides professional home cleaning services in Dubai at highly affordable prices,
so you and your family can enjoy quality bonding time at home,
without being burdened by household chores.
<br>
<br>
<br>
</p>
<!-- <a href="#" class="read-more">read more <span>></span></a> -->
</div>
</div>
<div class="slides-tab zoom">
<figure>
<a href="#"><img src="assets/images/commercial cleaning.jpg" alt="" /></a>
</figure>
<div class="slides-text">
<h4><a href="#">COMMERCIAL CLEANING</a></h4>
<p>
A clean, organised, and sanitary work environment is essential to an efficient and productive work force. More importantly, a presentable office is key to making a positive first impression on clients and business partners.
Keep your work space clean and presentable with the help of professional office cleaning services in Dubai from ALL IN ONE, your choice cleaning experts.
</p>
<!-- <a href="#" class="read-more">read more <span>></span></a> -->
</div>
</div>
<div class="slides-tab zoom">
<figure>
<a href="#"><img src="assets/images/post construction cleaning.jpg" alt="" /></a>
</figure>
<div class="slides-text">
<h4><a href="#">POST CONSTRUCTION CLEANING</a></h4>
<p>
we specializes in all aspects of post construction cleaning. Our staff of trained professionals has the experience to handle any size construction cleanup project.
You can rely on us to remove dirt, dust and debris that construction companies leave behind.
Post construction clean up requires special techniques to insure your dust does not return.
</p>
<!-- <a href="#" class="read-more">read more <span>></span></a> -->
</div>
</div>
<div class="slides-tab zoom">
<figure>
<a href="#"><img src="assets/images/parkingcarwash.jpg" alt="" /></a>
</figure>
<div class="slides-text">
<h4><a href="#">PARKING CARWASH</a></h4>
<p>
ALL IN ONE Car Wash has a simple concept of using idle parking time;
while owners leave their cars to carry out other activities such as shopping, working, entertaining, studying, etc.
<br>
<br>
<br>
<br>
<br>
<br>
</p>
<!-- <a href="#" class="read-more">read more <span>></span></a> -->
</div>
</div>
<div class="slides-tab zoom">
<figure>
<a href="#"><img src="assets/images/yatch.jpg" alt="" /></a>
</figure>
<div class="slides-text">
<h4><a href="#">YATCH CLEANING</a></h4>
<p>
One of the factors characterizing luxury is cleanliness.
This is why every part of your yacht must be clean and look its best.
Building on our expertise and mission to provide our clients with the highest level of satisfaction when it comes to their yacht cleaning and maintenance needs,
we ensure that our services in Dubai will bring out the best in both the interior and exterior of your prized possession.
</p>
<!-- <a href="#" class="read-more">read more <span>></span></a> -->
</div>
</div>
<div class="slides-tab zoom">
<figure>
<a href="#"><img src="assets/images/aircraft.jpg" alt="" /></a>
</figure>
<div class="slides-text">
<h4><a href="#">AIRCRAFT CLEANING</a></h4>
<p>
Your aircraft deserves personalized attention,
and that’s why our services are designed specifically to ensure every inch is cared
for with only premium aviation-approved products and high quality materials.
<br>
<br>
<br>
<br>
<br>
</p>
<!-- <a href="#" class="read-more">read more <span>></span></a> -->
</div>
</div>
</div>
</div>
</div>
<div class="other-services ">
<div class="container">
<div class="row">
<div class="col-xs-12 clearfix">
<div class="heading">
<span>FACILITY </span>
<h3>SERVICES</h3>
</div>
</div>
<div class="col-xs-12 service-category">
<div class="service-tab zoom">
<figure>
<a href="#"> <img src="assets/images/deliveryservices.jpg" alt="" /> </a>
</figure>
<div class="service-text">
<h5>DELIVERY SERVICES</h5>
<p>
Whether you’re a big business, SME, retailer, online shop, e-commerce site, social media seller or bank, we service your shipping needs. We specialize in last mile delivery
</p>
<!-- <a class="services-link button button-hover" href="#">read more</a> -->
</div>
</div>
<div class="service-tab zoom">
<figure class="pos-t">
<a href="#"> <img src="assets/images/walletcarprking.jpg" alt="" /> </a>
</figure>
<div class="service-text">
<h5>WALLET PARKING</h5>
<p>
Our concierge approach ensures that visitors and guests feel comfortable from the moment they arrive. For your valet parking customer,
the overall experience begins at the curb.
<!-- <a class="services-link button button-hover" href="#">read more</a> -->
</div>
</div>
<div class="service-tab zoom">
<figure>
<a href="#"> <img src="assets/images/hospitality management.jpg" alt="" /> </a>
</figure>
<div class="service-text">
<h5>HOSPITALITY MANAGEMENT</h5>
<p>
With a comprehensive infrastructure of hospitality management services at your disposal,
we work to deliver individual experiences that cultivate guest loyalty and create sustainable value.
</p>
<!-- <a class="services-link button button-hover" href="#">read more</a> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-window3 custom-window" data-parallax="scroll" data-image-src="assets/images/event.jpg">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="more-services-text ">
<h3>EVENT SERVICES</h3>
<p >
specializes event production services and implementation of custom made events. In keeping with changing corporate culture, our team is divided into: Creative Conceptualization & Design Execution and Management Production we believes in the professional advancement of new technologies, made available to meet the ever-changing requirements of our client’s artistic challenges. By offering pre-production as well as production expertise, we bring technical competence of all facets of event management.
</p>
<!-- <a class="services-link button button-hover" href="#">view more services</a> -->
</div>
</div>
</div>
</div>
</div>
<div class="more-services ">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-3">
<div class="heading">
<span>EVENT</span>
<h3>services</h3>
<p>
The execution of the event is done in a way that helps in building the brand and most importantly business relationships. As a corporate planner, we have all the skills to understand your needs and make the event success
</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 more-slides">
<div class="more-tab zoom">
<figure>
<a href="#"> <img src="assets/images/seminar.jpg" alt="" /> </a>
</figure>
<div class="more-text">
<h6><a href="#">Seminars & Meetings</a></h6>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-3 more-slides">
<div class="more-tab zoom">
<figure>
<a href="#"> <img src="assets/images/fashionshow.jpg" alt="" /> </a>
</figure>
<div class="more-text">
<h6><a href="#">Fashion shows</a></h6>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-3 more-slides">
<div class="more-tab zoom">
<figure>
<a href="#"> <img src="assets/images/exibition.jpg" alt="" /> </a>
</figure>
<div class="more-text">
<h6><a href="#">Exhibitions</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="testimonial ">
<div class="container">
<div class="row">
<div class="col-xs-12 center">
<div class="heading">
<span>what people say</span>
<h2>testimonials</h2>
</div>
<div class="design-line">
<span class="design"></span>
</div>
</div>
</div>
<div class="testimonial-text" id="testimonial-text">
<div class="feedback">
<blockquote class="custom-quote">
<span class="fa fa-quote-left custom-fa"></span>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc cons
entum tempor. Duis porta lectus ut dui consequat, ut porttitor sap
um. Nulla sagittis, turpis sit amet feugiat pretium, tellus tortor
et consectetur nunc odio at dolor.
</p>
<footer>
<h6>JOHNATHAN DOE <span>DESIGNER, THEME DESIGNER</span></h6>
</footer>
</blockquote>
</div>
<div class="feedback">
<blockquote class="custom-quote">
<span class="fa fa-quote-left custom-fa"></span>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc cons
entum tempor. Duis porta lectus ut dui consequat, ut porttitor sap
um. Nulla sagittis, turpis sit amet feugiat pretium, tellus tortor
et consectetur nunc odio at dolor.
</p>
<footer>
<h6>JOHNATHAN DOE <span>DESIGNER, THEME DESIGNER</span></h6>
</footer>
</blockquote>
</div>
<div class="feedback">
<blockquote class="custom-quote">
<span class="fa fa-quote-left"></span>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc cons
entum tempor. Duis porta lectus ut dui consequat, ut porttitor sap
um. Nulla sagittis, turpis sit amet feugiat pretium, tellus tortor
et consectetur nunc odio at dolor.
</p>
<footer>
<h6>JOHNATHAN DOE <span>DESIGNER, THEME DESIGNER</span></h6>
</footer>
</blockquote>
</div>
<div class="feedback">
<blockquote class="custom-quote">
<span class="fa fa-quote-left"></span>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc cons
entum tempor. Duis porta lectus ut dui consequat, ut porttitor sap
um. Nulla sagittis, turpis sit amet feugiat pretium, tellus tortor
et consectetur nunc odio at dolor.
</p>
<footer>
<h6>JOHNATHAN DOE <span>DESIGNER, THEME DESIGNER</span></h6>
</footer>
</blockquote>
</div>
<div class="feedback">
<blockquote class="custom-quote">
<span class="fa fa-quote-left"></span>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc cons
entum tempor. Duis porta lectus ut dui consequat, ut porttitor sap
um. Nulla sagittis, turpis sit amet feugiat pretium, tellus tortor
et consectetur nunc odio at dolor.
</p>
<footer>
<h6>JOHNATHAN DOE <span>DESIGNER, THEME DESIGNER</span></h6>
</footer>
</blockquote>
</div>
<div class="feedback">
<blockquote class="custom-quote">
<span class="fa fa-quote-left"></span>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc cons
entum tempor. Duis porta lectus ut dui consequat, ut porttitor sap
um. Nulla sagittis, turpis sit amet feugiat pretium, tellus tortor
et consectetur nunc odio at dolor.
</p>
<footer>
<h6>JOHNATHAN DOE <span>DESIGNER, THEME DESIGNER</span></h6>
</footer>
</blockquote>
</div>
</div>
</div>
</div>
<div class="query ">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-10">
<h5>DO YOU STILL HAVE A QUESTION REGARDING OUR SERVICES?</h5>
<p>
We are happy to help you
</p>
</div>
<div class="col-xs-12 col-sm-2">
<a href="contact-us.html" class="button contact-us">contact us</a>
</div>
</div>
</div>
</div>
</div>
<!--Section box ends Here -->
</section>
<!--Section area ends Here -->
<!--Footer area starts Here -->
<footer id="footer">
<!--Footer box starts Here -->
<div class="footer clearfix">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4">
<div class="quick-links">
<h5>QUICK LINKS</h5>
</div>
<!-- <div class="quick-list">
<ul>
<li>
<a href="#">ground shipping</a>
</li>
<li>
<a href="#">air freight</a>
</li>
<li>
<a href="#">sea freight</a>
</li>
<li>
<a href="#">storage & packaging</a>
</li>
</ul>
</div> -->
<div class="quick-list">
<ul>
<li>
<a href="service.html">Cleaning Services</a>
</li>
<li>
<a href="service.html">Event Management </a>
</li>
<li>
<a href="service.html">Facilities Management</a>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="our-address">
<h5>contact us</h5>
<div class="address">
<h6>All IN ONE SERVICES</h6>
<address>
Office 205 Fifty One @ Business Bay Tower, Business Bay, Dubai, United Arab Emirates
</address>
<div class="phone">
<span>phone : <a href="+971 4 5561398"> +971 4 5561398</a></span>
<span>email : <a href="mail">[email protected]</a></span>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="sign-up">
<h5>newsletter signup</h5>
<p>
If you want receive our all weekly updates about new
offers and discount, signup below.
</p>
<form>
<input id="mail" type="text" placeholder="Email Address" name="email" />
<!-- <input id="submit" type="submit" value="" class="fa fa-paper-plane-o" /> -->
<button class="fa fa-paper-plane"></button>
</form>
</div>
</div>
</div>
<div class="row custom-row">
<div class="col-xs-12 col-sm-5">
<div class="copyright">
<span>Copyright 2017. All Rights Reserved by <a href="www.superjetgroup.com">SuperjetGroup</a></span>
</div>
</div>
<div class="col-xs-12 col-sm-7 no-wrap-mobile">
<div class="footer-nav">
<ul>
<li>
<a href="#">terms of use</a>
</li>
<li>
<a href="#">legal desclaimer</a>
</li>
<li>
<a href="#">privacy policy</a>
</li>
<li>
<a href="#">support</a>
</li>
<li>
<a href="#">sitemap</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--Footer box ends Here -->
</footer>
<!--Footer area ends Here -->
</div>
<!--Wrapper Section ends Here -->
<script type="text/javascript" src="assets/js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="assets/js/less.js"></script>
<script type="text/javascript" src="assets/js/owl.carousel.js"></script>
<script type="text/javascript" src="assets/js/parallax.js"></script>
<script src="assets/js/script.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/js/site.js"></script>
</body>
</html>