-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
421 lines (368 loc) · 19.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./images/logo.png" type="image/x-icon">
<title>Get Expert Professional Services at Home in Bangladesh | Sheba.xyz</title>
<!-- Internal CSS -->
<link rel="stylesheet" href="./css/style.css">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- Google Font -->
<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&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-sm custom-navbar sticky-top bg-white">
<div class="container py-1">
<a class="navbar-brand" href="https://iamraufu.github.io/sheba.xyz/"><img src="./images/logo.svg"
width="125" class="img-fluid" alt="logo"></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 text-center">
<li class="nav-item">
<a class="nav-link fw-bold text-black" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold text-black" href="#app">App</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="container-fluid hero-container d-flex justify-content-center align-items-center">
<div class="">
<div class="">
<h1 class="text-white text-center motto">Your Personal Assistant</h1>
<h2 class="text-white text-center fw-bold h4">One stop solution for your services. Order any service,
anytime</h2>
</div>
<div class="row my-4 px-2">
<div class="col-sm-3 my-2">
<div class="bg-white rounded py-3 d-flex justify-content-center align-items-center">
<img src="./images/location.svg" class="img-fluid" alt="location"> <span
class="fw-bold ps-1">Gulshan</span>
</div>
</div>
<div class="col-sm-9 my-2">
<input type="search" class="bg-white py-3 w-100 ps-3 rounded input-field"
placeholder="Find your service here e.g. AC, Car, Facial ... ">
</div>
</div>
</div>
</div>
<!-- Hero Features -->
<div class="container">
<div class="bg-white hero-features-container rounded shadow-sm mb-3 mx-2">
<div class="row justify-content-center align-items-center">
<div class="col-md-2 col-sm-4 col-6 py-3">
<img width="40" class="img-fluid mx-auto d-block" src="./images/hf1.jpg" alt="">
<h2 class="features-title text-center py-2">Best Deal</h2>
</div>
<div class="col-md-2 col-sm-4 col-6 py-3">
<img width="40" class="img-fluid mx-auto d-block" src="./images/hf2.jpg" alt="">
<h2 class="features-title text-center py-2">AC Repair Services</h2>
</div>
<div class="col-md-2 col-sm-4 col-6 py-3">
<img width="40" class="img-fluid mx-auto d-block" src="./images/hf3.jpg" alt="">
<h2 class="features-title text-center py-2">Appliance Repair</h2>
</div>
<div class="col-md-2 col-sm-4 col-6 py-3">
<img width="40" class="img-fluid mx-auto d-block" src="./images/hf4.jpg" alt="">
<h2 class="features-title text-center py-2">Beauty & Wellness</h2>
</div>
<div class="col-md-2 col-sm-4 col-6 py-3">
<img width="40" class="img-fluid mx-auto d-block" src="./images/hf5.jpg" alt="">
<h2 class="features-title text-center py-2">Men's Care & Salon</h2>
</div>
<div class="col-md-2 col-sm-4 col-6 py-3">
<img width="40" class="img-fluid mx-auto d-block" src="./images/hf6.jpg" alt="">
<h2 class="features-title text-center py-2">Cleaning</h2>
</div>
</div>
</div>
</div>
<!-- EMI Banner -->
<div class="container">
<img src="./images/emi.jpg" class="img-fluid my-3" alt="emi banner">
</div>
<!-- For Your Home Section -->
<div class="container my-3">
<h2 class="h4 fw-bold my-4">For Your Home</h2>
<div class="row">
<div class="col-md-3 col-sm-6">
<img src="./images/h1.jpg" class="img-fluid rounded mx-auto d-block" alt="">
<h3 class="text-center h6 fw-bold my-2">Gas Stove/Burner Services</h3>
</div>
<div class="col-md-3 col-sm-6">
<img src="./images/h2.jpg" class="img-fluid rounded mx-auto d-block" alt="">
<h3 class="text-center h6 fw-bold my-2">Plumbing & Sanitary Services</h3>
</div>
<div class="col-md-3 col-sm-6">
<img src="./images/h3.jpg" class="img-fluid rounded mx-auto d-block" alt="">
<h3 class="text-center h6 fw-bold my-2">Painting Services</h3>
</div>
<div class="col-md-3 col-sm-6">
<img src="./images/h4.jpg" class="img-fluid rounded mx-auto d-block" alt="">
<h3 class="text-center h6 fw-bold my-2">Home Cleaning</h3>
</div>
</div>
</div>
<!-- Recommended -->
<div class="container my-5">
<h2 class="h4 fw-bold my-4">Recommended</h2>
<div class="row">
<div class="col-md-3 col-sm-6">
<img src="./images/r1.jpg" class="img-fluid rounded mx-auto d-block" alt="">
<h3 class="text-center h6 fw-bold my-2">AC Servicing</h3>
</div>
<div class="col-md-3 col-sm-6">
<img src="./images/r2.jpg" class="img-fluid rounded mx-auto d-block" alt="">
<h3 class="text-center h6 fw-bold my-2">Salon Care</h3>
</div>
<div class="col-md-3 col-sm-6">
<img src="./images/r3.jpg" class="img-fluid rounded mx-auto d-block" alt="">
<h3 class="text-center h6 fw-bold my-2">House Shifting Services</h3>
</div>
<div class="col-md-3 col-sm-6">
<img src="./images/r4.jpg" class="img-fluid rounded mx-auto d-block" alt="">
<h3 class="text-center h6 fw-bold my-2">On Demand Driver</h3>
</div>
</div>
</div>
<!-- Why Choose Us -->
<div class="container-fluid why-us-container mt-5 py-5">
<div class="container">
<div class="d-flex align-items-center">
<div class="line mb-1 me-2"></div>
<h2 class="text-uppercase features-title">Why Choose Us</h2>
</div>
<h3 class="h2 fw-bold mt-3">Because we care about your safety</h3>
<div class="row align-items-center mt-5">
<div class="col-lg-5">
<div class="row align-items-center">
<div class="col-sm-6 col-6 px-2 my-3">
<div class="bg-white p-4 d-flex justify-content-center align-items-center">
<img src="./images/f1.jpg" width="50" class="img-fluid me-2" alt="why choose us">
<h2 class="h6 fw-bold">Ensuring Masks</h2>
</div>
</div>
<div class="col-sm-6 col-6 px-2 my-3">
<div class="bg-white p-4 d-flex justify-content-center align-items-center">
<img src="./images/f2.jpg" width="50" class="img-fluid me-2" alt="why choose us">
<h2 class="h6 fw-bold">24/7 Support</h2>
</div>
</div>
<div class="col-sm-6 col-6 px-2 my-3">
<div class="bg-white p-4 d-flex justify-content-center align-items-center">
<img src="./images/f3.jpg" width="50" class="img-fluid me-2" alt="why choose us">
<h2 class="h6 fw-bold">Sanitizing Hands & Equipment</h2>
</div>
</div>
<div class="col-sm-6 col-6 px-2 my-3">
<div class="bg-white p-4 d-flex justify-content-center align-items-center">
<img src="./images/f4.jpg" width="50" class="img-fluid me-2" alt="why choose us">
<h2 class="h6 fw-bold">Ensuring Gloves</h2>
</div>
</div>
</div>
</div>
<div class="col-lg-7">
<img src="./images/why-choose-us.jpg" class="img-fluid rounded mx-auto d-block" alt="why us">
</div>
</div>
</div>
</div>
<!-- Counts -->
<div class="container-fluid counts-container">
<div class="container py-4">
<div class="row align-items-center justify-content-center">
<div class="col-md-4 col-sm-6 my-3 ">
<h2 class="text-center h1 fw-bold">15,000 +</h2>
<h3 class="text-center h5">Service Providers</h3>
</div>
<div class="col-md-4 col-sm-6 my-3">
<h2 class="text-center h1 fw-bold">2,00,000 +</h2>
<h3 class="text-center h5">Order Served</h3>
</div>
<div class="col-md-4 col-sm-6 my-3">
<h2 class="text-center h1 fw-bold">1,00,000 +</h2>
<h3 class="text-center h5">5 Star Received</h3>
</div>
</div>
</div>
</div>
<!-- How it Works -->
<div id="features" class="container-fluid my-5 py-5">
<div class="container">
<div class="d-flex align-items-center">
<div class="line mb-1 me-2"></div>
<h2 class="text-uppercase features-title">How it Works</h2>
</div>
<h3 class="h2 fw-bold mt-3">Easiest way to get a service</h3>
<div class="row align-items-center mt-5">
<div class="col-lg-6">
<img src="./images/app.jpg" class="img-fluid rounded mx-auto d-block" alt="why us">
</div>
<div class="col-lg-6 ps-5 pt-5">
<div class="feature-list position-relative d-flex align-items-center pb-5">
<div class="d-flex justify-content-center align-items-center">
<div class="round-div rounded-circle position-absolute"></div>
<div class="feature-number text-white h4 position-absolute">1</div>
</div>
<div class="feature-description-container ms-5">
<h2 class="h5 fw-bold">Select the Service</h2>
<h3 class="features-title">Pick the service you are looking for- from the website or the
app.</h3>
</div>
</div>
<div class="feature-list position-relative d-flex align-items-center pb-5">
<div class="d-flex justify-content-center align-items-center">
<div class="round-div rounded-circle position-absolute"></div>
<div class="feature-number text-white h4 position-absolute">2</div>
</div>
<div class="feature-description-container ms-5">
<h2 class="h5 fw-bold">Pick your schedule</h2>
<h3 class="features-title">Pick your convenient date and time to avail the service. Pick the
service provider based on their rating.</h3>
</div>
</div>
<div class="feature-list position-relative d-flex align-items-center">
<div class="d-flex justify-content-center align-items-center">
<div class="round-div rounded-circle position-absolute"></div>
<div class="feature-number text-white h4 position-absolute">3</div>
</div>
<div class="feature-description-container ms-5">
<h2 class="h5 fw-bold">Place Your Order & Relax</h2>
<h3 class="features-title">Review and place the order. Now just sit back and relax. We’ll
assign the expert service provider’s schedule for you.</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial -->
<div class="container-fluid testimonial-container my-5 py-5">
<div class="container">
<div class="d-flex align-items-center">
<div class="line mb-1 me-2"></div>
<h2 class="text-uppercase features-title">Some happy face</h2>
</div>
<h3 class="h2 fw-bold mt-3">Real Happy Customers, Real Stories</h3>
<div class="row justify-content-between align-items-center">
<div class="col-lg-6 mt-5">
<div class="testimonial-description p-4 h5">
<p class="lh-lg fst-italic">“ It was my marriage and wasn’t getting schedule from any beauty
parlor. So, I downloaded Sheba.xyz app and found that it has all of my requirements. The
beautician arrived in time and was really amazing. Thank you.</p>
<h3 class="h6 mt-3">- Zeba Fariba</h3>
<h4 class="features-title">Management Trainee</h4>
</div>
</div>
<div class="col-lg-6 mt-5">
<img src="./images/testimonial.jpg" class="img-fluid mx-auto d-block rounded" alt="testimonial">
</div>
</div>
</div>
</div>
<!-- App Download -->
<div id="app" class="container my-5 py-5">
<div class="row">
<div class="col-lg-5">
<img src="./images/app-download.png" class="img-fluid mx-auto d-block" alt="app download">
</div>
<div class="col-lg-7 d-flex justify-content-center align-items-center">
<div class="">
<div class="d-flex align-items-center">
<div class="line mb-1 me-2"></div>
<h2 class="text-uppercase features-title">download our app</h2>
</div>
<h3 class="h2 fw-bold mt-3">Any Service, Any Time, Anywhere.</h3>
<p class="mt-3">Give us your mobile number. You’ll get an SMS with the app download link.</p>
<input type="text" class="border py-3 w-75 h6 ps-3 rounded input-field"
placeholder="Type your mobile number">
<button class="px-4 py-3 text-white filled-button h6 rounded border-0">Get the app</button>
<div class="d-flex flex-wrap gap-3 mt-3">
<img src="./images/play-store.png" class="img-fluid" width="170" alt="play store">
<img src="./images/app-store.png" class="img-fluid" width="170" alt="app store">
</div>
</div>
</div>
</div>
</div>
<!--Contact -->
<div class="container-fluid contact-container mt-5 py-5 position-relative">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-7 col-sm-6 col-12">
<h2 class="h4 fw-bold">Can’t find your desired service? Let us know 24/7 in 16516.</h2>
<button class="filled-button px-4 py-3 text-white h6 rounded border-0 mt-3">Request a
service</button>
</div>
<div class="col-lg-4 col-md-5 col-sm-6 d-none d-sm-block">
<img src="./images/service-request.png" class="img-fluid position-absolute service-request-image" alt="service">
</div>
</div>
</div>
</div>
<!-- Footer Container-->
<div class="container-fluid footer-container py-5">
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="row">
<div class="col-sm-4 col-6">
<h2 class="footer-font fw-bold text-uppercase">contact</h2>
<p class="footer-font">16516 <br>
info@sheba.xyz</p>
<p class="footer-font"><b>Corporate Address</b>
<br>
House 454, Road No: 31, <br>
Mohakhali DOHS, Dhaka
</p>
</div>
<div class="col-sm-4 col-6">
<h2 class="footer-font fw-bold text-uppercase">other pages</h2>
<p class="footer-font mb-1">Blog</p>
<p class="footer-font mb-1">Help</p>
<p class="footer-font mb-1">Terms of Use</p>
<p class="footer-font mb-1">Privacy Policy</p>
<p class="footer-font mb-1">Sitemap</p>
</div>
<div class="col-sm-4 col-6">
<h2 class="footer-font fw-bold text-uppercase">company</h2>
<p class="footer-font mb-2">sManager</p>
<p class="footer-font mb-2">sBusiness</p>
<p class="footer-font mb-2">sDelivery</p>
<p class="footer-font mb-2">sBondhu</p>
</div>
</div>
</div>
<div class="col-md-3">
<h2 class="footer-font fw-bold text-uppercase text-end">download our app</h2>
<p class="footer-font mb-2 text-end">Tackle your to-do list wherever you are with our mobile app & make your life easy.</p>
<div class="d-flex flex-wrap justify-content-between align-items-center mt-3">
<img src="./images/play-store.png" class="img-fluid mt-1 mx-auto d-block" width="120" alt="play store">
<img src="./images/app-store.png" class="img-fluid mt-1 mx-auto d-block" width="120" alt="app store">
</div>
</div>
</div>
</div>
</div>
<footer>
<p class="mb-0 py-3 footer-font text-center bg-footer">Copyright © 2023 Developed By Eftykhar Rahman | All Rights Reserved</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>