-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathone-off-cleaning.html
582 lines (538 loc) · 25.6 KB
/
one-off-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
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
<!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://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
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" 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="#">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-one-off">
<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">
Professional, One-Off Cleaning Services
</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 from London's favourite cleaning provider.
</h6>
<h4 class="mt-4">Take a look at <a class="btn btn-lg btn-outline-light ml-2" href="#services">Our Services</a>
</h4>
<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" style="width: 94%">
<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-one-off">
<div class="container-fluid bg-transparent d-flex pt-5 justify-content-end" id="hero-container">
<div class="row d-flex justify-content-center">
<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">
Professional, One-Off Cleaning Services
</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 from London's favourite cleaning provider.
</h6>
<h4 class="mt-4">Take a look at <a class="btn btn-lg btn-outline-light ml-2" href="#services">Our Services</a>
</h4>
<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" id="jce-to-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 class="container py-5" id="services">
<p class="display-4 pb-5 text-center">Our One-off Cleaning Services</p>
<div class="row justify-content-center">
<div class="col-lg-3 col-md-4 col-sm-6 mb-5">
<div class="card">
<div class="card-header text-dark text-center">Deep Cleaning</div>
<div class="card-body">
<p class="card-text text-muted p-card text-center">
A professional deep cleaning service for all kinds of buildings across London & the South-East.
</p>
</div>
<div class="img-wrapper">
<img
class="img-responsive"
src="resources/css/img/deep-cleaning3-2.jpg"
alt="Deep Cleaning image"
/>
<div class="img-overlay">
<a class="btn stretched-link btn-primary px-5" href="deep-cleaning.html">Find Out More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mb-5">
<div class="card">
<div class="card-header text-dark text-center">Covid Cleans</div>
<div class="card-body">
<p class="card-text text-muted p-card text-center">
You can rely on us to make sure that your business is covid safe for your employees and visitors.
</p>
</div>
<div class="img-wrapper">
<img class="img-responsive" src="resources/css/img/covid-19.jpg" alt="Covid-19 Cleaning image" />
<div class="img-overlay">
<a class="btn stretched-link btn-primary px-5" href="covid-19-cleaning.html">Find Out More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mb-5">
<div class="card">
<div class="card-header text-dark text-center">Carpet & Upholstery Cleaning</div>
<div class="card-body">
<p class="card-text text-muted p-card text-center">
Our experts clean all types of carpet and upholstery in both business and domestic settings. You'll be amazed at the results! </p>
</div>
<div class="img-wrapper">
<img
class="img-responsive"
src="resources/css/img/carpets2.png"
alt="Carpet Cleaning image"
/>
<div class="img-overlay">
<a class="btn stretched-link btn-primary px-5" href="carpet-cleaning.html">Find Out More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mb-5">
<div class="card">
<div class="card-header text-dark text-center">Post-Builders Cleaning</div>
<div class="card-body">
<p class="card-text text-muted p-card text-center">
Our thorough and time-sensitive Post-Builders cleaning service to get your site ready to open.
</p>
</div>
<div class="img-wrapper">
<img
class="img-responsive"
src="resources/css/img/builders-2.jpg"
alt="Post-Builders Cleaning image"
/>
<div class="img-overlay">
<a class="btn stretched-link btn-primary px-5" href="post-builders-cleaning.html">Find Out More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-3 col-md-4 col-sm-6 mb-5">
<div class="card">
<div class="card-header text-dark text-center">Window Cleaning</div>
<div class="card-body">
<p class="card-text text-muted p-card text-center">
A competitively priced, reliable and professional one-off or regular Window Cleaning service
</p>
</div>
<div class="img-wrapper">
<img
class="img-responsive"
src="resources/css/img/windows-2.jpg"
alt="Deep Cleaning image"
/>
<div class="img-overlay">
<a class="btn stretched-link btn-primary px-5" href="deep-cleaning.html">Find Out More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mb-5">
<div class="card">
<div class="card-header text-dark text-center">End of Tenancy Cleaning</div>
<div class="card-body">
<p class="card-text text-muted p-card text-center">
A reliable and cost-effective pro cleaning service for retail spaces across London & the South-East. </p>
</div>
<div class="img-wrapper">
<img
class="img-responsive"
src="resources/css/img/tenancy.jpg"
alt="Post-Builders Cleaning image"
/>
<div class="img-overlay">
<a class="btn stretched-link btn-primary px-5" href="tenancy-cleaning.html">Find Out More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jumbotron jumbotron-fluid text-center" id="how-lg">
<div class="container">
<div class="display-4 mb-5">How do we work?</div>
<div class="row d-flex d-flex justify-content-center my-4">
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >1. Site Survey & Consultation</p>
<img src="resources/css/img/icons/svg/002-video-call.svg" alt="Video Call" class="icon">
<p class="lead">Each site is unique, we will carry out a site survey and consultation. </p>
</div>
<div class="col-lg-1 col-md-1 col-sm-1 align-self-center">
<img src="resources/css/img/icons/svg/right-arrow.svg" alt="arrow" class="icon" id="arrow-icon">
</div>
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >2. Competitive Quotation</p>
<img src="resources/css/img/icons/svg/005-piggy-bank.svg" alt="piggy bank" class="icon">
<p class="lead">We will put together a quote designed to save you money</p>
</div>
<div class="col-lg-1 col-md-1 col-sm-1 align-self-center">
<img src="resources/css/img/icons/svg/right-arrow.svg" alt="arrow" class="icon" id="arrow-icon">
</div>
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >3. Bespoke Site Plan</p>
<img src="resources/icons/notebook.svg" alt="Bespoke site plan" class="icon">
<p class="lead">We will work on a plan that works for your site</p>
</div>
</div>
<div class="row d-flex d-flex justify-content-center my-4">
<div class="col-lg-3 col-md-3 col-sm-5">
</div>
<div class="col-lg-1 col-md-1 col-sm-1 align-self-center">
</div>
<div class="col-lg-3 col-md-3 col-sm-5">
</div>
<div class="col-lg-1 col-md-1 col-sm-1 align-self-center">
</div>
<div class="col-lg-3 col-md-3 col-sm-5">
<img src="resources/css/img/icons/svg/down-arrow.svg" alt="arrow" class="icon" id="arrow-icon">
</div>
</div>
<div class="row d-flex d-flex justify-content-center">
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >6. Consultation</p>
<img src="resources/css/img/icons/svg/001-consulting.svg" alt="Consultation" class="icon">
<p class="lead">Ongoing consultation and customer statisfaction questionnaires</p>
</div>
<div class="col-lg-1 col-md-1 col-sm-1 align-self-center">
<img src="resources/css/img/icons/svg/left-arrow.svg" alt="arrow" class="icon" id="arrow-icon">
</div>
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >5. Auditing</p>
<img src="resources/css/img/icons/svg/003-checklist.svg" alt="Audit" class="icon">
<p class="lead">Ongoing auditing of the standard of our service</p>
</div>
<div class="col-lg-1 col-md-1 col-sm-1 align-self-center">
<img src="resources/css/img/icons/svg/left-arrow.svg" alt="arrow" class="icon" id="arrow-icon">
</div>
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >4. Quality Cleaning Staff</p>
<img src="resources/css/img/icons/svg/006-team.svg" alt="Team" class="icon">
<p class="lead">We will assign a top-quality cleaner or team of cleaners to your site</p>
</div>
</div>
</div>
</div>
<div class="jumbotron jumbotron-fluid text-center" id="how-sm">
<div class="container">
<div class="display-4 mb-5">How do we work?</div>
<div class="row d-flex d-flex justify-content-center my-4">
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >1. Site Survey & Consultation</p>
<img src="resources/css/img/icons/svg/002-video-call.svg" alt="Video Call" class="icon">
<p class="lead">Each site is unique, we will carry out a site survey and consultation. </p>
</div>
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >2. Competitive Quotation</p>
<img src="resources/css/img/icons/svg/005-piggy-bank.svg" alt="piggy bank" class="icon">
<p class="lead">We will put together a quote designed to save you money</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >3. Bespoke Site Plan</p>
<img src="resources/css/img/icons/svg/004-strategy.svg" alt="strategy" class="icon">
<p class="lead">We will work on a plan that works for your site</p>
</div>
</div>
<div class="row d-flex d-flex justify-content-center">
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >4. Quality Cleaning Staff</p>
<img src="resources/css/img/icons/svg/006-team.svg" alt="Team" class="icon">
<p class="lead">We will assign a top-quality cleaner or team of cleaners to your site</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >5. Auditing</p>
<img src="resources/css/img/icons/svg/003-checklist.svg" alt="Audit" class="icon">
<p class="lead">Ongoing auditing of the standard of our service</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-5 hdww-border">
<p >6. Consultation</p>
<img src="resources/css/img/icons/svg/001-consulting.svg" alt="Consultation" class="icon">
<p class="lead">Ongoing consultation and customer statisfaction questionnaires</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>
</body>
</html>