-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
477 lines (459 loc) · 16.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mawft Group</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Styles -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="/assets/css/style.css" />
<!-- Scripts -->
<script
src="//ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"
defer
></script>
<script
src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
defer
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"
defer
></script>
<script src="/assets/js/script.js" defer></script>
<script src="/assets/js/script.js" defer></script>
</head>
<body>
<!-- Header Start -->
<header class="site-header py-3 fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg p-0">
<a class="navbar-brand p-0 m-0" href="#">Mawft <span>Group</span></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 gx-5">
<li class="nav-item dropdown">
<a
href="#"
class="nav-link dropdown-toggle text-dark fw-regular"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>Services<img
src="assets/img/down-arrow.png"
class="ms-2"
alt="arrow"
/></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li>
<a class="dropdown-item text-dark" href="#">Action</a>
</li>
<li>
<a class="dropdown-item" href="#">Submenu item 3</a>
</li>
<li>
<a class="dropdown-item text-dark" href="#"
>Something else here</a
>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-dark fw-regular" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark fw-regular" href="#">Contact Us</a>
</li>
<li class="nav-item">
<a
class="nav-link text-dark fw-regular btn btn-outline-success px-4 radius-10"
href="#"
>Login</a
>
</li>
<li class="nav-item">
<a
class="nav-link text-white fw-regular btn btn-success px-4 radius-10"
href="#"
>Register</a
>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!-- Header End -->
<!-- Banner Start Here -->
<section class="hero-banner">
<div class="container">
<div class="row">
<div
class="col-md-6 d-flex flex-column align-items-start justify-content-center"
>
<h2>Increase Your Customer Loyalty and Satisfaction</h2>
<p>
We help businesses like yours earn more customers, stand out from
competitors, make more money
</p>
<a
href="#"
class="nav-link text-white fw-regular btn btn-success px-4 radius-10"
>Get Started</a
>
</div>
<div class="col-md-6">
<img src="assets/img/Group 38.png" alt="Hero Banner Image" />
</div>
</div>
</div>
<div class="social-logos">
<div class="container">
<ul class="nav justify-content-between">
<li>
<img src="assets/img/logos_google.png" alt="Google" />
</li>
<li>
<img src="assets/img/Trello-logo-blue 1.png" alt="Trello" />
</li>
<li>
<img src="assets/img/logos_monday.png" alt="Monday" />
</li>
<li>
<img src="assets/img/Notion.png" alt="Notion" />
</li>
<li>
<img src="assets/img/Slack.png" alt="Slack" />
</li>
</ul>
</div>
</div>
</section>
<!-- Banner End Here -->
<!-- What We Do Start -->
<section class="what-we-do" id="what-we-do">
<div class="container">
<div class="row">
<div class="col-md-12">
<h5 class="sub-heading">What we do</h5>
<h2 class="main-heading">
We provide the Perfect Solutions to your business growth
</h2>
</div>
<div class="col-md-4">
<div class="boxes-wrapper">
<img src="assets/img/Activity.png" alt="Activity" class="mb-3" />
<h3>Grow Your Business</h3>
<p>We help to identify the best ways to improve your business</p>
<a href="#"
>Learn More <img src="assets/img/right-arrow.png" alt="Arrow"
/></a>
</div>
</div>
<div class="col-md-4">
<div class="boxes-wrapper">
<img src="assets/img/Heart.png" alt="Heart" class="mb-3" />
<h3>Improve Brand Loyalty</h3>
<p>We help to identify the best ways to improve your business</p>
<a href="#"
>Learn More <img src="assets/img/right-arrow.png" alt="Arrow"
/></a>
</div>
</div>
<div class="col-md-4">
<div class="boxes-wrapper">
<img src="assets/img/Work.png" alt="Work" class="mb-3" />
<h3>Improve Brand Model</h3>
<p>We help to identify the best ways to improve your business</p>
<a href="#"
>Learn More <img src="assets/img/right-arrow.png" alt="Arrow"
/></a>
</div>
</div>
</div>
</div>
</section>
<!-- What We Do End -->
<!-- Our Progress Starts Here -->
<section class="our-progress">
<div class="container">
<div class="row">
<div class="col">
<ul class="nav justify-content-center">
<li>
<img src="assets/img/project-plan.png" alt="Project Plan" />
<h4>Completed Projects</h4>
<h2>100+</h2>
</li>
<li>
<img src="assets/img/rating (1).png" alt="Rating" />
<h4>Customer Satisfaction</h4>
<h2>90%</h2>
</li>
<li>
<img src="assets/img/raise.png" alt="Raise" />
<h4>Raised By Clients</h4>
<h2>$10M</h2>
</li>
<li>
<img src="assets/img/timeline 1.png" alt="Timeline" />
<h4>Years in Business</h4>
<h2>2 Years</h2>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Our Progress Ends Here-->
<!-- Portfolio Starts Here -->
<section class="portfolio" id="portfolio">
<div class="container">
<div class="row">
<div class="col-md-12">
<h5 class="sub-heading">Our Portfolio</h5>
<h2 class="main-heading">
We provide the Perfect Solution <br />to your business growth
</h2>
</div>
<div class="portfolio-container">
<div class="portfolio-wrapper">
<img src="assets/img/portfolio-1.png" alt="Portfolio 1" />
<h4>Digital Marketing Agency Website</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo
quis ea accusamus, delectus non animi sunt ab beatae doloribus
impedit?
</p>
</div>
<div class="portfolio-wrapper">
<img src="assets/img/portfolio-3.png" alt="Portfolio 3" />
<h4>Digital Marketing Agency Website</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo
quis ea accusamus, delectus non animi sunt ab beatae doloribus
impedit?
</p>
</div>
<div class="portfolio-wrapper">
<img src="assets/img/portfolio-2.png" alt="Portfolio 2" />
<h4>Digital Marketing Agency Website</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo
quis ea accusamus, delectus non animi sunt ab beatae doloribus
impedit?
</p>
</div>
<div class="portfolio-wrapper">
<img src="assets/img/portfolio-4.png" alt="Portfolio 4" />
<h4>Digital Marketing Agency Website</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo
quis ea accusamus, delectus non animi sunt ab beatae doloribus
impedit?
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Ends Here -->
<!-- Testimonials Section Starts Here -->
<section class="testimonials">
<div class="container">
<div class="row">
<div class="col-md-12">
<h5 class="sub-heading">TESTIMONIALS</h5>
<h2 class="main-heading">
See what our customers <br />say about us
</h2>
</div>
</div>
</div>
<div class="testimonials-container">
<div class="testimonials-slider">
<div class="item">
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Minus
impedit, soluta itaque adipisci vitae blanditiis. Modi repellat
atque fuga mollitia.
</p>
<div
class="client-detail d-flex justify-content-start align-items-center"
>
<img src="assets/img/avatar.png" alt="Avatar" />
<div class="wrapper">
<h4>Emily Stone</h4>
<p>CEO, Marketing Group</p>
</div>
</div>
</div>
<div class="item">
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Minus
impedit, soluta itaque adipisci vitae blanditiis. Modi repellat
atque fuga mollitia.
</p>
<div
class="client-detail d-flex justify-content-start align-items-center"
>
<img src="assets/img/avatar.png" alt="Avatar" />
<div class="wrapper">
<h4>Emily Stone</h4>
<p>CEO, Marketing Group</p>
</div>
</div>
</div>
<div class="item">
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Minus
impedit, soluta itaque adipisci vitae blanditiis. Modi repellat
atque fuga mollitia.
</p>
<div
class="client-detail d-flex justify-content-start align-items-center"
>
<img src="assets/img/avatar.png" alt="Avatar" />
<div class="wrapper">
<h4>Emily Stone</h4>
<p>CEO, Marketing Group</p>
</div>
</div>
</div>
<div class="item">
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Minus
impedit, soluta itaque adipisci vitae blanditiis. Modi repellat
atque fuga mollitia.
</p>
<div
class="client-detail d-flex justify-content-start align-items-center"
>
<img src="assets/img/avatar.png" alt="Avatar" />
<div class="wrapper">
<h4>Emily Stone</h4>
<p>CEO, Marketing Group</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial Section Ends Here -->
<!-- Newsletter Section Starts Here -->
<div class="subscribe">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-5 text-center">
<h5 class="sub-heading">SUBSCRIBE</h5>
<h2 class="main-heading">
Subscribe to get the latest news about us
</h2>
<p>
Please drop your email below to get daily updates about what we do
</p>
<form id="subscribe-form">
<input
type="email"
name="subscribe"
id="subscribe"
required
placeholder="Enter Your Email Address"
/>
<input type="submit" value="Subscribe" />
</form>
<div id="subscribe-form-message" style="display: none"></div>
</div>
</div>
</div>
</div>
<!-- Newsletter Section Ends Here -->
<!-- Footer Section Starts Here -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-5">
<h2><a href="/">Web Logo </a></h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Suscipit,
nihil autem? Voluptate error rerum libero.
</p>
<ul class="nav social-icons">
<li>
<a href="https://facebook.com" target="_blank"
><i class="bi bi-facebook"></i
></a>
</li>
<li>
<a href="https://twitter.com" target="_blank"
><i class="bi bi-twitter"></i
></a>
</li>
<li>
<a href="https://linkedin.com" target="_blank"
><i class="bi bi-linkedin"></i
></a>
</li>
<li>
<a href="https://instagram.com" target="_blank"
><i class="bi bi-instagram"></i
></a>
</li>
</ul>
</div>
<div class="col-md-4">
<h3>Quick Links</h3>
<ul class="nav footer-menu flex-column">
<li><a href="#what-we-do">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="col-md-3">
<h3>Address</h3>
<p>
Mawft Group Head Office. 7 Sullivan Close <br />Colchester, Uk
</p>
</div>
<div class="col-md-12">
<p class="copyright">Copyright © Mawft Group 2024</p>
</div>
</div>
</div>
</footer>
<!-- Footer Section Ends Here -->
</body>
</html>