-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoffice-cleaning.html
459 lines (405 loc) · 20.6 KB
/
office-cleaning.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" href="resources/css/style.css" />
<link rel="stylesheet" href="resources/css/query.css" />
<title>Evo Cleaning Services</title>
</head>
<body>
<nav class="navbar d-flex navbar-expand-lg navbar-light bg-white fixed-top" id="navbar">
<div class="container-fluid">
<a href="index.html"><img class="navbar-brand" id="logo" src="resources/images/Evo-logo-newcolours.jpg" alt="Evo Cleaning Services" />
</a
>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarCollapse"
aria-controls="navbarCollapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse navbar-nav-scroll" id="navbarCollapse" >
<ul class="navbar-nav mx-auto" id="navbar-item-group">
<li class="nav-item">
<a class="nav-link text-dark font-weight-light nav-text" href="index.html">Home</a>
</li>
<li class="nav-item dropdown active">
<a
class="nav-link dropdown-toggle text-dark font-weight-light nav-text"
href="#"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Cleaning Services
</a>
<div class="dropdown-menu dropdown-primary">
<div class="row-fluid" >
<h6 class="dropdown-header"><a class="dropdown-header-a" href="regular-cleaning.html">Regular Cleaning</a></h6>
<a class="dropdown-item" href="office-cleaning.html">Offices</a>
<a class="dropdown-item" href="pub-bar-and-restaurant-cleaning.html"
>Pubs, Bars & Restaurants</a
>
<a class="dropdown-item" href="school-cleaning.html">Schools</a>
<a class="dropdown-item" href="nursery-cleaning.html">Nurseries</a>
<a class="dropdown-item" href="retail-cleaning.html">Retail</a>
<a class="dropdown-item" href="theatre-cleaning.html">Theatres</a>
<a class="dropdown-item" href="hotel-cleaning.html">Hotels</a>
<a class="dropdown-item" href="health-and-leisure-cleaning.html">Health & Leisure</a>
<div class="dropdown-divider"></div>
<h6 class="dropdown-header"><a class="dropdown-header-a" href="one-off-cleaning.html">One-off Cleans</a></h6>
<a class="dropdown-item" href="deep-cleaning.html">Deep Cleaning</a>
<a class="dropdown-item" href="window-cleaning.html">Window Cleaning</a>
<a class="dropdown-item" href="post-builders-cleaning.html">Builders Cleans</a>
<a class="dropdown-item" href="end-of-tenancy.html">End of Tenancy Cleaning</a>
<a class="dropdown-item" href="carpet-cleaning.html">Carpet Cleaning</a>
<a class="dropdown-item" href="covid-19-cleaning.html">Covid-19 Cleans</a>
</div>
</div>
</li>
<li class="nav-item dropdown active">
<a
class="nav-link dropdown-toggle text-dark font-weight-light nav-text"
href="#"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Support Services
</a>
<div class="dropdown-menu">
<h6 class="dropdown-header"><a class="dropdown-header-a" href="support-services.html">Support Services</a></h6>
<a class="dropdown-item" href="http://24-7drains.co.uk" target="_blank">Drain Unblocking<img src="resources/images/logo247drainswhiteborder.png" alt="247-drains logo" class="dropdown-logo"></a>
<a class="dropdown-item" href="pest-control.html">Pest Control</a>
<a class="dropdown-item" href="gardening.html">Gardening</a>
<a class="dropdown-item" href="handyman-service.html">Handy Man Service</a>
<a class="dropdown-item" href="waste-disposal.html">Recycling & Waste Management</a>
<a class="dropdown-item" href="http://puresecurity.co.uk">Security</a>
<a class="dropdown-item" href="janitorial-supplies.html">Janitorial Supplies</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link text-dark font-weight-light nav-text" href="covid-19-cleaning.html">Covid-19</a>
</li>
<li class="nav-item dropdown active">
<a
class="nav-link dropdown-toggle text-dark font-weight-light nav-text"
href="#"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
About
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="health-and-safety.html">Health & Safety</a>
<a class="dropdown-item" href="living-wage.html">London Living Wage</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link text-dark font-weight-light nav-text" href="contact-us.html">Contact</a>
</li>
</ul>
<a
class="btn btn-outline-primary align-self-center d-flex align-content-center justify-content-center nav-btn"
id="raq-button"
href="contact-us.html"
>
Request a Quote
</a>
<a
href="tel:02077886633"
class="btn btn-primary align-self-center d-flex align-content-center justify-content-center nav-btn"
id="tel-button"
>
<i class="material-icons mr-1 align-self-center">phone</i> <strong>020 7788 6633</strong>
</a>
</div>
</div>
</nav>
<!-- HERO -->
<div id="hero-mbl">
<div class="container-fluid d-flex" id="hero-office-cleaning">
<div class="container bg-transparent d-flex pt-5" id="hero-container">
<div class="row">
<div class="col-md-6 d-flex flex-column align-items-center justify-content-center" >
<div class="px-4 py-4 d-flex flex-column align-items-center justify-content-center" id="hero-text">
<img src="resources/images/evored-quotes2.png" class="red-quotes" id="red-quotes-1">
<h1 class="mb-3 display-5 banner-text text-center">
An Office Cleaning Service You Can Rely On
</h1>
<h6 class="lead text-center">
Welcome to Evo Services. Give us a call or fill out the online form to receive a no
obligation quote within 24 hours.
</h6>
<h4 class="font-weight-bold mt-4">Take a look at our other services:</h4>
<div class="d-flex flex-column align-items-center">
<a class="btn btn-primary btn-lg mb-1 ornitons" style="border: 3px solid rgba(255, 255, 255, 0.575)" href="regular-cleaning.html">Regular Cleaning</a>
<a class="btn btn-primary btn-lg my-1 ornitons " style="border: 3px solid rgba(255, 255, 255, 0.575)" href="one-off-cleaning.html">One-Off Cleaning</a>
<a class="btn btn-primary btn-lg mt-1 ornitons" style="border: 3px solid rgba(255, 255, 255, 0.575)" href="support-services.html">Support Services</a>
</div>
<img src="resources/images/evored-quotes.png" class="red-quotes" id="red-quotes-2">
</div>
</div>
<div class="col-md-6 p-3 mt-4 d-flex justify-content-center">
<div class="card">
<h5 class="card-header text-dark">Request a Callback</h5>
<div class="card-body text-dark">
<form>
<div class="form-group">
<label for="req-name">Your Name</label>
<input type="email" class="form-control" id="req-name">
</div>
<div class="form-group">
<label for="req-company">Company Name</label>
<input type="text" class="form-control" id="req-company">
</div>
<div class="form-group">
<label for="req-tel">Telephone</label>
<input type="tel" class="form-control">
</div>
<button type="submit" class="btn btn-primary btn-block">Send</button>
<small id="emailHelp" class="form-text text-muted m-0">*We'll never share your details with anyone else.</small>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="hero-lrg">
<div class="container-fluid d-flex" id="hero-office-cleaning">
<div class="container-fluid bg-transparent d-flex pt-5 justify-content-end" id="hero-container">
<div class="row">
<div class="col-md-5 offset-md-1 d-flex flex-column align-items-center justify-content-center" >
<div class="px-4 py-4 d-flex flex-column align-items-center justify-content-center" id="hero-text">
<img src="resources/images/evored-quotes2.png" class="red-quotes" id="red-quotes-1">
<h1 class="mb-3 display-5 banner-text text-center">
A Professional Office Cleaning Service You Can Rely On
</h1>
<h6 class="lead text-center">
Welcome to Evo Services. Give us a call or fill out the online form to receive a no
obligation quote within 24 hours.
</h6>
<h4 class="font-weight-bold mt-4 mb-2">Take a look at our other services:</h4>
<div class="d-flex align-items-center">
<a class="btn mx-2 btn-outline-light ornitons" href="regular-cleaning.html">Regular Cleaning</a>
<a class="btn btn-outline-light ornitons" href="one-off-cleaning.html">One-Off Cleaning</a>
<a class="btn btn-outline-light ornitons mx-2" href="support-services.html">Support Services</a>
</div>
<img src="resources/images/evored-quotes.png" class="red-quotes" id="red-quotes-2">
</div>
</div>
<div class="col-md-5 offset-md-1 p-3 d-flex justify-content-end align-items-center" id="jce-to-center">
<div class="card hero-form-lrg">
<h5 class="card-header text-dark">Request a Callback</h5>
<div class="card-body text-dark d-flex flex-column justify-content-around">
<form>
<div class="form-group">
<label for="req-name">Your Name</label>
<input type="email" class="form-control" id="req-name">
</div>
<div class="form-group">
<label for="req-company">Company Name</label>
<input type="text" class="form-control" id="req-company">
</div>
<div class="form-group">
<label for="req-tel">Telephone</label>
<input type="tel" class="form-control">
</div>
<button type="submit" class="btn btn-primary btn-block">Send</button>
<small id="emailHelp" class="form-text text-muted m-0">*We'll never share your details with anyone else.</small>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jumbotron jumbotron-fluid text-center mb-0">
<div class="container">
<div class="row">
<div class="col-3"><img class="icon" src="resources/icons/speak.svg"><p class="icon-text">English-Speaking Cleaning Operatives</p></div>
<div class="col-3"><img class="icon" src="resources/icons/007-support.svg"><p class="icon-text">Friendly Support Team Available 24/7</p></div>
<div class="col-3"><img class="icon" src="resources/icons/to-dos.svg"><p class="icon-text">Bespoke Cleaning Schedue for all Offices</p></div>
<div class="col-3"><img class="icon" src="resources/icons/identification.svg"><p class="icon-text">Vetted, Trained and Experienced Cleaners</p></div>
</div>
</div>
</div>
<div class="container-flex text-center page-section-img-office lrg" >
<div class="container">
<div class="row justify-content-end">
<!-- <div class="col-lg-6 col-md-5 col-sm-3"></div> -->
<div class="col-lg-6 col-md-7 col-sm-9 col-12 d-flex">
<div class="card m-5">
<div class="card-body">
<div class="display-4">Office Cleaning London</div>
<p class="my-4 lead">A clean and hygienic office is a more productive place for your staff to work and a more pleasant place for your clients to visit. We provide high quality, cost-effective office cleaning solutions, and currently work with a number of large companies across London and the South East.</p>
<a href="contact-us.html" class="btn btn-primary">Contact Us Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-flex text-center page-section-img-office mbl" >
<div class="container">
<div class="card my-5 mx-3">
<div class="card-body">
<div class="display-4">Office Cleaning London</div>
<p class="my-4 lead">A clean and hygienic office is a more productive place for your staff to work and a more pleasant place for your clients to visit. We provide high quality, cost-effective office cleaning solutions, and currently work with a number of large companies across London and the South East.</p>
<a href="contact-us.html" class="btn btn-primary">Contact Us Now</a>
</div>
</div>
</div>
</div>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<div class="display-4 pb-5">Our plan for your office cleaning</div>
<p class="lead">
Every office is different. Before starting work at your office, Evo will draw up a plan to cater for your
specific requirements and priorities. We will work at a time that is most convenient for you and your staff.
Your Account Manager will take personal responsibility for the cleaning work at your offices, and will make
regular site visits in order to audit the work of our cleaners. Your Account Manager will also be contactable
by you at any time, and will be keen to meet with you on a regular basis to discuss our work.
<br><br>Our service always includes:<br>
<ul class="lead">
<li>CoSHH trained and experienced cleaning staff</li>
<li>Our Personal Management System</li>
<li>The option of all equipment and cleaning materials included in the price</li>
<li>A responsible approach to Health & Safety</li>
<li>Environmentally aware working practices</li>
</ul>
</p>
<a href="contact-us.html" class="btn btn-primary btn-lg mt-5">Request a Quote</a>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 d-flex">
<img
src="resources/images/black-footprint.png"
style="width: 65%"
alt="Carbon Footprint"
class="align-self-center justify-center m-5"
/>
</div>
<div class="col-md-8 d-flex">
<div class="alert alert-light align-self-center">
<h2 class="display-4 text-dark">
Reducing our Carbon Footprint.
</h2>
</br><h4 class="text-dark lead">Doing our bit for the environment...</h4>
<p class="lead">
We have embarked upon an environmental project which we believe will allow us to monitor our environmental impact and take a step-wise approach to minimising it. We have been set key goals, which we aim to achieve by the time of our next evaluation.
</p>
</div>
</div>
</div>
</div>
<footer class="site-footer bg-dark">
<div class="container py-5">
<div class="row">
<div class="col-sm-12 col-md-5">
<h6>About</h6>
<p class="text-justify">
Evo provide, cleaning, security, plumbing and other buildings and facilities services
across London and the South-East. With over a decade of experience and a long list of
satisfied customers, we're proud to be one of London's foremost cleaning and services
providers.
</p>
</div>
<div class="col-md-1"></div>
<div class="col-xs-6 col-md-3">
<h6>Services</h6>
<ul class="footer-links">
<li>
<a href="regular-cleaning.html"
>Regular Cleaning</a>
</li>
<li><a href="office-cleaning.html">Office Cleaning</a></li>
<li><a href="pub-bar-and-restaurant-cleaning.html">Pubs, Bars & Restaurants</a></li>
<li><a href="school-cleaning.html">School Cleaning</a></li>
<li><a href="deep-cleaning.html">Deep Cleaning</a></li>
<li>
<a href="http://24-7drains.co.uk"
>Drain Clearance</a>
</li>
</ul>
</div>
<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a href="www.evocleaning.co.uk">Home</a></li>
<li><a href="health-and-safety.html">Health & Safety</a></li>
<li><a href="living-wage.html">Living Wage</a></li>
</ul>
<h6>Contact Us</h6>
<ul class="footer-links">
<li><a id="email-address"></a></li>
<li><a href="tel:02077886633">020 7788 6633</a></li>
</ul>
</div>
</div>
<hr />
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text" id="copyright"></p>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
</div>
</div>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"
></script>
<script src="data.js"></script>
<script>
$(document).ready(function () {
$('[data-toggle="popover"]').popover();
});
</script>
<script type="text/javascript">
var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq ||
{
mode:"async", widgetcode:"66ab0f34453f23da5524ef2325f61547ce9e8a4b4e9fb8caa93870d792cf64bbf381871a7fc2eb61fc76a3f5378d19bc",
values:{},ready:function(){}};
var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;
s.src="https://salesiq.zoho.eu/widget";t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);d.write("<div id='zsiqwidget'></div>");
</script>
</body>
</html>