forked from themefisher/kross-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
722 lines (647 loc) · 28.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
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Kross - Creative Portfolio Template</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Creative Portfolio Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Themefisher">
<meta name="generator" content="Themefisher Kross Template v1.0">
<base href="">
<!-- theme meta -->
<meta name="theme-name" content="kross" />
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
<!-- ** Plugins Needed for the Project ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- slick slider -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- themefy-icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header class="navigation fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark">
<div data-v-component-site>
<a class="navbar-brand font-tertiary h3" href="/" data-v-url-params='{"host":"www.*.*"}'>
<img src="images/logo.png" loading="lazy" class="logo-default" data-v-site-logo>
<img src="images/logo.png" loading="lazy" class="logo-sticky" data-v-site-logo-sticky>
<img src="images/logo.png" loading="lazy" class="logo-default-dark" data-v-site-logo-dark>
<img src="images/logo.png" loading="lazy" class="logo-default-dark-sticky" data-v-site-logo-dark-sticky>
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar" data-v-component-menu="header" data-v-slug="main-menu">
<ul class="navbar-nav ms-auto" data-v-menu-items>
<li class="nav-item dropdown" data-v-menu-item data-v-class-if-has-dropdown="category.children > 0">
<a class="nav-link" href="#" data-v-class-if-dropdown-toggle="category.children > 0" aria-haspopup="true" aria-expanded="false" data-v-menu-item-url>
<span data-v-menu-item-name>Resources</span>
</a>
<div class="dropdown-menu" data-v-menu-item-recursive>
<div data-v-menu-item class="nav-item" data-v-menu-item data-v-class-if-dropdown="category.children > 0">
<a class="dropdown-item" href="https://github.com/givanz/VvvebJs/wiki" data-v-menu-item-url><span data-v-menu-item-name>User Documentation</span></a>
</div>
<div data-v-menu-item class="nav-item" data-v-menu-item data-v-class-if-dropdown="category.children > 0">
<a class="dropdown-item" href="https://github.com/givanz/VvvebJs/wiki" data-v-menu-item-url><span data-v-menu-item-name>Developer Documentation</span></a>
</div>
</div>
</li>
<li class="nav-item" data-v-menu-item>
<a class="nav-link" href="https://blog.vvveb.com" data-v-menu-item-url><span data-v-menu-item-name>Blog</span></a>
</li>
<li class="nav-item" data-v-menu-item>
<a class="nav-link" href="https://www.vvveb.com/page/contact" data-v-menu-item-url><span data-v-menu-item-name>Contact</span></a>
</li>
<li class="nav-item" data-v-menu-item>
<a class="nav-link" href="https://www.vvveb.com" data-v-menu-item-url><span data-v-menu-item-name>About us</span></a>
</li>
</ul>
<div class="search-area toggle-hover">
<form action="/search" method="get" data-v-action="/search">
<input type="hidden" name="route" value="search">
<div class="input-group">
<input type="search" name="search" class="form-control" id="headerSearch" placeholder="Type for search" data-v-vvveb-action="search" data-v-vvveb-on="keyup">
<button class="btn btn-primary border-0" type="submit">
<div class="ti-flip-horizontal">
<i class="ti-search la-lg" aria-hidden="true"></i>
</div>
</button>
</div>
</form>
</div>
</div>
</nav>
</header>
<!-- hero area -->
<section class="hero-area bg-primary" id="parallax">
<div class="container">
<div class="row">
<div class="col-lg-11 mx-auto">
<h1 class="text-white font-tertiary">Hi! I’m <br> Christoher <br> UX designer</h1>
</div>
</div>
</div>
<div class="layer-bg w-100">
<img class="img-fluid w-100" src="images/illustrations/leaf-bg.png" alt="bg-shape">
</div>
<div class="layer" id="l2">
<img src="images/illustrations/dots-cyan.png" alt="bg-shape">
</div>
<div class="layer" id="l3">
<img src="images/illustrations/leaf-orange.png" alt="bg-shape">
</div>
<div class="layer" id="l4">
<img src="images/illustrations/dots-orange.png" alt="bg-shape">
</div>
<div class="layer" id="l5">
<img src="images/illustrations/leaf-yellow.png" alt="bg-shape">
</div>
<div class="layer" id="l6">
<img src="images/illustrations/leaf-cyan.png" alt="bg-shape">
</div>
<div class="layer" id="l7">
<img src="images/illustrations/dots-group-orange.png" alt="bg-shape">
</div>
<div class="layer" id="l8">
<img src="images/illustrations/leaf-pink-round.png" alt="bg-shape">
</div>
<div class="layer" id="l9">
<img src="images/illustrations/leaf-cyan-2.png" alt="bg-shape">
</div>
<!-- social icon -->
<ul class="list-unstyled ms-5 mt-3 position-relative zindex-1">
<li class="mb-3"><a class="text-white" href="https://themefisher.com/"><i class="ti-facebook"></i></a></li>
<li class="mb-3"><a class="text-white" href="https://themefisher.com/"><i class="ti-instagram"></i></a></li>
<li class="mb-3"><a class="text-white" href="https://themefisher.com/"><i class="ti-dribbble"></i></a></li>
<li class="mb-3"><a class="text-white" href="https://themefisher.com/"><i class="ti-twitter"></i></a></li>
</ul>
<!-- /social icon -->
</section>
<!-- /hero area -->
<!-- about -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto text-center">
<p class="font-secondary paragraph-lg text-dark">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<a href="about.html" class="btn btn-transparent">know more</a>
</div>
</div>
</div>
</section>
<!-- /about -->
<!-- skills -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-title">Skills</h2>
</div>
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
<div class="card shadow text-center">
<div class="position-relative rounded-top progress-wrapper" data-color="#fdb157">
<div class="wave" data-progress="90%"></div>
</div>
<div class="card-footer bg-white">
<h4 class="card-title">Web Design (90%)</h4>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
<div class="card shadow text-center">
<div class="position-relative rounded-top progress-wrapper" data-color="#9473e6">
<div class="wave" data-progress="60%"></div>
</div>
<div class="card-footer bg-white">
<h4 class="card-title">Logo Design (60%)</h4>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
<div class="card shadow text-center">
<div class="position-relative rounded-top progress-wrapper" data-color="#bdecf6">
<div class="wave" data-progress="80%"></div>
</div>
<div class="card-footer bg-white">
<h4 class="card-title">After Effects (80%)</h4>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
<div class="card shadow text-center">
<div class="position-relative rounded-top progress-wrapper" data-color="#ffbcaa">
<div class="wave" data-progress="70%"></div>
</div>
<div class="card-footer bg-white">
<h4 class="card-title">Web App (70%)</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /skills -->
<!-- experience -->
<section class="section">
<div class="container">
<div class="row justify-content-around">
<div class="col-lg-12 text-center">
<h2 class="section-title">Experience</h2>
</div>
<div class="col-lg-3 col-md-4 text-center">
<img src="images/experience/icon-1.png" alt="icon">
<p class="mb-0">Jan 2007 - Feb 2009</p>
<h4>Junior UX Designer</h4>
<h6 class="text-light">WEBEX</h6>
</div>
<div class="col-lg-3 col-md-4 text-center">
<img src="images/experience/icon-2.png" alt="icon">
<p class="mb-0">Mar 2009 - Aug 2014</p>
<h4>UX & UI Designer</h4>
<h6 class="text-light">AUGMEDIX</h6>
</div>
<div class="col-lg-3 col-md-4 text-center">
<img src="images/experience/icon-3.png" alt="icon">
<p class="mb-0">Sep 2014 - Present</p>
<h4>Senior UI Designer</h4>
<h6 class="text-light">THEMEFISHER</h6>
</div>
</div>
</div>
</section>
<!-- ./experience -->
<!-- education -->
<section class="section position-relative">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-title">Education</h2>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="me-lg-5 me-3">
<i class="ti-medall icon icon-light icon-bg bg-white shadow rounded-circle d-block"></i>
</div>
<div>
<p class="text-dark mb-1">2006</p>
<h4>Marters in UX Design</h4>
<p class="mb-0 text-light">Masassusets Institute of Technology</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="me-lg-5 me-3">
<i class="ti-medall icon icon-light icon-bg bg-white shadow rounded-circle d-block"></i>
</div>
<div>
<p class="text-dark mb-1">2004</p>
<h4>Honours in Fine Arts</h4>
<p class="mb-0 text-light">Harvard University</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="me-lg-5 me-3">
<i class="ti-medall icon icon-light icon-bg bg-white shadow rounded-circle d-block"></i>
</div>
<div>
<p class="text-dark mb-1">2000</p>
<h4>Higher Secondary Certificat</h4>
<p class="mb-0 text-light">Cardiff School</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="me-lg-5 me-3">
<i class="ti-medall icon icon-light icon-bg bg-white shadow rounded-circle d-block"></i>
</div>
<div>
<p class="text-dark mb-1">1998</p>
<h4>Secondary School Certificate</h4>
<p class="mb-0 text-light">Cardiff School</p>
</div>
</div>
</div>
</div>
</div>
<!-- bg image -->
<img class="img-fluid edu-bg-image w-100" src="images/backgrounds/education-bg.png" alt="bg-image">
</section>
<!-- /education -->
<!-- services -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">Services</h2>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="card hover-shadow shadow">
<div class="card-body text-center px-4 py-5">
<i class="ti-palette icon mb-5 d-inline-block"></i>
<h4 class="mb-4">UI Design</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="card active-bg-primary hover-shadow shadow">
<div class="card-body text-center px-4 py-5">
<i class="ti-vector icon mb-5 d-inline-block"></i>
<h4 class="mb-4">UX Design</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="card hover-shadow shadow">
<div class="card-body text-center px-4 py-5">
<i class="ti-panel icon mb-5 d-inline-block"></i>
<h4 class="mb-4">Interaction Design</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /services -->
<!-- portfolio -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">Portfolio</h2>
</div>
</div>
<div class="row shuffle-wrapper">
<div class="col-lg-4 col-6 mb-4 shuffle-item">
<div class="position-relative rounded hover-wrapper">
<img src="images/portfolio/item-1.png" alt="portfolio-image" class="img-fluid rounded w-100">
<div class="hover-overlay">
<div class="hover-content">
<a class="btn btn-light btn-sm" href="#!">view project</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-6 mb-4 shuffle-item">
<div class="position-relative rounded hover-wrapper">
<img src="images/portfolio/item-2.png" alt="portfolio-image" class="img-fluid rounded w-100">
<div class="hover-overlay">
<div class="hover-content">
<a class="btn btn-light btn-sm" href="#!">view project</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-6 mb-4 shuffle-item">
<div class="position-relative rounded hover-wrapper">
<img src="images/portfolio/item-3.png" alt="portfolio-image" class="img-fluid rounded w-100">
<div class="hover-overlay">
<div class="hover-content">
<a class="btn btn-light btn-sm" href="#!">view project</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-6 mb-4 shuffle-item">
<div class="position-relative rounded hover-wrapper">
<img src="images/portfolio/item-4.png" alt="portfolio-image" class="img-fluid rounded w-100">
<div class="hover-overlay">
<div class="hover-content">
<a class="btn btn-light btn-sm" href="#!">view project</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-6 mb-4 shuffle-item">
<div class="position-relative rounded hover-wrapper">
<img src="images/portfolio/item-5.png" alt="portfolio-image" class="img-fluid rounded w-100">
<div class="hover-overlay">
<div class="hover-content">
<a class="btn btn-light btn-sm" href="#!">view project</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /portfolio -->
<!-- testimonial -->
<section class="section bg-primary position-relative testimonial-bg-shapes">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title text-white mb-5">Testimonials</h2>
</div>
<div class="col-lg-10 mx-auto testimonial-slider">
<!-- slider-item -->
<div class="text-center testimonial-content">
<i class="ti-quote-right text-white icon mb-4 d-inline-block"></i>
<p class="text-white mb-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, <strong>quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.</strong> Duis aute irure dolor in reprehenderit
in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<img class="img-fluid rounded-circle mb-4 d-inline-block" src="images/testimonial/client-1.png"
alt="client-image">
<h4 class="text-white">Jesica Gomez</h4>
<h6 class="text-light mb-4">CEO, Funder</h6>
</div>
<!-- slider-item -->
<div class="text-center testimonial-content">
<i class="ti-quote-right text-white icon mb-4 d-inline-block"></i>
<p class="text-white mb-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, <strong>quis nostrud exercitation
ullamco
laboris nisi ut aliquip ex ea commodo consequat.</strong> Duis aute irure dolor in reprehenderit in
voluptate velit
esse cillum dolore eu fugiat nulla pariatur.</p>
<img class="img-fluid rounded-circle mb-4 d-inline-block" src="images/testimonial/client-1.png"
alt="client-image">
<h4 class="text-white">Jesica Gomez</h4>
<h6 class="text-light mb-4">CEO, Funder</h6>
</div>
<!-- slider-item -->
<div class="text-center testimonial-content">
<i class="ti-quote-right text-white icon mb-4 d-inline-block"></i>
<p class="text-white mb-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, <strong>quis nostrud exercitation
ullamco
laboris nisi ut aliquip ex ea commodo consequat.</strong> Duis aute irure dolor in reprehenderit in
voluptate velit
esse cillum dolore eu fugiat nulla pariatur.</p>
<img class="img-fluid rounded-circle mb-4 d-inline-block" src="images/testimonial/client-1.png"
alt="client-image">
<h4 class="text-white">Jesica Gomez</h4>
<h6 class="text-light mb-4">CEO, Funder</h6>
</div>
</div>
</div>
</div>
<!-- bg shapes -->
<img src="images/backgrounds/map.png" alt="map" class="img-fluid bg-map">
<img src="images/illustrations/dots-group-v.png" alt="bg-shape" class="img-fluid bg-shape-1">
<img src="images/illustrations/leaf-orange.png" alt="bg-shape" class="img-fluid bg-shape-2">
<img src="images/illustrations/dots-group-sm.png" alt="bg-shape" class="img-fluid bg-shape-3">
<img src="images/illustrations/leaf-pink-round.png" alt="bg-shape" class="img-fluid bg-shape-4">
<img src="images/illustrations/leaf-cyan.png" alt="bg-shape" class="img-fluid bg-shape-5">
</section>
<!-- /testimonial -->
<!-- client logo slider -->
<section class="section pb-0">
<div class="container">
<div class="client-logo-slider d-flex align-items-center">
<a href="contact.html" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-1.png" alt="client-logo"></a>
<a href="contact.html" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-2.png" alt="client-logo"></a>
<a href="contact.html" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-3.png" alt="client-logo"></a>
<a href="contact.html" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-4.png" alt="client-logo"></a>
<a href="contact.html" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-5.png" alt="client-logo"></a>
<a href="contact.html" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-1.png" alt="client-logo"></a>
<a href="contact.html" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-2.png" alt="client-logo"></a>
<a href="contact.html" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-3.png" alt="client-logo"></a>
<a href="contact.html" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-4.png" alt="client-logo"></a>
<a href="contact.html" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-5.png" alt="client-logo"></a>
</div>
</div>
</section>
<!-- /client logo slider -->
<!-- blog -->
<section class="section">
<div class="container" data-v-component-posts="posts-1" data-v-limit="3" data-v-image_size="medium">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">Blogs</h2>
</div>
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0" data-v-post>
<article class="card shadow">
<img class="rounded card-img-top" src="images/blog/post-3.jpg" alt="post-thumb" loading="lazy" data-v-size="thumb" data-v-post-image>
<div class="card-body">
<a class="text-dark" href="content/post.html" data-v-post-url><h4 class="card-title" data-v-post-name>Amazon increase income 1.5 Million</h4></a>
<p class="cars-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et
dolore magna aliqua.</p>
<a href="content/post.html" class="btn btn-xs btn-primary" data-v-post-url><span>Read More</span></a>
</div>
</article>
</div>
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0" data-v-post>
<article class="card shadow">
<img class="rounded card-img-top" src="images/blog/post-4.jpg" alt="post-thumb" loading="lazy" data-v-size="thumb" data-v-post-image>
<div class="card-body">
<a class="text-dark" href="content/post.html" data-v-post-url><h4 class="card-title" data-v-post-name>Amazon increase income 1.5 Million</h4></a>
<p class="cars-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et
dolore magna aliqua.</p>
<a href="content/post.html" class="btn btn-xs btn-primary" data-v-post-url><span>Read More</span></a>
</div>
</article>
</div>
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0" data-v-post>
<article class="card shadow">
<img class="rounded card-img-top" src="images/blog/post-2.jpg" alt="post-thumb" loading="lazy" data-v-size="thumb" data-v-post-image>
<div class="card-body">
<a class="text-dark" href="content/post.html" data-v-post-url><h4 class="card-title" data-v-post-name>Amazon increase income 1.5 Million</h4></a>
<p class="cars-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et
dolore magna aliqua.</p>
<a href="content/post.html" class="btn btn-xs btn-primary" data-v-post-url><span>Read More</span></a>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- /blog -->
<!-- contact -->
<section class="section section-on-footer" data-background="images/backgrounds/bg-dots.png">
<div class="container" data-v-component-plugin-contact-form-form data-v-storage="database" data-v-name="contact-us-home">
<form action="" method="post">
<input type="hidden" class="form-control" placeholder="First name" name="firstname-empty">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">Contact Info</h2>
</div>
<div class="col-lg-8 mx-auto">
<div class="notifications" data-v-notifications>
<div class="alert alert-danger d-flex alert-dismissable" role="alert" data-v-notification-error >
<div class="align-middle me-2">
<i class="align-middle ti-announcement"></i>
</div>
<div class="flex-grow-1 align-self-center text-small" >
<div>
<div data-v-notification-text>
This is a placeholder for a notification message.
</div>
</div>
</div>
<button type="button" class="btn-close align-middle" data-bs-dismiss="alert" aria-label="Close">
<span aria-hidden="true">
<!-- <i class="la ti-times"></i> -->
</span>
</button>
</div>
<div class="alert alert-success d-flex alert-dismissable d-flex" role="alert" data-v-notification-success >
<div class="align-middle me-2">
<i class="align-middle ti-check"></i>
</div>
<div class="flex-grow-1 align-self-center align-middle" data-v-notification-text>
This is a placeholder for a success message.
</div>
<button type="button" class="btn-close align-middle" data-bs-dismiss="alert" aria-label="Close">
<span aria-hidden="true">
<!-- <i class="la ti-times"></i> -->
</span>
</button>
</div>
<div class="alert alert-primary d-flex alert-dismissable d-flex" role="alert" data-v-notification-info >
<div class="align-middle me-2">
<i class="align-middle ti-light-bulb"></i>
</div>
<div class="flex-grow-1 align-self-center" data-v-notification-text>
This is a placeholder for a info message.
</div>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close">
<span aria-hidden="true">
<!-- <i class="la ti-times"></i> -->
</span>
</button>
</div>
</div>
<div class="bg-white rounded text-center p-5 shadow-down row">
<h4 class="mb-80">Contact Form</h4>
<div class="col-md-6">
<input type="text" id="name" name="name" placeholder="Full Name" class="form-control px-0 mb-4" required>
</div>
<div class="col-md-6">
<input type="email" id="email" name="email" placeholder="Email Address" class="form-control px-0 mb-4" required>
</div>
<div class="col-12">
<textarea name="message" id="message" class="form-control px-0 mb-4"
placeholder="Type Message Here" required></textarea>
</div>
<div class="col-lg-6 col-10 mx-auto">
<button type="submit" class="btn btn-primary w-100">send</button>
</div>
</div>
</div>
</div>
<!-- if these hidden inputs are filled then ignore, robots -->
<input type="text" class="form-control d-none" placeholder="Contact form" name="contact-form" >
<input type="text" class="form-control d-none" placeholder="Subject" name="subject-empty" >
<input type="text" class="form-control visually-hidden" placeholder="Last name" name="lastname-empty" tabindex="-1">
</form>
</div>
</section>
<!-- /contact -->
<!-- footer -->
<footer class="bg-dark footer-section">
<div class="section">
<div class="container" data-v-component-site>
<div class="row">
<div class="col-md-4">
<h5 class="text-light">Email</h5>
<p class="text-white paragraph-lg font-secondary" data-v-site-contact-email>[email protected]</p>
</div>
<div class="col-md-4">
<h5 class="text-light">Phone</h5>
<p class="text-white paragraph-lg font-secondary" data-v-site-phone-number>+880 2544 658 256</p>
</div>
<div class="col-md-4">
<h5 class="text-light">Address</h5>
<p class="text-white paragraph-lg font-secondary" data-v-site-address>125/A, CA Commercial Area, California, USA</p>
</div>
</div>
</div>
</div>
<div class="border-top text-center border-dark py-5">
<p class="mb-0 text-light">Copyright ©<script>
var CurrentYear = new Date().getFullYear()
document.write(CurrentYear)
</script> <span data-v-global-site-title>Vvveb</span> Designed & Developed by <a class="text-white-50" href="https://themefisher.com/">Themefisher</a> Powered by <a class="text-white-50" href="https://www.vvveb.com">Vvveb</a></p>
</div>
</footer>
<!-- /footer -->
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- filter -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
</body>
</html>