-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
569 lines (449 loc) · 25.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Digital Marketing Agency</title>
<!-- stylesheet -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.9.1/font/bootstrap-icons.min.css" integrity="sha512-5PV92qsds/16vyYIJo3T/As4m2d8b6oWYfoqV+vtizRB6KhF1F9kYzWzQmsO6T3z3QG2Xdhrx7FQ+5R1LiQdUA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- ########## Header section ########## -->
<header class="container">
<nav id="nav" class="flex font-montserrat">
<div class="nav-brand">
<a href="#" class="text-dark text-lg font-bold">Easythingz</a>
</div>
<div class="toggle-btn">
<button class="btn">
<i class="bi bi-filter-right"></i>
</button>
</div>
<div class="collapse flex-grow">
<ul class="flex">
<li>
<a href="#" class="link">Home</a>
</li>
<li>
<a href="#" class="link">About</a>
</li>
<li>
<a href="#" class="link">Services</a>
</li>
<li>
<a href="#" class="link">Work</a>
</li>
<li>
<a href="#" class="link">Contact</a>
</li>
</ul>
</div>
<div class="flex-initial">
<ul class="flex">
<button class="btn bg-gradient btn-primary text-white text-uppercase btn-shadow"> Start a Project</button>
</ul>
</div>
</nav>
</header>
<!-- ########## /Header section ########## -->
<!-- ########## Main section ########## -->
<main id="site-main">
<!-- banner area -->
<section class="banner-area font-montserrat">
<div class="container mx-auto banner-title">
<div class="title">
<span class="d-inline btn-primary bg-gradient-peach text-red animate__animated animate__fadeInUp">digital experience</span>
<div class="py-2 branding text-dark text-lg sm-text-xl font-bold ">
<span class="d-block animate__animated animate__fadeInDown animate__faster">Branding, Digital</span>
<span class="d-block animate__animated animate__fadeInDown animate__fast">Marketing and</span>
<span class="d-block animate__animated animate__fadeInDown">Business Solutions</span>
</div>
<div class="py-5 animate__animated animate__fadeInUp">
<p class="text-gray">We merge imagination and technology to help thousands of</p>
<p class="text-gray">brands grow in an age of digital transformation.</p>
</div>
<div class="py-5 animate__animated animate__fadeInUp">
<a href="#" class="btn btn-primary bg-gradient text-white btn-shadow">Work Together</a>
</div>
</div>
</div>
</section>
<!-- /banner area -->
<!-- agency area -->
<section class="agency-area">
<div class="container mx-auto text-center font-montserrat">
<span class="text-red">Join our Agency</span>
<div class="area-title">
<h1 class="text-lg text-dark">We design beautiful digital <br/>products that make a difference </h1>
</div>
<div class="grid cols-1 lg-cols-3 py-10">
<div class="grid-item px-5">
<div class="text-center text-2xl text-red">
<i class="bi bi-bricks"></i>
</div>
<div class="text-center">
<h4 class="text-md py-2">Grow your Business</h4>
<p class="text-gray">Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse dolores doloribus aliquam quia veritatis.</p>
</div>
</div>
<div class="grid-item px-5">
<div class="text-center text-2xl text-red">
<i class="bi bi-megaphone"></i>
</div>
<div class="text-center">
<h4 class="text-md py-2">Digital Marketing</h4>
<p class="text-gray">Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse dolores doloribus aliquam quia veritatis.</p>
</div>
</div>
<div class="grid-item px-5">
<div class="text-center text-2xl text-red">
<i class="bi bi-mouse"></i>
</div>
<div class="text-center">
<h4 class="text-md py-2">Search Engine Optimization</h4>
<p class="text-gray">Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse dolores doloribus aliquam quia veritatis.</p>
</div>
</div>
</div>
</div>
</section>
<!-- /agency area -->
<!-- digital life area -->
<section class="container mx-auto life-area">
<div class="grid cols-1 lg-cols-2 text-center md-text-left">
<div class="grid-images">
<div data-rellax-speed="2" class="item-one rellax"></div>
<div data-rellax-speed="-1" class="item-two rellax"></div>
<div data-rellax-speed="1" class="item-three rellax"></div>
</div>
<div class="py-10">
<span class="d-inline btn-primary bg-gradient-peach text-red">digital experience</span>
<div class="font-montserrat">
<h1 class="text-lg text-dark py-5"></h1>
Connect people in<br>
digital life
</div>
<p class="py-5 text-gray">Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatibus doloremque commodi maiores adipisci esse aspernatur!</p>
<p class="text-gray py-5">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nobis dignissimos ratione explicabo architecto possimus nulla doloremque, natus perspiciatis nostrum libero reprehenderit, recusandae quia quasi aut, quidem cum quas consectetur consequuntur! Ex labore doloremque optio, similique itaque omnis dolor unde nihil at illo! Fugit eaque expedita repellendus ad, consectetur sunt voluptatum!
</p>
<div class="py-5">
<a href="#" class="btn btn-primary bg-gradient btn-shadow text-white">More About Us</a>
</div>
</div>
</div>
</section>
<!-- /digital life area -->
<!-- counting area -->
<section class="container mx-auto counting-area">
<div class="grid cols-1 lg-cols-2">
<div class="grid-one text-center md-text-left">
<span class="d-inline btn-primary bg-gradient-peach text-red">digital experience</span>
<div class="font-montserrat">
<h1 class="text-lg text-dark py-5">
The hundred of <br/>
completed works <br/>
still counting
</h1>
<p class="text-gray mx-auto md-mx-initial">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus officia non nisi harum distinctio iste doloribus, animi ipsam reiciendis autem labore tenetur quae fugit eius, explicabo minima fuga? Natus quis labore mollitia, cumque corrupti numquam fugiat quo possimus eos ipsa.
</p>
</div>
</div>
<div class="grid-two">
<div class="count-box">
<div class="grid lg-cols-2 btn-shadow">
<div class="item1 text-center">
<h1 class="text-dark text-xl">21+</h1>
<span class="text-gray">Total Top Services</span>
</div>
<div class="item2 text-center">
<h1 class="text-dark text-xl">29+</h1>
<span class="text-gray">Countries</span>
</div>
<div class="item2 text-center">
<h1 class="text-dark text-xl">21%</h1>
<span class="text-gray">Positive Feedback</span>
</div>
<div class="item2 text-center">
<h1 class="text-dark text-xl">3798</h1>
<span class="text-gray">Usual Users</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /counting area -->
<!-- card area -->
<section class="container mx-auto card-area py-10">
<div class="grid cols-1 lg-cols-3">
<div class="bg-gradient-peach rellax" data-rellax-speed="2">
<div class="card px-10 py-10">
<span class="d-block text-red text-xl">
<i class="bi bi-app-indicator"></i>
</span>
<h2 class="text-dark">Mobile App</h2>
<p class="py-5 text-gray">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Adipisci beatae mollitia error atque deleniti nam suscipit aspernatur tempora accusantium aliquam voluptate reprehenderit corrupti voluptas saepe dignissimos sed cupiditate, iste laborum accusamus. Sint quibusdam quisquam nam id quia dolor in. Similique?
</p>
</div>
</div>
<div class="bg-blue rellax" data-rellax-speed="-1">
<div class="card px-10 py-10">
<span class="d-block text-red text-xl">
<i class="bi bi-lightbulb"></i>
</span>
<h2 class="text-dark">Strategy</h2>
<p class="py-5 text-gray">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Adipisci beatae mollitia error atque deleniti nam suscipit aspernatur tempora accusantium aliquam voluptate reprehenderit corrupti voluptas saepe dignissimos sed cupiditate, iste laborum accusamus. Sint quibusdam quisquam nam id quia dolor in. Similique?
</p>
</div>
</div>
<div class="bg-red rellax" data-rellax-speed="2">
<div class="card px-10 py-10">
<span class="d-block text-red text-xl">
<i class="bi bi-phone"></i>
</span>
<h2 class="text-dark">Ecommerce</h2>
<p class="py-5 text-gray">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Adipisci beatae mollitia error atque deleniti nam suscipit aspernatur tempora accusantium aliquam voluptate reprehenderit corrupti voluptas saepe dignissimos sed cupiditate, iste laborum accusamus. Sint quibusdam quisquam nam id quia dolor in. Similique?
</p>
</div>
</div>
<div class="bg-yellow rellax" data-rellax-speed="2">
<div class="card px-10 py-10">
<span class="d-block text-red text-xl">
<i class="bi bi-apple"></i>
</span>
<h2 class="text-dark">Branding</h2>
<p class="py-5 text-gray">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Adipisci beatae mollitia error atque deleniti nam suscipit aspernatur tempora accusantium aliquam voluptate reprehenderit corrupti voluptas saepe dignissimos sed cupiditate, iste laborum accusamus. Sint quibusdam quisquam nam id quia dolor in. Similique?
</p>
</div>
</div>
<div class="bg-purple rellax" data-rellax-speed="1">
<div class="card px-10 py-10">
<span class="d-block text-red text-xl">
<i class="bi bi-chevron-bar-expand"></i>
</span>
<h2 class="text-dark">Experience Design</h2>
<p class="py-5 text-gray">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Adipisci beatae mollitia error atque deleniti nam suscipit aspernatur tempora accusantium aliquam voluptate reprehenderit corrupti voluptas saepe dignissimos sed cupiditate, iste laborum accusamus. Sint quibusdam quisquam nam id quia dolor in. Similique?
</p>
</div>
</div>
<div class="bg-yellow rellax" data-rellax-speed="2">
<div class="card px-10 py-10">
<span class="d-block text-red text-xl">
<i class="bi bi-building"></i>
</span>
<h2 class="text-dark">Mobile App</h2>
<p class="py-5 text-gray">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Adipisci beatae mollitia error atque deleniti nam suscipit aspernatur tempora accusantium aliquam voluptate reprehenderit corrupti voluptas saepe dignissimos sed cupiditate, iste laborum accusamus. Sint quibusdam quisquam nam id quia dolor in. Similique?
</p>
</div>
</div>
</div>
</section>
<!-- /card area -->
<!-- recent work area -->
<section class="container mx-auto py-10 recent-work-area">
<div class="title">
<span class="d-inline btn btn-primary bg-gradient-peach text-red">
digital experience
</span>
<div class="font-montserrat">
<h1 class="text-lg text-dark py-5">
Some recent work <br>
we really proud of <br>
</h1>
</div>
<div class="images-flex font-montserrat">
<div class="flex-item animate__animated animate__fadeInUp">
<img src="./assets/work/img1.png" alt="" class="w-100">
<h3 class="text-dark">Photo Retouching</h3>
<span class="text-gray">Branding</span>
</div>
<div class="flex-item animate__animated animate__fadeInUp">
<img src="./assets/work/img2.png" alt="" class="w-100">
<h3 class="text-dark">Apple iPhone</h3>
<span class="text-gray">Branding</span>
</div>
<div class="flex-item animate__animated animate__fadeInUp">
<img src="./assets/work/img3.png" alt="" class="w-100">
<h3 class="text-dark">Yoga</h3>
<span class="text-gray">Branding</span>
</div>
<div class="flex-item animate__animated animate__fadeInUp">
<img src="./assets/work/img4.png" alt="" class="w-100">
<h3 class="text-dark">Recent News</h3>
<span class="text-gray">Branding</span>
</div>
<div class="flex-item animate__animated animate__fadeInUp">
<img src="./assets/work/img5.png" alt="" class="w-100">
<h3 class="text-dark">New Apps</h3>
<span class="text-gray">Branding</span>
</div>
<div class="flex-item animate__animated animate__fadeInUp">
<img src="./assets/work/img6.png" alt="" class="w-100">
<h3 class="text-dark">Share Market</h3>
<span class="text-gray">Branding</span>
</div>
<div class="flex-item animate__animated animate__fadeInUp">
<img src="./assets/work/img7.png" alt="" class="w-100">
<h3 class="text-dark">Desktop</h3>
<span class="text-gray">Branding</span>
</div>
</div>
</div>
</section>
<!-- /recent work area -->
<!-- article area -->
<section class="container mx-auto py-10 article-area">
<div class="area-title text-center">
<span class="text-red">Our Recent Articles</span>
<h1 class="text-lg text-dark">Articles daily updated</h1>
</div>
<div class="grid cols-1 lg-cols-3 py-10">
<div class="card animate__animated animate__fadeInLeft">
<article class="btn-shadow">
<img src="./assets/articles/img1.png" class="w-100">
<div class="px-5 py-5">
<span class="text-gray">Category 6 hours ago</span>
<a href="#">
<h2 class="text-dark">Free advertising of your online business</h2>
</a>
</div>
</article>
</div>
<div class="card animate__animated animate__fadeInLeft">
<article class="btn-shadow">
<img src="./assets/articles/img2.png" class="w-100">
<div class="px-5 py-5">
<span class="text-gray">Category 6 hours ago</span>
<a href="#">
<h2 class="text-dark">Free advertising of your online business</h2>
</a>
</div>
</article>
</div>
<div class="card animate__animated animate__fadeInLeft">
<article class="btn-shadow">
<img src="./assets/articles/img3.png" class="w-100">
<div class="px-5 py-5">
<span class="text-gray">Category 6 hours ago</span>
<a href="#">
<h2 class="text-dark">Free advertising of your online business</h2>
</a>
</div>
</article>
</div>
</div>
</section>
<!-- /article area -->
<!-- ready area -->
<section class="container mx-auto py-5 ready-area animate__animated animate__zoomIn">
<div class="flex flex-wrap btn-shadow py-10 sm-px-10">
<div class="w-50">
<h1 class="text-lg sm-text-xl text-dark">Ready to get started</h1>
<p class="text-gray">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sequi rerum neque temporibus maiores harum, sunt soluta voluptate officiis voluptatibus voluptatem.''
</p>
</div>
<div class="cols py-5">
<a href="#" class="btn-shadow text-white btn btn-primary d-block text-center bg-gradient">
<span class="text-uppercase text-sm">Get Started</span>
</a>
</div>
</div>
</section>
<!-- /ready area -->
</main>
<!-- ########## /Main section ########## -->
<!-- ########## Footer section ########## -->
<footer id="footer">
<section class="container mx-auto py-10">
<div class="grid md-cols-2 lg-cols-4">
<div class="text-gray text-center md-text-left">
<span>
Yaounde Cameroon
Montee Jouvence
</span>
<span class="d-block">
(237)652181545
</span>
<span class="text-red">info@easythingz.com</span>
</div>
<div class="text-gray text-center md-text-left">
<h3 class="text-dark">About</h3>
<div class="py-5">
<a href="#" class="d-block">
<span class="text-gray">About us</span>
</a>
<a href="#" class="d-block">
<span class="text-gray">Blog</span>
</a>
<a href="#" class="d-block">
<span class="text-gray">Portfolio</span>
</a>
<a href="#" class="d-block">
<span class="text-gray">Careers</span>
</a>
<a href="#" class="d-block">
<span class="text-gray">Partners</span>
</a>
</div>
</div>
<div class="text-gray text-center md-text-left">
<h3 class="text-dark">Services</h3>
<div class="py-5">
<a href="#" class="d-block">
<span class="text-gray">Ecommmerce</span>
</a>
<a href="#" class="d-block">
<span class="text-gray">Branding</span>
</a>
<a href="#" class="d-block">
<span class="text-gray">Strategy</span>
</a>
<a href="#" class="d-block">
<span class="text-gray">Design</span>
</a>
<a href="#" class="d-block">
<span class="text-gray">Digital Marketing</span>
</a>
</div>
</div>
<div class="text-gray text-center md-text-left">
<h3 class="text-dark">Newsletter</h3>
<p>
Subscribe to our Newsletter to get the <br>
latest news & updates
</p>
<div class="flex py-5">
<input type="text" class="subscribe-text" placeholder="Enter email address" />
<button class="btn btn-go">Go</button>
</div>
</div>
</div>
<div class="copyright">
<p class="text-gray py-5 text-center">
© 2021 Easythingz. All rights reserved
</p>
</div>
</section>
</footer>
<!-- ########## /Footer section ########## -->
<!-- scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js" integrity="sha512-JRlcvSZAXT8+5SQQAvklXGJuxXTouyq8oIMaYERZQasB8SBDHZaUbeASsJWpk0UUrf89DP3/aefPPrlMR1h1yQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/rellax/1.12.1/rellax.min.js" integrity="sha512-f5HTYZYTDZelxS7LEQYv8ppMHTZ6JJWglzeQmr0CVTS70vJgaJiIO15ALqI7bhsracojbXkezUIL+35UXwwGrQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="main.js"></script>
</body>
</html>