-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
316 lines (306 loc) · 14 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<title>Reliable cleaning agency</title>
<!-- Vendors -->
<link href="css/vendor/bootstrap.min.css" rel="stylesheet">
<link href="css/vendor/animate.min.css" rel="stylesheet">
<link href="css/vendor/slick.css" rel="stylesheet">
<link href="css/vendor/lightbox.css" rel="stylesheet">
<link href="css/vendor/bootstrap-datetimepicker.css" rel="stylesheet">
<link href="css/vendor/nouislider.css" rel="stylesheet">
<!-- Template Style -->
<link href="css/custom.css" rel="stylesheet">
<!-- Icon Font-->
<link href="fonts/icomoon/style.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<!-- Google map -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>
</head>
<body class="page-index">
<!-- Header -->
<header class="page-header header-sticky">
<div class="page-header-top">
<div class="container">
<div class="logo">
<font style=" font:bold 30px 'Aleo'; text-shadow:2px 2px 20px #07f; color:#00f;"><a href="index.html"><img src="logo.png" alt="Reliable Cleaning Agency" style="width: 200px; height: 100px;"></a></font>
<div class="shine"></div>
</div>
<div class="quote-button-wrap"><a href="login.php" class="btn"><i class="icon icon-bell"></i>GET A QUOTE</a></div>
<a href="#" class="menu-toggle"><i class="icon-line-menu"></i><i class="icon-cancel"></i></a>
</div>
</div>
<div class="page-header-menu">
<div class="container">
<ul class="menu">
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="#">Our Services<span class="arrow"></span></a>
<ul class="sub-menu">
<li><a href="service-page-1.html">Apartment Cleaning</a></li>
<li><a href="service-page-2.html">House Cleaning</a></li>
<li><a href="service-page-3.html">Move In / Move Out</a></li>
<li><a href="service-page-4.html">Сarpet Сleaning</a></li>
<li><a href="service-page-5.html">After Renovation</a></li>
<li><a href="service-page-6.html">Curtain Cleaning</a></li>
<li><a href="service-page-7.html">Window Cleaning</a></li>
<li><a href="service-page-8.html">Commercial Cleaning</a></li>
<li><a href="service-page-9.html">Residential Cleaning</a></li>
</ul>
</li>
<li><a href="services.html">Pricing</a></li>
<li><a href="faq.html">FAQs</a></li>
<li><a href="contact.php">Contacts</a></li>
<li><a href="login.php"><i class="icon icon-user icon-2X"></i> Login</a></li>
</ul>
</div>
</div>
</header>
<!-- /Header -->
<main class="page-main">
<!-- Slider -->
<div class="block" style="margin-bottom: 0px;">
<div id="mainSliderWrapper">
<div class="loading-content">
<div class="loading-dots dark-gray">
<i></i>
<i></i>
<i></i>
<i></i>
</div>
</div>
<div id="mainSlider">
<div class="slide">
<div class="img--holder" style="background-image: url(images/slider/slide1.jpg);"></div>
<div class="slide-content center">
<div class="vert-wrap container">
<div class="vert">
<div class="container">
<h2 data-animation="zoomIn" data-animation-delay="0.5s">Eco-Friendly<br>Cleaning Services</h2>
<a href="services.html" class="btn" data-animation="fadeInUp" data-animation-delay="0.5s">Want to know more?</a>
</div>
</div>
</div>
</div>
</div>
<div class="slide">
<div class="img--holder" style="background-image: url(images/slider/slide2.jpg);"></div>
<div id="starshine">
<div class="shine shine-1"></div>
<div class="shine shine-2"></div>
<div class="shine shine-3"></div>
<div class="shine shine-4"></div>
<div class="shine shine-5"></div>
</div>
<div class="slide-content center">
<div class="vert-wrap container">
<div class="vert">
<div class="container">
<h2 data-animation="zoomIn" data-animation-delay="0.5s">A Caring<br>Cleaning Team <br> Cleaning Services That Shine</h2>
<a href="services.html" class="btn" data-animation="fadeInUp" data-animation-delay="0.5s">Want to know more?</a>
</div>
</div>
</div>
</div>
</div>
<div class="slide">
<div class="img--holder" style="background-image: url(images/slider/slide5.jpg);"></div>
<div class="slide-content center">
<div class="vert-wrap container">
<div class="vert">
<div class="container">
<h2 data-animation="zoomIn" data-animation-delay="0.5s">Giving You<br>More Time to Spend on<br>What Really Matter</h2>
<a href="services.html" class="btn" data-animation="fadeInUp" data-animation-delay="0.5s">Want to know more?</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Slider -->
<!-- Conscience block -->
<div class="block fullwidth-bg inset-70 bg-bottom bottom-null hide-bg-md" data-bg="images/block-bg-31.jpg" style="margin-top: 0px;">
<div class="container" style="margin-top: 0px;">
<div class="row">
<div class="col-lg-9 col-lg-push-3" style="margin-top: 0px;" >
<h2 class="text-center h-lg h-decor" style="margin-top: 0px;" >Cleaning With a Conscience</h2>
<h3 class="text-center" style="color: #fff; text-shadow:2px 2px 20px #fff;">Professional Cleaning Services for Home and Office</h3>
<p class="text-center" style="color: #fff; text-shadow:2px 2px 20px #fff;">Cleaning can be a chore and we know you have many choices when you consider hiring a maid service. Because of that, we are constantly thriving to improve our already high standards to have you see us as the absolute best in the industry. It’s not enough to have trust in the cleaning crew that you let into your home… you also have to trust that they will perform a first-class cleaning job for you. Putting our employees through a rigorous training program ensures each member of our cleaning team understands their role and how it relates to the overall performance of the team. </p>
<div class="row" style="color: #fff; text-shadow:2px 2px 20px #fff;">
<div class="col-lg-5 col-lg-push-1">
<ul class="marker-list">
<li>One-off, weekly or fortnightly visits</li>
<li>Vetted & background-checked cleaners</li>
</ul>
</div>
<div class="col-lg-5 col-lg-push-1">
<ul class="marker-list">
<li>Keep the same cleaner for every visit</li>
<li>Book, manage & pay online</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /Conscience block -->
<!-- banner Get Started-->
<div class="block fullwidth-bg bg-gradient inset-35">
<div class="container">
<div class="get-banner text-center">
<h2>Get started with your <b>Quote Now!</b></h2><a href="login.php" class="btn btn-white"><i class="icon icon-bell"></i>GET a Quote</a></div>
</div>
</div>
<!--/ banner Get Started-->
<!-- How It Works block -->
<div class="block">
<div class="container">
<h2 class="text-center h-lg h-decor">How It Works</h2>
<p class="text-center">Taking the stress out of any aspect of cleaning is what we specialise in. We will come to your premises and offer your quote, so you know exactly what you’ll be spending</p>
<div class="row">
<div class="col-sm-4">
<div class="how-works">
<div class="how-works-number how-works-number--color1">1</div>
<h3 class="how-works-title">Book online in <span>60 seconds</span></h3>
<p>Book & pay online. We'll match you with a trusted, experienced house cleaner</p>
</div>
</div>
<div class="col-sm-4">
<div class="how-works">
<div class="how-works-number how-works-number--color2">2</div>
<h3 class="how-works-title">Get a <span>5 star cleaner</span></h3>
<p>Every cleaner is friendly and reliable. They've been background-checked & rated 5-stars</p>
</div>
</div>
<div class="col-sm-4">
<div class="how-works">
<div class="how-works-number how-works-number--color3">3</div>
<h3 class="how-works-title">Manage everything <span>online</span></h3>
<p>Add visits, skip visits, leave notes, and book extra services laundry, fridge and oven cleaning</p>
</div>
</div>
</div>
</div>
</div>
<!-- /How It Works block -->
<div class="block fullwidth-bg inset-85 bg-cover" data-bg="images/block-bg-2.jpg">
<div class="container">
<h2 class="text-center h-lg">Why Our Customers Choose Us?</h2>
<div class="divider-lg"></div>
<div class="row feature-wrapper">
<div class="col-sm-4">
<div class="feature-text text-right">
<h5>We Are Experts</h5>
<p class="font-sm">and dominate the industry in scale and scope with an adaptable, extensive network that consistently delivers exceptional results.</p>
</div>
<div class="feature-text text-right">
<h5>We Are Committed</h5>
<p class="font-sm">to our customers and are guided in all we do by their needs.</p>
</div>
</div>
<div class="col-sm-4 feature-image">
<img src="images/the-best-img.png" class="img-responsive" alt="">
</div>
<div class="col-sm-4">
<div class="feature-text">
<h5>We Are Complete</h5>
<p class="font-sm">and seek to provide exceptional service and engage in proactive behavior.</p>
</div>
<div class="feature-text">
<h5>We Are Driven</h5>
<p class="font-sm">to pursue the highest standards and continuously improve in all aspects of our business.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Gallery block -->
<!-- /Gallery block -->
<!-- /News block -->
<!-- Testimonials Single Block -->
<div class="block fullwidth-bg inset-50 bg-cover block-testimonials-bg" data-bg="images/block-bg-3.jpg">
<div class="container">
<h2 class="text-center h-lg">Our Clients Say</h2>
<div class="testimonials-carousel">
<div class="testimonial-item cutted">
<div class="testimonial-item-inside">
<h3>Estela Thomas</h3>
<p>I would be glad to act as a phone reference for your company. Cleaning did a wonderful job and I certainly don’t mind confirming their outstanding service. If you’re thinking about hiring to clean your office building, ask them for my testimonial and call anytime.</p>
</div>
</div>
<div class="testimonial-item cutted">
<div class="testimonial-item-inside">
<h3>Frances J. Nicastro</h3>
<p>I have used a few different cleaning services but this was the best! They showed up early, did a thorough job and were pleasant and friendly! They took my trash with them, an added bonus, and didn't rearrange my entire house like some cleaners do.</p>
</div>
</div>
<div class="testimonial-item cutted">
<div class="testimonial-item-inside">
<h3>Michael P. Solomon</h3>
<p>I use this cleaning service for my office and I'm so happy to have found them. They are affordable and provide the best customer service experience. I have been using them for over a year already! I would recommend Marta in particular.</p>
</div>
</div>
</div>
</div>
</div>
<!--/ Testimonials Single Block -->
<!-- /Coupons block -->
</main>
<!-- Footer -->
<footer class="page-footer" style="margin-top: 0px;">
<div class="container">
<div class="page-footer-bot">
<div class="logo">
<font style=" font:bold 30px 'Aleo'; text-shadow:2px 2px 20px #07f; color:#00f;"><a href="index.html"><img src="logo.png" alt="Reliable Cleaning Agency" style="width: 200px; height: 100px;"></a></font>
<div class="shine"></div>
</div>
<div class="page-footer-phone"><span>Call us on:</span> <span class="phone-number">+254 791 391 066</span></div>
<div class="page-footer-shedule"><i class="icon icon-clock"></i>8:00am - 12:00pm
<br>Mon - Sun</div>
<div>
<ul class="social-list">
<li><a href="#"><i class="icon-google-plus-logo"></i></a></li>
<li><a href="#"><i class="icon-facebook-logo"></i></a></li>
<li><a href="#"><i class="icon-twitter-logo"></i></a></li>
<li><a href="#"><i class="icon-instagram-logo"></i></a></li>
</ul>
</div>
</div>
<div class="footer-copyright">Copyright © 2017 Reliable Cleaning Agency.</div>
<div class="backToTop js-backToTop">
<i class="icon icon-right-arrow"></i>
</div>
</div>
</footer>
<!-- /Footer -->
<!-- External JavaScripts -->
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/slick.min.js"></script>
<script src="js/vendor/isotope.pkgd.min.js"></script>
<script src="js/vendor/imagesloaded.pkgd.min.js"></script>
<script src="js/vendor/lightbox.min.js"></script>
<script src="js/vendor/jquery.scroll-with-ease.min.js"></script>
<script src="js/vendor/jquery.form.js"></script>
<script src="js/vendor/jquery.validate.min.js"></script>
<script src="js/vendor/moment.js"></script>
<script src="js/vendor/bootstrap-datetimepicker.min.js"></script>
<script src="js/vendor/jquery.waypoints.min.js"></script>
<script src="js/vendor/jquery.countTo.js"></script>
<script src="js/vendor/jquery.print.js"></script>
<script src="js/vendor/jquery.dotdotdot.min.js"></script>
<script src="js/vendor/nouislider.min.js"></script>
<script src="js/vendor/jquery.elevateZoom-3.0.8.min.js"></script>
<!-- Custom JavaScripts -->
<script src="js/custom.js"></script>
<script src="js/forms.js"></script>
</body>
</html>