-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·701 lines (676 loc) · 37.3 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
<!DOCTYPE html>
<link rel="icon" href="img/Asset 1.svg">
<span class="loading">
<div class="lds-facebook"><div></div><div></div><div></div></div>
</span>
<style>
.loading{
position: fixed;width: 100%;height: 100vh;display: flex;justify-content: center;align-items: center;background-color: white;z-index: 2002; right: 0%; top: 0%;
}
.lds-facebook {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-facebook div {
display: inline-block;
position: absolute;
left: 8px;
width: 16px;
background-color: #4A5FC1;
animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
left: 8px;
animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
left: 32px;
animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
left: 56px;
animation-delay: 0;
}
@keyframes lds-facebook {
0% {
top: 8px;
height: 64px;
}
50%, 100% {
top: 24px;
height: 32px;
}
}
</style>
<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>Index</title>
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="vendor/fontawesome/css/all.min.css">
<link rel="stylesheet" href="vendor/venobox/venobox.css">
<link rel="stylesheet" href="vendor/animate_it/animate.css">
<link rel="stylesheet" href="vendor/slick/slick.css">
<link rel="stylesheet" href="vendor/slick/slick-theme.css">
<link rel="stylesheet" href="vendor/imagehover.css-master/imagehover.min.css">
<link rel="stylesheet" href="vendor/Progress/jquery.lineProgressbar.css">
</head>
<body id="bodyFlow">
<!-- header -->
<section class="container-fluid header" id="header">
<div class="row">
<div class="col-12 p-0 m-0">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="#">
<img src="img/Asset 1.svg" width="60px" alt="">
</a>
<button class="navbar-toggler">
<i class="fa fa-bars text-light"></i>
</button>
<div class="navbar-collapse justify-content-end">
<ul class="navbar-nav">
<a class="btn btnClose d-block d-md-block d-lg-none">
<i class="fa fa-times-circle text-light"></i>
</a>
<li class="nav-item">
<a class="nav-link text-light fw-bold" aria-current="page" href="#particles-js">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-light fw-bold" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-light fw-bold" href="#service">Service</a>
</li>
<li class="nav-item">
<a class="nav-link text-light fw-bold" href="#work">Work</a>
</li>
<li class="nav-item">
<a class="nav-link text-light fw-bold" href="#blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link text-light fw-bold" href="#content">Content</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</section>
<!-- header End-->
<!-- body -->
<section class="container-fluid body" id="particles-js">
<div class="container">
<div class="row min-vh-100 justify-content-center align-content-center intro index">
<div class="col-12 ">
<div class="text-light text-start w-75 body-with">
<span class="text-uppercase text-black fw-bold wow animate__bounceInDown my-2 badge rounded-5 bg-light p-2">
<h3 class="m-0">Hello!</h3>
</span>
<h1 class="fw-bolder my-4 typed wow animate__bounceInLeft">
I am <span class="element text-success"></span>
</h1>
<p style="text-transform: capitalize; font-size: 17px;" class="page fw-lighter wow animate__bounceInLeft animate__slow">
A passionate Full Stack Web Developer having an experience of building Web site with Html, Css, Php, JavaScript / Nodejs and some other cool libraries and frameworks....
</p>
<div class="my-2 wow animate__backInLeft animate__delay-05s">
<button class="btn btn-sm btn-outline-success py-1">My Portfolio</button>
<button class="showVideoBtn btn btn-sm btn-outline-success">
<i class="fa fa-play px-4 py-1"></i>
</button>
</div>
<div class="my-4">
<a href="#" class="icon-hover me-2">
<i class="fab fa-1x fa-google-plus wow animate__bounceInDown animate__faster text-success"></i>
</a>
<a href="#" class="icon-hover me-2">
<i class="fab fa-1x fa-facebook wow animate__bounceInDown animate__faster text-success animate__delay-03s"></i>
</a>
<a href="#" class="icon-hover me-2">
<i class="fab fa-1x fa-twitter wow animate__bounceInDown animate__faster text-success animate__delay-05s"></i>
</a>
<a href="#" class="icon-hover me-2">
<i class="fab fa-1x fa-linkedin wow animate__bounceInDown animate__faster text-success animate__delay-1s"></i>
</a>
<a href="#" class="icon-hover me-2">
<i class="fab fa-1x fa-github wow animate__bounceInDown animate__faster text-success animate__delay-1_5s"></i>
</a>
</div>
<!-- video -->
<div class="myvideo position-fixed">
<video class="showVideo" src="video.webm" autoplay="true" controls="true"></video>
<i class="fa fa-window-close fa-2x position-absolute close" style="top: 5%; right: 5%;"></i>
</div>
</div>
</div>
</div>
</div>
<a class="topBtn" href="#particles-js">
<i class="fa fa-2x fa-arrow-circle-up text-light"></i>
</a>
</section>
<!-- body end-->
<!-- about-->
<section class="container-fluid aboutus" id="about">
<div class="container">
<div class="row min-vh-100 align-items-center justify-content-center">
<div class="col-12 col-md-6 col-xl-6 mt-5 m-md-0">
<div class="cardStyle border-0 my-5 wow animate__slideInLeft">
<div class="card-body card-cirlce" style="background-color: rgb(26, 26, 26)">
<div class="content text-black" style="height: 13px;">
<h5 class="fw-bold mb-3 text-light text-uppercase">My Skill</h5>
<h6 class="fw-bolder text-light">HTML5</h6>
<div id="html"></div>
<h6 class="fw-bolder text-light">CSS/CSS3</h6>
<div id="css"></div>
<h6 class="fw-bolder text-light">JavaScript</h6>
<div id="jq"></div>
</div>
<img src="img/Asset 2.svg">
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-6">
<div class="about w-100 wow animate__slideInRight">
<h5 class="text-light">About Me</h5>
<div style="width: 55px; height: 5px; background-color: black;" class="bg-light"></div>
<h3 class="my-3 text-success">
I'm Junior web Developer having over 2 Years Of Experience.
</h3>
<p class="my-3 text-white-50 fw-lighter page">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Delectus molestias, optio tempore magnam, alias eaque earum enim quas modi quae magni I'm Professional web Developer having 10 Years Of Experience. odit iusto reiciendis similique ratione ipsum rerum mollitia? Sed?
</p>
<div class="text-center text-md-start my-4 m-md-0">
<button class="btn btn-outline-success click">See More</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about end-->
<!-- service -->
<section class="container-fluid service" id="service">
<div class="container">
<div class="row min-vh-100 my-4 py-4">
<center class="col-12 mt-5 pt-4 wow animate__fadeInUp">
<span class="text-uppercase text-black fw-bold my-2 badge rounded-3 bg-success">
<h6 class="m-0">WHAT WE DO</h6>
</span>
<h1 class="text-light fw-lighter">
My Services
</h1>
<p class="w-75 text-light my-4 pageStyle">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tellus est, finibus ut congue sed, faucibus ut dui. Sed congue nisl dolor, id dapibus leo elementum posuer
</p>
<div style="width: 105px; height: 3px; background-color: black;" class="bg-success mb-4"></div>
</center>
<div class="col-12 col-md-6 col-xl-4 wow animate__backInLeft">
<div class="card text-center border-0 rounded-0 card-width my-3">
<div class="card-body">
<i class="fas fa-laptop-code fa-6x my-3 text-light"></i>
<h4 class="my-3 text-success">Web Development</h4>
<p class="fw-lighter m-0 text-light" style="font-size: 14px;">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex, officiis dolor laboriosam ut nam earum cumque eum error! Sapiente soluta itaque!
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-4 wow animate__backInUp">
<div class="card text-center border-0 rounded-0 card-width my-3">
<div class="card-body">
<i class="fas fa-chart-bar fa-6x my-3 text-light"></i>
<h4 class="my-3 text-success">Digital Merketing</h4>
<p class="fw-lighter m-0 text-light" style="font-size: 14px;">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex, officiis dolor laboriosam ut nam earum cumque eum error! Sapiente soluta itaque!
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-4 wow animate__backInRight">
<div class="card text-center border-0 rounded-0 card-width my-3">
<div class="card-body">
<i class="fas fa-chart-pie fa-6x my-3 text-light"></i>
<h4 class="my-3 text-success">Branding & Identity</h4>
<p class="fw-lighter m-0 text-light" style="font-size: 14px;">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex, officiis dolor laboriosam ut nam earum cumque eum error! Sapiente soluta itaque!
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-4 wow animate__backInLeft">
<div class="card text-center border-0 rounded-0 card-width my-3">
<div class="card-body">
<i class="fab fa-buffer fa-6x my-3 text-light"></i>
<h4 class="my-3 text-success">Customizability</h4>
<p class="fw-lighter m-0 text-light" style="font-size: 14px;">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex, officiis dolor laboriosam ut nam earum cumque eum error! Sapiente soluta itaque!
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-4 wow animate__backInDown">
<div class="card text-center card-width my-3 text-light">
<div class="card-body">
<i class="fas fa-mobile-alt fa-6x my-3"></i>
<h4 class="my-3 text-success">Responsive</h4>
<p class="fw-lighter m-0 text-light" style="font-size: 14px;">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex, officiis dolor laboriosam ut nam earum cumque eum error! Sapiente soluta itaque!
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-4 wow animate__backInRight">
<div class="card text-center card-width my-3">
<div class="card-body">
<i class="fas fa-camera fa-6x my-3 text-light"></i>
<h4 class="my-3 text-success">Photography</h4>
<p class="fw-lighter m-0 text-light" style="font-size: 14px;">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex, officiis dolor laboriosam ut nam earum cumque eum error! Sapiente soluta itaque!
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- service -->
<!-- work -->
<section class="container-fluid work" id="work">
<div class="container">
<div class="row min-vh-100 my-4 py-4">
<center class="col-12 mt-5 pt-4 wow animate__fadeInUp">
<span class="text-uppercase text-black fw-bold my-2 badge rounded-3 bg-success">
<h6 class="m-0">Work</h6>
</span>
<h1 class="text-light fw-lighter">
My Work
</h1>
<p class="w-75 text-light my-4 pageStyle">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tellus est, finibus ut congue sed, faucibus ut dui. Sed congue nisl dolor, id dapibus leo elementum posuer
</p>
<div style="width: 105px; height: 3px; background-color: black;" class="bg-success mb-4"></div>
</center>
<div class="col-12 pt-3 mt-3">
<div class="button-group filter-button wow animate__fadeInBottomLeft">
<button class="btn btn-outline-success active btnClick mt-2" data-filter="*">Show all</button>
<button class="btn btn-outline-success btnClick mt-2" data-filter=".design">Design</button>
<button class="btn btn-outline-success btnClick mt-2" data-filter=".graphic">Graphic</button>
<button class="btn btn-outline-success btnClick mt-2" data-filter=".marke">Marketing</button>
</div>
<div class="item-details">
<div class="col-12 col-md-6 col-lg-4 col-xl-4 mt-4 design graphic ">
<figure class="imghvr-shutter-in-out-diag-2 wow animate__backInDown">
<img src="img/Be creative.png" class="image-width image-width">
<figcaption class="p-5">
<h4>Photography</h4>
Creative Web Design
</figcaption>
<a href="img/Be creative.png" class="venobox"></a>
</figure>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-4 mt-4 marke ">
<figure class="imghvr-shutter-in-out-diag-2 wow animate__backInDown">
<img src="img/design (1).jpg" class="image-width image-width">
<figcaption class="p-5">
<h4>Photography</h4>
Creative Web Design
</figcaption>
<a href="img/design (1).jpg" class="venobox"></a>
</figure>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-4 mt-4 graphic">
<figure class="imghvr-shutter-in-out-diag-2 wow animate__backInDown">
<img src="img/design (4).jpg" class="image-width image-width">
<figcaption class="p-5">
<h4>Photography</h4>
Creative Web Design
</figcaption>
<a href="img/design (4).jpg" class="venobox"></a>
</figure>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-4 mt-4 marke ">
<figure class="imghvr-shutter-in-out-diag-2 wow animate__backInUp">
<img src="img/design(2).jpg" class="image-width image-width">
<figcaption class="p-5">
<h4>Photography</h4>
Creative Web Design
</figcaption>
<a href="img/design(2).jpg" class="venobox"></a>
</figure>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-4 mt-4 design graphic">
<figure class="imghvr-shutter-in-out-diag-2 wow animate__backInUp">
<img src="img/design.jpg" class="image-width image-width">
<figcaption class="p-5">
<h4>Photography</h4>
Creative Web Design
</figcaption>
<a href="img/design.jpg" class="venobox"></a>
</figure>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-4 mt-4 design marke">
<figure class="imghvr-shutter-in-out-diag-2 wow animate__backInUp">
<img src="img/design (3).jpg" class="image-width image-width">
<figcaption class="p-5">
<h4>Photography</h4>
Creative Web Design
</figcaption>
<a href="img/design (3).jpg" class="venobox"></a>
</figure>
</div>
</div>
</div>
</div>
</div>
<!-- end -->
<div class="container-fluid work-bg">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-xl-3 py-4">
<div class="card card-style text-center py-3 border-0 rounded-3">
<div class="card-body text-light">
<i class="fa fa-gem fa-4x text-success mb-3"></i>
<h3 class="fw-bolder counter">240</h3>
<span class="fw-bold">Winning Awards</span>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 py-4">
<div class="card card-style text-center py-3 border-0 rounded-3">
<div class="card-body text-light">
<i class="fa fa-users fa-4x text-success mb-3"></i>
<h3 class="fw-bolder counter">140</h3>
<span class="fw-bold">Team Member</span>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 py-4">
<div class="card card-style text-center py-3 border-0 rounded-3">
<div class="card-body text-light">
<i class="fa fa-inbox fa-4x text-success mb-3"></i>
<h3 class="fw-bolder counter">24</h3>
<span class="fw-bold">Successful Project</span>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 py-4">
<div class="card card-style text-center py-3 border-0 rounded-3">
<div class="card-body text-light">
<i class="fa fa-fire fa-4x text-success mb-3"></i>
<h3 class="fw-bolder counter">540</h3>
<span class="fw-bold">Clients</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end -->
<div class="container p-4">
<div class="row justify-content-center align-items-center m-0 my-md-4">
<div class="col-12 col-md-6 mb-5 pb-5 p-md-0 m-md-0 wow animate__fadeIn animate__slower">
<div class="text-light position-relative w-75 body-with">
<ul style="list-style: none;" class="list-style">
<li class="text-success " style="font-size: 15px;">
2019 - 2020
</li>
<li class="text-success my-2" style="font-size: large;">
Computer science
</li>
<li style="font-size: small; text-align :start" class="text-white-50 fw-lighter">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim eveniet incidunt quidem illum repellat, a nemo cumque optio asperiores tempora delectus cupiditate
</li>
</ul>
</div>
<div class="text-light position-relative w-75 body-with">
<ul style="list-style: none;" class="list-style">
<li class="text-success " style="font-size: 15px;">
2019 - 2020
</li>
<li class="text-success my-2" style="font-size: large;">
Computer science
</li>
<li style="font-size: small; text-align :start" class="text-white-50 fw-lighter">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim eveniet incidunt quidem illum repellat, a nemo cumque optio asperiores tempora delectus cupiditate
</li>
</ul>
</div>
<div class="text-light position-relative w-75 body-with">
<ul style="list-style: none;" class="list-style1">
<li class="text-success " style="font-size: 15px;">
2019 - 2020
</li>
<li class="text-success my-2" style="font-size: large;">
Computer science
</li>
<li style="font-size: small; text-align :start" class="text-white-50 fw-lighter">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim eveniet incidunt quidem illum repellat, a nemo cumque optio asperiores tempora delectus cupiditate
</li>
</ul>
</div>
</div>
<div class="col-12 col-md-6 mb-5 pb-5 p-md-0 m-md-0 wow animate__fadeIn animate__slower">
<div class="text-light position-relative w-75 body-with">
<ul style="list-style: none;" class="list-style-other">
<li class="text-success " style="font-size: 15px;">
2017 - 2018
</li>
<li class="text-success my-2" style="font-size: large;">
Melbourne
</li>
<li style="font-size: small; text-align :start" class="text-white-50 fw-lighter">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim eveniet incidunt quidem illum repellat, a nemo cumque optio asperiores tempora delectus cupiditate
</li>
</ul>
</div>
<div class="text-light position-relative w-75 body-with">
<ul style="list-style: none;" class="list-style-other">
<li class="text-success " style="font-size: 15px;">
2019 - 2020
</li>
<li class="text-success my-2" style="font-size: large;">
Melbourne
</li>
<li style="font-size: small; text-align :start" class="text-white-50 fw-lighter">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim eveniet incidunt quidem illum repellat, a nemo cumque optio asperiores tempora delectus cupiditate
</li>
</ul>
</div>
<div class="text-light position-relative w-75 body-with">
<ul style="list-style: none;" class="list-style2">
<li class="text-success " style="font-size: 15px;">
2021 - 2022
</li>
<li class="text-success my-2" style="font-size: large;">
Melbourne
</li>
<li style="font-size: small; text-align :start" class="text-white-50 fw-lighter">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim eveniet incidunt quidem illum repellat, a nemo cumque optio asperiores tempora delectus cupiditate
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end -->
</section>
<!-- work -->
<!-- blog-->
<section class="container-fluid blog" id="blog">
<div class="container">
<div class="row min-vh-100 my-4 py-4 justify-content-center align-items-center">
<center class="col-12 my-5 pt-4 wow animate__fadeInUp">
<span class="text-uppercase text-black fw-bold my-2 badge rounded-3 bg-success">
<h6 class="m-0">News</h6>
</span>
<h1 class="text-light fw-lighter">
Latest News
</h1>
<p class="w-75 text-light my-4 pageStyle">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tellus est, finibus ut congue sed, faucibus ut dui. Sed congue nisl dolor, id dapibus leo elementum posuer
</p>
<div style="width: 105px; height: 3px; background-color: black;" class="bg-success mb-4"></div>
</center>
<div class="col-12 col-md-6 col-xl-3 mt-4">
<div class="card border-0 card-bgcolor text-light wow animate__zoomInDown animate__delay-05s">
<img src="img/background.jpg" class="card-image">
<div class="card-body" style="height: 100%;">
<span style="font-size: 10px;" class="text-white">September 9, 2021 || design</span>
<h6 class="card-title fw-bolder my-3 text-success">Image Design</h6>
<p class="my-2" style="font-size: 12px;">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim eveniet incidunt quidem illum repellat</p>
<a href="#" class="btn btn-sm btn-outline-success my-2 px-4">Go</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 mt-4">
<div class="card border-0 card-bgcolor text-light wow animate__zoomInDown animate__delay-05s">
<img src="img/blog1.jpg" class="card-image">
<div class="card-body" style="height: 100%;">
<span style="font-size: 10px;" class="text-white">September 9, 2021 || design</span>
<h6 class="card-title fw-bolder my-3 text-success">Image Design</h6>
<p class="my-2" style="font-size: 12px;">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim eveniet incidunt quidem illum repellat</p>
<a href="#" class="btn btn-sm btn-outline-success my-2 px-4">Go</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 mt-4">
<div class="card border-0 card-bgcolor text-light wow animate__zoomInRight animate__delay-05s">
<img src="img/blog2.jpg">
<div class="card-body">
<span style="font-size: 10px;" class="text-white">September 9, 2021 || design</span>
<h6 class="card-title fw-bolder my-3 text-success">Top Branding Suprise</h6>
<p class="my-2" style="font-size: 12px;">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim eveniet incidunt quidem illum repellat</p>
<a href="#" class="btn btn-sm btn-outline-success my-2 px-4">Go</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 mt-4">
<div class="card border-0 card-bgcolor text-light wow animate__zoomInDown animate__delay-05s">
<img src="img/blog3.jpg">
<div class="card-body">
<span style="font-size: 10px;" class="text-white">September 9, 2021 || design</span>
<h6 class="card-title fw-bolder my-3 text-success">Our Seo Marketing</h6>
<p class="my-2" style="font-size: 12px;">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim eveniet incidunt quidem illum repellat</p>
<a href="#" class="btn btn-sm btn-outline-success my-2 px-4">Go</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- blog end-->
<!-- contant -->
<section class="container-fluid p-0 m-0" id="content">
<div class="container">
<div class="row min-vh-100 justify-content-center my-4 py-4 align-items-center">
<center class="col-12 my-5 pt-4 wow wow animate__fadeInUp">
<span class="text-uppercase text-black fw-bold my-2 badge rounded-3 bg-success">
<h6 class="m-0">Toch</h6>
</span>
<h1 class="text-light fw-lighter">
Get In Toch
</h1>
<p class="w-75 text-light my-4 pageStyle">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tellus est, finibus ut congue sed, faucibus ut dui. Sed congue nisl dolor, id dapibus leo elementum posuer
</p>
<div style="width: 105px; height: 3px; background-color: black;" class="bg-success mb-4"></div>
</center>
<div class="col-12 col-md-6 col-xl-7">
<form method="post">
<div class="row">
<div class="col-12 mt-3">
<input type="text" class="form-control border-0 text-light wow animate__backInDown" style="background: rgb(56, 56, 56);" placeholder="Name" required>
</div>
<div class="col-md-6 col-12 mt-3">
<input type="email" class="form-control border-0 text-light wow animate__backInLeft" style="background: rgb(56, 56, 56);" placeholder="E-mail" required>
</div>
<div class="col-md-6 col-12 mt-3">
<input type="email" class="form-control border-0 text-light wow animate__backInRight" style="background: rgb(56, 56, 56);" placeholder="Subject" required>
</div>
<div class="col-12 mt-3">
<textarea class="form-control border-0 text-light wow animate__fadeInDown animate__delay-1_5s" cols="30" style="background: rgb(56, 56, 56);" rows="12" placeholder="Your Message Here..."></textarea>
</div>
</div>
<div class="my-3 text-center text-md-start">
<button class="btn btn-outline-success px-4 wow animate__fadeInDown animate__delay-1_5s">Send Message</button>
</div>
</form>
</div>
<div class="col-md-5 col-sm-12">
<div class="card px-1 mb-5 text-light rounded-3 wow animate__fadeIn animate__delay-1_5s" style="background-color: rgb(56, 56, 56)">
<div class="d-flex justify-content-around my-3">
<i class="fa fa-home fa-2x text-success"></i>
<div class="contact_info_text w-75">
<h5 class="fw-bold text-success">Home</h5>
<p>1719 Del Dew Drive Annapolis Junction, MD 20701 California, United State
</p>
</div>
</div>
<div class="d-flex justify-content-around my-3">
<i class="fa fa-phone fa-2x text-success"></i>
<div class="contact_info_text w-75">
<h5 class="fw-bold text-success">Phone</h5>
<p>508-992-5074</p>
</div>
</div>
<div class="d-flex justify-content-around my-3">
<i class="fa fa-envelope fa-2x text-success"></i>
<div class="contact_info_text w-75">
<h5 class="fw-bold text-success">E-mail</h5>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="container-fluid wow animate__fadeIn" style="background: rgb(56, 56, 56);">
<div class="row">
<div class="col-12">
<div class="d-flex flex-row justify-content-between text-center flex-wrap flex-md-nowrap w-100 text-light align-items-center">
<h5 class="text-md-start py-3 wow animate__fadeInLeft animate__delay-2s">CopyRight © 2021 Website. All Rights Reserved</h5>
<div class="py-3 body-with">
<a href="#" class="me-3 icon-hover" style="text-decoration: none;">
<i class="fab fa-1x fa-google-plus wow animate__backInUp animate__slower"></i>
</a>
<a href="#" class="me-3 icon-hover" style="text-decoration: none;">
<i class="fab fa-1x fa-facebook wow animate__backInUp animate__slower"></i>
</a>
<a href="#" class="me-3 icon-hover" style="text-decoration: none;">
<i class="fab fa-1x fa-twitter wow animate__backInUp animate__slower"></i>
</a>
<a href="#" class="me-3 icon-hover" style="text-decoration: none;">
<i class="fab fa-1x fa-linkedin wow animate__backInUp animate__slower"></i>
</a>
<a href="#" class="me-3 icon-hover" style="text-decoration: none;">
<i class="fab fa-1x fa-pinterest wow animate__backInUp animate__slower"></i>
</a>
</div>
</div>
</div>
</div>
</footer>
</section>
<!-- contant end -->
<script src="vendor/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="vendor/counter_up/counter_up.js"></script>
<script src="vendor/particles/particles.min.js"></script>
<script src="vendor/imagehover.css-master/"></script>
<script src="vendor/venobox/venobox.min.js"></script>
<script src="vendor/way_point/jquery.waypoints.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="vendor/slick/slick.min.js"></script>
<script src="vendor/wow/wow.js"></script>
<script src="vendor/Progress/jquery.lineProgressbar.js"></script>
<script src="js/style.js"></script>
</body>
</html>