-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
419 lines (318 loc) · 18.1 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>About Us | Bootstrap 5 Theme</title>
<!-- CSS FILES -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/tooplate-clean-work.css" rel="stylesheet">
<!--
Tooplate 2132 Clean Work
https://www.tooplate.com/view/2132-clean-work
Free Bootstrap 5 HTML Template
-->
</head>
<body>
<header class="site-header">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12 d-flex flex-wrap">
<p class="d-flex me-4 mb-0">
<i class="bi-house-fill me-2"></i>
One-Stop Cleaning Service
</p>
<p class="d-flex d-lg-block d-md-block d-none me-4 mb-0">
<i class="bi-clock-fill me-2"></i>
<strong class="me-2">Mon - Fri</strong> 8:00 AM - 5:30 PM
</p>
<p class="site-header-icon-wrap text-white d-flex mb-0 ms-auto">
<i class="site-header-icon bi-whatsapp me-2"></i>
<a href="tel: 110-220-9800" class="text-white">
110 220 9800
</a>
</p>
</div>
</div>
</div>
</header>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/bubbles.png" class="logo img-fluid" alt="">
<span class="ms-2">Clean Work</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about.html">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#section_5" id="navbarLightDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">Pages</a>
<ul class="dropdown-menu dropdown-menu-light" aria-labelledby="navbarLightDropdownMenuLink">
<li><a class="dropdown-item" href="services.html">Our Services</a></li>
<li><a class="dropdown-item" href="coming-soon.html">Coming Soon</a></li>
<li><a class="dropdown-item" href="page-404.html">Page 404</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item ms-3">
<a class="nav-link custom-btn custom-border-btn custom-btn-bg-white btn" href="#">Get started</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<section class="banner-section d-flex justify-content-center align-items-end">
<div class="section-overlay"></div>
<div class="container">
<div class="row">
<div class="col-lg-7 col-12">
<h1 class="text-white mb-lg-0">About Us</h1>
</div>
<div class="col-lg-4 col-12 d-flex justify-content-lg-end align-items-center ms-auto">
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-center">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">About Us</li>
</ol>
</nav>
</div>
</div>
</div>
</section>
<section class="section-padding">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<img src="images/cleaning-concept-with-man-showing-business-card.jpg" class="featured-image img-fluid">
</div>
<div class="col-lg-6 col-12">
<div class="featured-block">
<h2 class="mb-4">Cleaning Service Agency Since 2018</h2>
<p>Tooplate website provides a variety of latest HTML templates or Bootstrap 5 Themes for your <a href="#">business websites</a>.</p>
<p>Clean Work is a blue color theme HTML CSS template for your company website. You may use this template for any purpose.</p>
<a class="custom-btn btn button button--atlas mt-3" href="contact.html">
<span>Get in touch</span>
<div class="marquee" aria-hidden="true">
<div class="marquee__inner">
<span>Get in touch</span>
<span>Get in touch</span>
<span>Get in touch</span>
<span>Get in touch</span>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="team-section section-padding section-bg">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<h2 class="mb-4">Meet People</h2>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-lg-0 mb-md-5">
<img src="images/teams/young-cleaning-man-wearing-casual-clothes.jpg" class="team-image img-fluid">
</div>
<div class="col-lg-3 col-md-6 col-12 d-flex justify-content-lg-center mt-4 mt-lg-0 mt-md-0 mb-5 mb-lg-0">
<div class="team-info mx-auto mx-lg-0">
<h4 class="mb-2">Josh</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing tempor incididunt dolore magna</p>
<div class="border-top mt-3 pt-3">
<p class="d-flex mb-0">
<i class="bi-whatsapp me-2"></i>
<a href="tel: 110-220-9800">
110-220-9800
</a>
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<img src="images/teams/happy-young-woman-wiping-kitchen-counter-wearing-yellow-gloves.jpg" class="team-image img-fluid">
</div>
<div class="col-lg-3 col-md-6 col-12 d-flex justify-content-lg-center mt-4 mt-lg-0 mt-md-0">
<div class="team-info mx-auto mx-lg-0">
<h4 class="mb-2">Marie</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing tempor incididunt dolore magna</p>
<div class="border-top mt-3 pt-3">
<p class="d-flex mb-0">
<i class="bi-whatsapp me-2"></i>
<a href="tel: 110-220-9800">
110-220-9800
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="partners-section">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-12 col-12">
<h4 class="partners-section-title bg-white shadow-lg">Trusted by companies</h4>
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="images/partners/toprak-leasing.svg" class="partners-image img-fluid">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="images/partners/glorix.svg" class="partners-image img-fluid">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="images/partners/woocommerce.svg" class="partners-image img-fluid">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="images/partners/rolf-leasing.svg" class="partners-image img-fluid">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="images/partners/unilabs.svg" class="partners-image img-fluid">
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12 d-flex align-items-center mb-4 pb-2">
<div>
<img src="images/bubbles.png" class="logo img-fluid" alt="">
</div>
<ul class="footer-menu d-flex flex-wrap ms-5">
<li class="footer-menu-item"><a href="#" class="footer-menu-link">About Us</a></li>
<li class="footer-menu-item"><a href="#" class="footer-menu-link">Blog</a></li>
<li class="footer-menu-item"><a href="#" class="footer-menu-link">Reviews</a></li>
<li class="footer-menu-item"><a href="#" class="footer-menu-link">Contact</a></li>
</ul>
</div>
<div class="col-lg-5 col-12 mb-4 mb-lg-0">
<h5 class="site-footer-title mb-3">Our Services</h5>
<ul class="footer-menu">
<li class="footer-menu-item">
<a href="#" class="footer-menu-link">
<i class="bi-chevron-double-right footer-menu-link-icon me-2"></i>
House Cleaning
</a>
</li>
<li class="footer-menu-item">
<a href="#" class="footer-menu-link">
<i class="bi-chevron-double-right footer-menu-link-icon me-2"></i>
Car Washing
</a>
</li>
<li class="footer-menu-item">
<a href="#" class="footer-menu-link">
<i class="bi-chevron-double-right footer-menu-link-icon me-2"></i>
Laundry
</a>
</li>
<li class="footer-menu-item">
<a href="#" class="footer-menu-link">
<i class="bi-chevron-double-right footer-menu-link-icon me-2"></i>
Office Cleaning
</a>
</li>
<li class="footer-menu-item">
<a href="#" class="footer-menu-link">
<i class="bi-chevron-double-right footer-menu-link-icon me-2"></i>
Toilet Cleaning
</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0 mb-md-0">
<h5 class="site-footer-title mb-3">Office</h5>
<p class="text-white d-flex mt-3 mb-2">
<i class="bi-geo-alt-fill me-2"></i>
Akershusstranda 20, 0150 Oslo, Norway
</p>
<p class="text-white d-flex mb-2">
<i class="bi-telephone-fill me-2"></i>
<a href="tel: 110-220-9800" class="site-footer-link">
110-220-9800
</a>
</p>
<p class="text-white d-flex">
<i class="bi-envelope-fill me-2"></i>
<a href="mailto:info@company.com" class="site-footer-link">
info@company.com
</a>
</p>
<ul class="social-icon mt-4">
<li class="social-icon-item">
<a href="#" class="social-icon-link button button--skoll">
<span></span>
<span class="bi-twitter"></span>
</a>
</li>
<li class="social-icon-item">
<a href="#" class="social-icon-link button button--skoll">
<span></span>
<span class="bi-facebook"></span>
</a>
</li>
<li class="social-icon-item">
<a href="#" class="social-icon-link button button--skoll">
<span></span>
<span class="bi-instagram"></span>
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-6 mt-3 mt-lg-0 mt-md-0">
<div class="featured-block">
<h5 class="text-white mb-3">Service Hours</h5>
<strong class="d-block text-white mb-1">Mon - Fri</strong>
<p class="text-white mb-3">8:00 AM - 5:30 PM</p>
<strong class="d-block text-white mb-1">Sat</strong>
<p class="text-white mb-0">6:00 AM - 2:30 PM</p>
</div>
</div>
</div>
</div>
<div class="site-footer-bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<p class="copyright-text mb-0">Copyright © 2036 Clean Work Co., Ltd.</p>
</div>
<div class="col-lg-6 col-12 text-end">
<p class="copyright-text mb-0">
// Designed by <a href="https://www.tooplate.com" target="_parent">Tooplate</a> //</p>
</div>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/counter.js"></script>
<script src="js/countdown.js"></script>
<script src="js/init.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/animated-headline.js"></script>
<script src="js/custom.js"></script>
</body>
</html>