-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
960 lines (932 loc) · 36.7 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
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kerri Deo - Designer & Developer Portfolio</title>
<!-- SEO Meta Tags -->
<meta
name="description"
content="Explore Kerri Deo's portfolio, created using HTML5, CSS3, and Bootstrap. View projects in web design, graphic design, and development services with a responsive, user-friendly design."
/>
<meta
name="keywords"
content="Kerri Deo, designer, developer, portfolio, HTML5, CSS3, Bootstrap, web design, graphic design, services, contact"
/>
<meta name="author" content="Ahmed Elrashidii" />
<!-- Open Graph Meta Tags for Social Sharing -->
<meta property="og:title" content="Kerri Deo - Portfolio" />
<meta
property="og:description"
content="Discover Kerri Deo's creative design and development services."
/>
<meta property="og:image" content="./images/logo.png" />
<meta
property="og:url"
content="http://www.linkedin.com/in/ahmed-mostafa-60422b208"
/>
<meta name="twitter:card" content="summary_large_image" />
<!-- Fonts and Icons -->
<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=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="./images/favicon-1.png" type="image/x-icon" />
<!-- Fonts Awesome -->
<link rel="stylesheet" href="./css/all.min.css" />
<!-- Bootstrap -->
<link rel="stylesheet" href="./css/bootstrap.min.css" />
<!-- Main CSS -->
<link rel="stylesheet" href="./css/main.css" />
</head>
<body data-bs-spy="scroll" data-bs-target="#navbar">
<!-- Navigation Bar -->
<nav class="navbar fixed-top navbar-expand-lg bg-body-tertiary" id="navbar">
<div class="container">
<a class="fs-3 fw-bold text-black" href="index.html">Kerri</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">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#client">Client</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Start Header -->
<header
id="home"
class="home vh-100 d-flex justify-content-center align-items-center"
>
<div
class="container d-flex flex-column gap-3 justify-content-center align-items-center text-white text-center"
>
<h3 class="h5">Welcome</h3>
<h2 class="display-4 fw-semibold">Free Palestine</h2>
<p class="description mx-auto">
It is a long established fact that a reader will be of a page when
established fact looking at its layout.
</p>
<a
href="./files/cv.pdf"
class="btn btn-outline-download text-uppercase"
>
Download <abbr title="Curriculum Vitae">CV</abbr></a
>
</div>
</header>
<!-- start About -->
<section id="about" class="about py-5 bg-dark-section">
<div class="container py-4">
<div class="row align-items-center">
<div class="col-md-6">
<div class="layer">
<img src="./images/about.jpg" class="w-100" alt="about profile" />
</div>
</div>
<div class="col-md-6 pt-3 pt-md-0">
<div class="d-flex flex-column gap-2">
<h2><span class="fw-bold">About</span> Me</h2>
<h3>Hello! <span class="text-main">I'M Kerri Deo.</span></h3>
<p>
It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout.
</p>
<p>
The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using 'Content
here, content here', making it look like readable English.
</p>
<p>
There are many variations of passages of Lorem Ipsum available,
but the majority have suffered alteration in some form, by
injected humour, or randomised words which don't look even
slightly believable.
</p>
<ul class="d-flex list-unstyled">
<li class="me-3 social-icon">
<a href="#" target="_blank">
<i class="fa-brands fa-dribbble"></i>
</a>
</li>
<li class="me-3 social-icon">
<a href="#" target="_blank">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li class="me-3 social-icon">
<a href="#" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li class="me-3 social-icon">
<a href="#" target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- start Services -->
<section id="services" class="services py-5">
<div class="container py-4">
<div class="main-title text-center">
<h2>Our <span class="fw-bold">Services</span></h2>
<p class="description mx-auto">
It is a long established fact that a reader will be of a page when
established fact looking at its layout.
</p>
</div>
<div class="row g-4 py-5">
<div class="col-md-6 col-lg-4">
<div class="card-info h-100 text-center layer-card py-5 px-3">
<div
class="card-content d-flex flex-column text-center gap-4 py-3"
>
<i class="fa-solid fa-chart-line fs-1 text-main"></i>
<h5 class="card-title fw-bold fs-4">Graphic Design</h5>
<p class="text-muted">
There are many variations of passages of but the majority have
suffered alteration in some form.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-info h-100 text-center layer-card py-5 px-3">
<div
class="card-content d-flex flex-column text-center gap-4 py-3"
>
<i class="fa-solid fa-chart-line fs-1 text-main"></i>
<h5 class="card-title fw-bold fs-4">Graphic Design</h5>
<p class="text-muted">
There are many variations of passages of but the majority have
suffered alteration in some form.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-info h-100 text-center layer-card py-5 px-3">
<div
class="card-content d-flex flex-column text-center gap-4 py-3"
>
<i class="fa-solid fa-chart-line fs-1 text-main"></i>
<h5 class="card-title fw-bold fs-4">Graphic Design</h5>
<p class="text-muted">
There are many variations of passages of but the majority have
suffered alteration in some form.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-info h-100 text-center layer-card py-5 px-3">
<div
class="card-content d-flex flex-column text-center gap-4 py-3"
>
<i class="fa-solid fa-chart-line fs-1 text-main"></i>
<h5 class="card-title fw-bold fs-4">Graphic Design</h5>
<p class="text-muted">
There are many variations of passages of but the majority have
suffered alteration in some form.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-info h-100 text-center layer-card py-5 px-3">
<div
class="card-content d-flex flex-column text-center gap-4 py-3"
>
<i class="fa-solid fa-chart-line fs-1 text-main"></i>
<h5 class="card-title fw-bold fs-4">Graphic Design</h5>
<p class="text-muted">
There are many variations of passages of but the majority have
suffered alteration in some form.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-info h-100 text-center layer-card py-5 px-3">
<div
class="card-content d-flex flex-column text-center gap-4 py-3"
>
<i class="fa-solid fa-chart-line fs-1 text-main"></i>
<h5 class="card-title fw-bold fs-4">Graphic Design</h5>
<p class="text-muted">
There are many variations of passages of but the majority have
suffered alteration in some form.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- start clients -->
<section id="client" class="client py-5 bg-dark-section">
<div class="container py-4">
<div class="main-title text-center">
<h2>Our <span class="fw-bold">Clients</span></h2>
<p class="description mx-auto">
It is a long established fact that a reader will be of a page when
established fact looking at its layout.
</p>
</div>
<div id="carouselExampleIndicators" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item text-center">
<i class="fa-solid fa-quote-left fa-4x text-main"></i>
<img
src="./images/testi-1.jpg"
class="mx-auto rounded-pill"
alt=""
/>
<blockquote class="description text-muted mx-auto py-3 mb-0">
" The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using 'Content
here."
</blockquote>
<h3 class="h6 py-2">
- Ebony verty, <span class="fw-bold">Envato</span>
</h3>
</div>
<div class="carousel-item active text-center">
<i class="fa-solid fa-quote-left fa-4x text-main"></i>
<img
src="./images/testi-2.jpg"
class="mx-auto rounded-pill"
alt=""
/>
<blockquote class="description text-muted mx-auto py-3 mb-0">
" The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using 'Content
here."
</blockquote>
<h3 class="h6 py-2">
- Ebony verty, <span class="fw-bold">Envato</span>
</h3>
</div>
<div class="carousel-item text-center">
<i class="fa-solid fa-quote-left fa-4x text-main"></i>
<img
src="./images/testi-3.jpg"
class="mx-auto rounded-pill"
alt=""
/>
<blockquote class="description text-muted mx-auto py-3 mb-0">
" The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using 'Content
here."
</blockquote>
<h3 class="h6 py-2">
- Ebony verty, <span class="fw-bold">Envato</span>
</h3>
</div>
</div>
<div class="carousel-indicators position-static pt-4">
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="0"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="1"
class="active"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
</div>
</div>
</div>
</section>
<!-- start portfolio -->
<section id="portfolio" class="portfolio py-5">
<div class="container py-4">
<div class="main-title text-center">
<h2>Our <span class="fw-bold">Works</span></h2>
<p class="description mx-auto">
It is a long established fact that a reader will be of a page when
established fact looking at its layout.
</p>
</div>
<ul
class="nav nav-pills port-link justify-content-center gap-2 mb-3"
id="pills-tab"
role="tablist"
>
<li class="nav-item" role="presentation">
<button
class="nav-link fw-bold active"
id="pills-all-tab"
data-bs-toggle="pill"
data-bs-target="#pills-all"
type="button"
role="tab"
aria-controls="pills-all"
aria-selected="true"
>
All
</button>
</li>
<li class="nav-item" role="presentation">
<button
class="nav-link fw-bold"
id="pills-seo-tab"
data-bs-toggle="pill"
data-bs-target="#pills-seo"
type="button"
role="tab"
aria-controls="pills-seo"
aria-selected="false"
>
Seo
</button>
</li>
<li class="nav-item" role="presentation">
<button
class="nav-link fw-bold"
id="pills-web-tab"
data-bs-toggle="pill"
data-bs-target="#pills-web"
type="button"
role="tab"
aria-controls="pills-web"
aria-selected="false"
>
Web Design
</button>
</li>
<li class="nav-item" role="presentation">
<button
class="nav-link fw-bold"
id="pills-work-tab"
data-bs-toggle="pill"
data-bs-target="#pills-work"
type="button"
role="tab"
aria-controls="pills-work"
aria-selected="false"
>
Work
</button>
</li>
<li class="nav-item" role="presentation">
<button
class="nav-link fw-bold"
id="pills-word-tab"
data-bs-toggle="pill"
data-bs-target="#pills-word"
type="button"
role="tab"
aria-controls="pills-word"
aria-selected="false"
>
Wordpress
</button>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div
class="tab-pane fade show active"
id="pills-all"
role="tabpanel"
aria-labelledby="pills-all-tab"
tabindex="0"
>
<div class="row g-4 py-4">
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/1.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/2.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/3.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/4.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/5.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/6.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
</div>
</div>
<div
class="tab-pane fade"
id="pills-seo"
role="tabpanel"
aria-labelledby="pills-seo-tab"
tabindex="0"
>
<div class="row g-4 py-4">
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/3.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/4.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/6.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
</div>
</div>
<div
class="tab-pane fade"
id="pills-web"
role="tabpanel"
aria-labelledby="pills-web-tab"
tabindex="0"
>
<div class="row g-4 py-4">
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/1.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/5.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
</div>
</div>
<div
class="tab-pane fade"
id="pills-web"
role="tabpanel"
aria-labelledby="pills-web-tab"
tabindex="0"
>
<div class="row g-4 py-4">
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/1.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/3.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/5.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
</div>
</div>
<div
class="tab-pane fade"
id="pills-work"
role="tabpanel"
aria-labelledby="pills-work-tab"
tabindex="0"
>
<div class="row g-4 py-4">
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/1.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/3.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
</div>
</div>
<div
class="tab-pane fade"
id="pills-word"
role="tabpanel"
aria-labelledby="pills-word-tab"
tabindex="0"
>
<div class="row g-4 py-4">
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/1.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/2.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/4.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="inner rounded-3 position-relative overflow-hidden">
<img src="./images/6.jpg" class="w-100 rounded-3" />
<div
class="layer w-100 h-100 text-white d-flex flex-column justify-content-center align-items-center position-absolute start-0"
>
<h3 class="h5">Category</h3>
<h2 class="h4">Project Title</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- start blog -->
<section id="blog" class="blog py-5 bg-dark-section">
<div class="container py-4">
<div class="main-title text-center">
<h2>Our <span class="fw-bold">Blog</span></h2>
<p class="description mx-auto">
It is a long established fact that a reader will be of a page when
established fact looking at its layout.
</p>
</div>
<div class="row g-4 mt-4">
<div class="col-md-6 col-lg-3">
<div class="card h-100 border-0 shadow-lg">
<img src="./images/blog-1.jpg" class="card-img-top" />
<div class="card-body">
<h5 class="card-title">There are many variations</h5>
<div class="author mb-2">
<time>11 March 2018</time>
<a class="text-main fw-bold" href="#">By Kerri</a>
</div>
<p class="card-text">
Sit sagittis vulputate laoreet sodales tortor nulla lobortis
bibendum netus primis fames. Lobortis ultricies.
</p>
<a class="text-black fw-bold" href="#">Read More...</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card h-100 border-0 shadow-lg">
<img src="./images/blog-2.jpg" class="card-img-top" />
<div class="card-body">
<h5 class="card-title">There are many variations</h5>
<div class="author mb-2">
<time>11 March 2018</time>
<a class="text-main fw-bold" href="#">By Kerri</a>
</div>
<p class="card-text">
Sit sagittis vulputate laoreet sodales tortor nulla lobortis
bibendum netus primis fames. Lobortis ultricies.
</p>
<a class="text-black fw-bold" href="#">Read More...</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card h-100 border-0 shadow-lg">
<img src="./images/blog-3.jpg" class="card-img-top" />
<div class="card-body">
<h5 class="card-title">There are many variations</h5>
<div class="author mb-2">
<time>11 March 2018</time>
<a class="text-main fw-bold" href="#">By Kerri</a>
</div>
<p class="card-text">
Sit sagittis vulputate laoreet sodales tortor nulla lobortis
bibendum netus primis fames. Lobortis ultricies.
</p>
<a class="text-black fw-bold" href="#">Read More...</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card h-100 border-0 shadow-lg">
<img src="./images/blog-1.jpg" class="card-img-top" />
<div class="card-body">
<h5 class="card-title">There are many variations</h5>
<div class="author mb-2">
<time>11 March 2018</time>
<a class="text-main fw-bold" href="#">By Kerri</a>
</div>
<p class="card-text">
Sit sagittis vulputate laoreet sodales tortor nulla lobortis
bibendum netus primis fames. Lobortis ultricies.
</p>
<a class="text-black fw-bold" href="#">Read More...</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- start contact -->
<section id="contact" class="contact py-5">
<div class="container py-4">
<div class="main-title text-center">
<h2><span class="fw-bold">Contact</span> Us</h2>
<p class="description mx-auto">
It is a long established fact that a reader will be of a page when
established fact looking at its layout.
</p>
</div>
<div class="row mt-5">
<div class="col-lg-4">
<div class="text-center">
<div>
<i class="fa-sharp fa-solid fa-phone fa-3x text-main"></i>
</div>
<div class="mt-4">
<h5 class="mb-0 contact_detail-title fw-bold">Call Us On</h5>
<p class="text-muted">+985 123 7856</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="text-center">
<div>
<i class="fa-regular fa-envelope fa-3x text-main"></i>
</div>
<div class="mt-3">
<h5 class="mb-0 contact_detail-title fw-bold">Email Us At</h5>
<p class="text-muted">[email protected]</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="text-center">
<div>
<i class="fa-solid fa-location-dot fa-3x text-main"></i>
</div>
<div class="mt-3">
<h5 class="mb-0 contact_detail-title fw-bold">Visit Office</h5>
<p class="text-muted">202, Grasselli Street , Conway.</p>
</div>
</div>
</div>
</div>
<form action="">
<div class="row mt-5 g-3">
<div class="col-lg-6">
<input
type="text"
class="form-control"
id="name"
placeholder="Your Name"
/>
</div>
<div class="col-lg-6">
<input
type="email"
class="form-control"
id="email"
placeholder="Your Email"
/>
</div>
<div class="col-lg-12">
<input
type="text"
class="form-control"
placeholder="Your Subject"
/>
</div>
<div class="col-lg-12">
<textarea
class="form-control"
id="message"
placeholder="Your Message..."
></textarea>
</div>
<button
class="btn btn-footer fit-content ms-auto py-2 px-3 fw-bold text-uppercase"
>
send Message
</button>
</div>
</form>
</div>
</section>
<!-- start footer -->
<footer class="bg-dark text-center text-white py-5">
<div class="container py-4">
<section class="mb-4">
<!-- Facebook -->
<a
class="btn btn-outline-footer btn-floating m-1"
href="#!"
role="button"
><i class="fab fa-facebook-f"></i
></a>
<!-- Twitter -->
<a
class="btn btn-outline-footer btn-floating m-1"
href="#!"
role="button"
><i class="fab fa-twitter"></i
></a>
<!-- Linkedin -->
<a
class="btn btn-outline-footer btn-floating m-1"
href="#!"
role="button"
><i class="fab fa-linkedin-in"></i
></a>
<!-- Github -->
<a
class="btn btn-outline-footer btn-floating m-1"
href="#!"
role="button"
><i class="fab fa-github"></i
></a>
</section>
</div>
<div
class="text-center p-3 mt-0"
style="background-color: rgba(0, 0, 0, 0.2)"
>
© 2024 Copyright:
<a class="text-main" href="index.html">Kerri</a>
</div>
</footer>
<script src="./js/bootstrap.bundle.min.js"></script>
</body>
</html>