-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
384 lines (350 loc) · 22.6 KB
/
index.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
<!Doctype html>
<html lang="en">
<head>
<title>Kleen</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/card.css">
<link href="img/favicon.ico" rel="icon">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" rel="stylesheet">
</head>
<body>
<div>
<nav class="nav">
<div class="container">
<div class="logo">
<a href="#"><span>K</span>leen</a>
</div>
<div id="mainListDiv" class="main_list">
<ul class="navlinks">
<li><a href="about.html">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<span class="navTrigger">
<i></i>
<i></i>
<i></i>
</span>
</div>
</nav>
<section class="home">
</section>
<div class="container-fluid contact-info mt-5 mb-4">
<div class="container" style="padding: 0 30px;">
<div class="row">
<div class="col-md-4 d-flex align-items-center justify-content-center bg-secondary mb-4 mb-lg-0" style="height: 100px;">
<div class="d-inline-flex">
<i class="fa fa-2x fa-map-marker-alt text-white m-0 mr-3"></i>
<div class="d-flex flex-column">
<h5 class="text-white font-weight-medium">Our Location</h5>
<p class="m-0 text-white">419 Street, ghetto, MUSHIN</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-items-center justify-content-center bg-primary mb-4 mb-lg-0" style="height: 100px;">
<div class="d-inline-flex text-left">
<i class="fa fa-2x fa-envelope text-white m-0 mr-3"></i>
<div class="d-flex flex-column">
<h5 class="text-white font-weight-medium">Email Us</h5>
<p class="m-0 text-white">[email protected]</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-items-center justify-content-center bg-secondary mb-4 mb-lg-0" style="height: 100px;">
<div class="d-inline-flex text-left">
<i class="fa fa-2x fa-phone-alt text-white m-0 mr-3"></i>
<div class="d-flex flex-column">
<h5 class="text-white font-weight-medium">Call Us</h5>
<p class="m-0 text-white">+234 345 911 419</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Info End -->
<div style="height: 300px">
<h1 class="myH2">WE ARE PASSIONATE ABOUT <span class="highlight">LAUNDRY</span></h2>
<p class="about">We strive to provide you with the best laundry service in the region! We totally guarantee the cleanliness and freshness of your clothes.</p>
</div>
<!-- About Start -->
<div class="container-fluid py-5">
<div class="container pt-0 pt-lg-4">
<div class="row align-items-center">
<div class="col-lg-5">
<img class="img-fluid" src="image/side.png" alt="">
</div>
<div class="col-lg-7 mt-5 mt-lg-0 pl-lg-5">
<h6 class="text-secondary text-uppercase font-weight-medium mb-3">Learn About Us</h6>
<h1 class="mb-4">We Are Quality Laundry Provider In Your City</h1>
<h5 class="font-weight-medium font-italic mb-4">Clita sit et ipsum sed. Volup duo sea dolor rebum ea rebum kasd stet. Dolor at duo dolor sit stet.</h5>
<p class="mb-2">Invidunt lorem justo sanctus clita. Erat lorem labore ea, justo dolor lorem ipsum ut sed eos, ipsum et dolor kasd sit ea justo. Erat justo sed sed diam. Ea et erat ut sed diam sea ipsum est dolor</p>
<div class="row">
<div class="col-sm-6 pt-3">
<div class="d-flex align-items-center">
<i class="fa fa-check text-primary mr-2"></i>
<p class="text-secondary font-weight-medium m-0">Quality Laundry Service</p>
</div>
</div>
<div class="col-sm-6 pt-3">
<div class="d-flex align-items-center">
<i class="fa fa-check text-primary mr-2"></i>
<p class="text-secondary font-weight-medium m-0">Express Fast Delivery</p>
</div>
</div>
<div class="col-sm-6 pt-3">
<div class="d-flex align-items-center">
<i class="fa fa-check text-primary mr-2"></i>
<p class="text-secondary font-weight-medium m-0">Highly Professional Staff</p>
</div>
</div>
<div class="col-sm-6 pt-3">
<div class="d-flex align-items-center">
<i class="fa fa-check text-primary mr-2"></i>
<p class="text-secondary font-weight-medium m-0">100% Satisfaction Gguarantee</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Services Start -->
<div class="container-fluid pt-5 pb-3">
<div class="container">
<h6 class="text-secondary text-uppercase text-center font-weight-medium mb-3">Our Services</h6>
<h1 class="display-4 text-center mb-5">What We Offer</h1>
<div class="row">
<div class="col-lg-3 col-md-6 pb-1">
<div class="d-flex flex-column align-items-center justify-content-center text-center bg-light mb-4 px-4" style="height: 300px;">
<div class="d-inline-flex align-items-center justify-content-center bg-white shadow rounded-circle mb-4" style="width: 100px; height: 100px;">
<i class="fa fa-3x fa-cloud-sun text-secondary"></i>
</div>
<h4 class="font-weight-bold m-0">Dry Cleaning</h4>
</div>
</div>
<div class="col-lg-3 col-md-6 pb-1">
<div class="d-flex flex-column align-items-center justify-content-center text-center bg-light mb-4 px-4" style="height: 300px;">
<div class="d-inline-flex align-items-center justify-content-center bg-white shadow rounded-circle mb-4" style="width: 100px; height: 100px;">
<i class="fas fa-3x fa-soap text-secondary"></i>
</div>
<h4 class="font-weight-bold m-0">Wash & Laundry</h4>
</div>
</div>
<div class="col-lg-3 col-md-6 pb-1">
<div class="d-flex flex-column align-items-center justify-content-center text-center bg-light mb-4 px-4" style="height: 300px;">
<div class="d-inline-flex align-items-center justify-content-center bg-white shadow rounded-circle mb-4" style="width: 100px; height: 100px;">
<i class="fa fa-3x fa-burn text-secondary"></i>
</div>
<h4 class="font-weight-bold m-0">Curtain Laundry</h4>
</div>
</div>
<div class="col-lg-3 col-md-6 pb-1">
<div class="d-flex flex-column align-items-center justify-content-center text-center bg-light mb-4 px-4" style="height: 300px;">
<div class="d-inline-flex align-items-center justify-content-center bg-white shadow rounded-circle mb-4" style="width: 100px; height: 100px;">
<i class="fa fa-3x fa-tshirt text-secondary"></i>
</div>
<h4 class="font-weight-bold m-0">Suits Cleaning</h4>
</div>
</div>
</div>
</div>
</div>
<!-- Services End -->
<!-- Features Start -->
<div class="container-fluid py-5">
<div class="container">
<div class="row">
<div class="col-lg-7 m-0 my-lg-5 pt-0 pt-lg-5 pr-lg-5">
<h6 class="text-secondary text-uppercase font-weight-medium mb-3">Our Features</h6>
<h1 class="mb-4">Why Choose Us</h1>
<p>Invidunt lorem justo sanctus clita. Erat lorem labore ea, justo dolor lorem ipsum ut sed eos, ipsum et dolor kasd sit ea justo. Erat justo sed sed diam. Ea et erat ut sed diam sea ipsum est dolor</p>
<div class="row">
<div class="col-sm-6 mb-4">
<h1 class="text-secondary" data-toggle="counter-up">10</h1>
<h5 class="font-weight-bold">Years Expereince</h5>
</div>
<div class="col-sm-6 mb-4">
<h1 class="text-secondary" data-toggle="counter-up">250</h1>
<h5 class="font-weight-bold">Expert Worker</h5>
</div>
<div class="col-sm-6 mb-4">
<h1 class="text-secondary" data-toggle="counter-up">1250</h1>
<h5 class="font-weight-bold">Happy Clients</h5>
</div>
<div class="col-sm-6 mb-4">
<h1 class="text-secondary" data-toggle="counter-up">9550</h1>
<h5 class="font-weight-bold">Dry Cleaning</h5>
</div>
</div>
</div>
<div class="col-lg-5">
<div class="d-flex flex-column align-items-center justify-content-center bg-secondary h-100 py-5 px-3">
<i class="fa fa-5x fa-certificate text-white mb-5"></i>
<h1 class="display-1 text-white mb-3">10+</h1>
<h1 class="text-white m-0">Years Experience</h1>
</div>
</div>
</div>
</div>
</div>
<!-- Features End -->
<!-- Working Process Start -->
<div class="container-fluid pt-5">
<div class="container">
<h6 class="text-secondary text-uppercase text-center font-weight-medium mb-3">Working Process</h6>
<h1 class="display-4 text-center mb-5">How We Work</h1>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="d-flex flex-column align-items-center justify-content-center text-center mb-5">
<div class="d-inline-flex align-items-center justify-content-center bg-white border border-light shadow rounded-circle mb-4" style="width: 150px; height: 150px; border-width: 15px !important;">
<h2 class="display-2 text-secondary m-0">1</h2>
</div>
<h3 class="font-weight-bold m-0 mt-2">Order Place</h3>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="d-flex flex-column align-items-center justify-content-center text-center mb-5">
<div class="d-inline-flex align-items-center justify-content-center bg-white border border-light shadow rounded-circle mb-4" style="width: 150px; height: 150px; border-width: 15px !important;">
<h2 class="display-2 text-secondary m-0">2</h2>
</div>
<h3 class="font-weight-bold m-0 mt-2">Free Pick Up</h3>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="d-flex flex-column align-items-center justify-content-center text-center mb-5">
<div class="d-inline-flex align-items-center justify-content-center bg-white border border-light shadow rounded-circle mb-4" style="width: 150px; height: 150px; border-width: 15px !important;">
<h2 class="display-2 text-secondary m-0">3</h2>
</div>
<h3 class="font-weight-bold m-0 mt-2">Dry Cleaning</h3>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="d-flex flex-column align-items-center justify-content-center text-center mb-5">
<div class="d-inline-flex align-items-center justify-content-center bg-white border border-light shadow rounded-circle mb-4" style="width: 150px; height: 150px; border-width: 15px !important;">
<h2 class="display-2 text-secondary m-0">4</h2>
</div>
<h3 class="font-weight-bold m-0 mt-2">Free Delivery</h3>
</div>
</div>
</div>
</div>
</div>
<!-- Working Process End -->
<div class="container my-5">
<!-- Footer -->
<footer class="text-center text-white" style="background-color: #248cbc">
<!-- Grid container -->
<div class="container">
<!-- Section: Links -->
<section class="mt-5">
<!-- Grid row-->
<div class="row text-center d-flex justify-content-center pt-5">
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">About us</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">Products</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">Help</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="contact.html" class="text-white">Contact</a>
</h6>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</section>
<!-- Section: Links -->
<hr class="my-5" />
<!-- Section: Text -->
<section class="mb-5">
<div class="row d-flex justify-content-center">
<div class="col-lg-8">
<p>
We strive to provide you with the best laundry service in the region! We totally guarantee the cleanliness and freshness of your clothes.
</p>
</div>
</div>
</section>
<!-- Section: Text -->
<!-- Section: Social -->
<section class="text-center mb-5">
<a href="" class="text-white me-4">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-google"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-github"></i>
</a>
</section>
<!-- Section: Social -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div
class="text-center p-3"
style="background-color: rgba(0, 0, 0, 0.2)"
>
© 2024:
<a class="text-white" href="https://mdbootstrap.com/"
>charles.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</div>
<!-- End of .container -->
<div>
<!-- Jquery needed -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/scripts.js"></script>
<!-- Function used to shrink nav bar removing paddings and adding black background -->
<script>
$(window).scroll(function() {
if ($(document).scrollTop() > 50) {
$('.nav').addClass('affix');
console.log("OK");
} else {
$('.nav').removeClass('affix');
}
});
</script>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>