-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
835 lines (735 loc) · 36.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Personal-portfolio-1.0</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link
href="https://www.canva.com/design/DAFcEYge9ZA/SBbRn371lrz4joD3ekArVA/view?utm_content=DAFcEYge9ZA&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink"
rel="icon">
<!-- <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> -->
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container">
<h1><a href="index.html">Benjamin Ladegbaye</a></h1>
<!-- <a href="index.html" class="mr-auto"><img src="/assets/img/ben (2).jpg" width="50px" alt="" class="img-fluid"></a> -->
<h2>I'm a passionate <span> Front-end developer</span> from Nigeria</h2>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link active" href="#header">Home</a></li>
<li><a class="nav-link" href="#about">About</a></li>
<li><a class="nav-link" href="#resume">Resume</a></li>
<li><a class="nav-link" href="#services">Services</a></li>
<li><a class="nav-link" href="#portfolio">Portfolio</a></li>
<li><a class="nav-link" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<div class="social-links">
<a href="https://twitter.com/Benlad_1" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://web.facebook.com/Benlad22" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/devben160/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/benjamin-ladegbaye-992590247/" class="linkedin"><i
class="bi bi-linkedin"></i></a>
</div>
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About</h2>
<p>Learn more about me</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<!-- <img src="/assets/img/ben.jpg" class="img-fluid" alt=""> -->
<iframe frameborder="0" width="380" height="215"
src="https://biteable.com/watch/3834523/c47fc109d6098d51abb85784ba1b25de"
allowfullscreen="true" allow="autoplay"></iframe>
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>Front-end developer</h3>
<p class="fst-italic">
I'm a front-end|mobile|desktop developer, I specialize in creating user-friendly and visually
appealing websites and web applications and mobile app using technologies such as HTML5, CSS3,JavaScript, Reactjs, React Native and Electronjs. I have a deep With a strong eye for design and attention to detail, I work closely with clients and back-end developers to bring their vision to life. My ultimate goal is to create an enjoyable and seamless user experience for every website visitor."
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Birthday:</strong> <span>1 Aug </span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Nick-name:</strong> <span>Benlad</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>+234 9048416060</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Lagos, Nigeria</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Gender:</strong> <span>HE/HIM</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Disable:</strong> <span>No</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>[email protected]</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Freelance/work:</strong> <span>Available</span></li>
</ul>
</div>
</div>
<!-- <p> -->
<!-- Officiis eligendi itaque labore et dolorum mollitia officiis optio vero. Quisquam sunt adipisci omnis et ut. Nulla accusantium dolor incidunt officia tempore. Et eius omnis. -->
<!-- Cupiditate ut dicta maxime officiis quidem quia. Sed et consectetur qui quia repellendus itaque neque. Aliquid amet quidem ut quaerat cupiditate. Ab et eum qui repellendus omnis culpa magni laudantium dolores. -->
<!-- </p> -->
</div>
</div>
</div><!-- End About Me -->
<!-- ======= Counts ======= -->
<div class="counts container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="bi bi-emoji-smile"></i>
<span data-purecounter-start="0" data-purecounter-end="132" data-purecounter-duration="1"
class="purecounter"></span>
<p>Happy Clients</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="50" data-purecounter-duration="1"
class="purecounter"></span>
<p>Projects</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-headset"></i>
<span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1"
class="purecounter"></span>
<p>Hours Of Support</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-award"></i>
<span data-purecounter-start="0" data-purecounter-end="2" data-purecounter-duration="1"
class="purecounter"></span>
<p>Awards</p>
</div>
</div>
</div>
</div><!-- End Counts -->
<!-- ======= Skills ======= -->
<div class="skills container">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="row skills-content">
<div class="col-lg-6">
<div class="progress">
<span class="skill">HTML5 <i class="val">100%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">CSS3 <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">JavaScript <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill">React.Js <i class="val">50%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">React Native <i class="val">50%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Bootstrap/Tailwind/materia-ui <i class="val">95%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</div><!-- End Skills -->
<!-- ======= Interests ======= -->
<div class="interests container">
<div class="section-title">
<h2>Interests</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-4">
<div class="icon-box">
<i class="ri-store-line" style="color: #ffbb2c;"></i>
<h3>Coding</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-bar-chart-box-line" style="color: #5578ff;"></i>
<h3>Table Tennis</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-calendar-todo-line" style="color: #e80368;"></i>
<h3>Swimming</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box">
<i class="ri-paint-brush-line" style="color: #e361ff;"></i>
<h3>Driving</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-database-2-line" style="color: #47aeff;"></i>
<h3>Music</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-gradienter-line" style="color: #ffa76e;"></i>
<h3>Praying</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-file-list-3-line" style="color: #11dbcf;"></i>
<h3>Football</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-price-tag-2-line" style="color: #4233ff;"></i>
<h3>Video game</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-anchor-line" style="color: #b2904f;"></i>
<h3>Traveling</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-disc-line" style="color: #b20969;"></i>
<h3>Comedian</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-base-station-line" style="color: #ff5828;"></i>
<h3>Hang out</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-fingerprint-line" style="color: #29cc61;"></i>
<h3>Dancing</h3>
</div>
</div>
</div>
</div><!-- End Interests -->
<!-- ======= Testimonials ======= -->
<div class="testimonials container">
<div class="section-title">
<h2>Testimonials</h2>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
"I had the pleasure of working with [Benlad]on a website redesign project and I couldn't be happier with
the results. From the very beginning, [Benlad] took the time to fully understand my needs and goals for
the website, and was able to translate that into a beautiful and user-friendly design. Their attention
to detail and design skills are truly impressive, and I was blown away by the final product. [Benlad]
was also great to work with, meeting all deadlines and staying within budget. I highly recommend
[Benlad] for any front-end web development projects.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="/assets/img/testimonials/WhatsApp Image 2023-01-25 at 01.57.34.jpg" class="testimonial-img"
alt="">
<h3>JoyApparel</h3>
<h4>Ceo & Founder JoyApparelmodesty fashion</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I had a great experience working with [Benlad] on my company website. They were able to understand my
vision and bring it to life. They were able to make suggestions and improvements that made the website
even better than I had imagined. They were patient, responsive and professional during the whole
process. I would definitely recommend [Benlad] to anyone looking for a reliable front-end developer.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="/assets/img/testimonials/WhatsApp Image 2022-12-19 at 11.40.26.jpg" class="testimonial-img"
alt="">
<h3>Stella Ladegbaye</h3>
<h4>Voice over artist</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I had the pleasure of working with [Benlad] on my website project and I was extremely pleased with their
work. They were able to take my ideas and turn them into a beautiful, functional website. They were able
to take my feedback and make necessary changes to make the website perfect. They were always responsive
and easy to communicate with. I highly recommend [Benlad] for any front-end development needs.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="/assets/img/testimonials/1577578415347.jpg" class="testimonial-img" alt="">
<h3>Blessing obawomiye</h3>
<h4>Store Owner</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
"I had an excellent experience working with [Benlad] on my website project. They were able to bring my
vision to life with their design skills and attention to detail. They were able to make revisions and
changes to the website as needed, making sure that I was completely satisfied with the final product.
Their communication and collaboration skills were also great, making the process smooth and easy. I
would highly recommend [Benlad] for any front-end development needs."
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="/assets/img/testimonials/WhatsApp Image 2022-12-27 at 11.43.13.jpg" class="testimonial-img"
alt="">
<h3>Dayo aladesanmi</h3>
<h4>Entrepreneur</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
"I had the opportunity to work with [Benlad] on a website development project and I couldn't be more
impressed with their work. They were able to take my rough ideas and turn them into a stunning,
fully-functional website. Their ability to understand my needs and goals for the website was impressive,
and their attention to detail and design skills were top-notch. They were also able to meet all
deadlines and stay within budget, which was greatly appreciated. I highly recommend [Benlad] for any
front-end web development project."
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
<div class="owl-carousel testimonials-carousel">
</div>
</div><!-- End Testimonials -->
</section><!-- End About Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="section-title">
<h2>Resume</h2>
<p>Check My Resume</p>
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Sumary</h3>
<div class="resume-item pb-0">
<h4>Benjamin Ladegbaye</h4>
<p><em>I'm a front-end developer, I specialize in designing and implementing user-friendly, visually appealing, and responsive web interfaces. I have experience in HTML5, CSS3, JavaScript, React Native and front-end frameworks and libraries such as React With a strong eye for design and attention to detail, I work closely with clients and back-end developers to bring their vision to life. My ultimate goal is to create an enjoyable and seamless user experience for every website visitor.</em></p>
<p>
<ul>
<li> Lagos state Nigeria</li>
<li>(+234) 9048416060</li>
<li>[email protected]</li>
</ul>
</p>
</div>
<!--
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Front-end developer </h4>
<h5>2022/01 - 2022/05</h5>
<p><em>Sogmat computer bootcamp, Nigeria</em></p>
<p>learn how to implementation A website, layout, and production communication materials</p>
</div>
<div class="resume-item">
<h4>web developer</h4>
<h5>2022 - 2023</h5>
<p><em>TestSoft of Technology, Lagos, Nigeria</em></p>
<p> Learn how to implementation of the website with strong functonality , and highly production Project
materials</p> -->
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Front-end developer</h4>
<h5>2022/05 - 2023/01</h5>
<p>United States of Africa<em> Austin,Texas USA</em></p>
<p>
<ul>
<li>Design and implement user-friendly and visually appealing websites and web applications.</li>
<li>Ensure the website is optimized for usability, performance, and accessibility. </li>
<li>Write and maintain high-quality, well-documented, and reusable code.</li>
<li>Collaborate with designers, back-end developers, and stakeholders to implement new features and
functionality.</li>
<li>Stay up-to-date with the latest trends and technologies in front-end development.</li>
</ul>
</p>
</div>
<div class="resume-item">
<h4>Front-end Developert</h4>
<h5>2022/02 - 2022/05</h5>
<p><em>HealthGo</em></p>
<p>
<ul>
<li>Implement responsive design to ensure a consistent user experience across different devices and screen
sizes.</li>
<li>Test and debug code to identify and fix bugs and compatibility issues.</li>
<li>Write and implement client-side scripting and JavaScript to add interactivity and dynamic content to
the website.</li>
<li>Optimize website loading speed and performance.</li>
<li>Ensure compatibility with multiple browsers and platforms.</li>
</ul>
</p>
</div>
</div>
</div>
<button> <a href="https://1drv.ms/b/s!AodkzC4uGWG_hT2dfWX1Yox_ZrUP?e=czrmBH"
download="https://1drv.ms/b/s!AodkzC4uGWG_hT2dfWX1Yox_ZrUP?e=czrmBH"> View full resume</a></button>
</div>
</section><!-- End Resume Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Services</h2>
<p>My Services</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="icon-box">
<div class="icon"><i class="bx bxl-dribbble"></i></div>
<h4><a href="">Website developer</a></h4>
<p>Experience In developing user-interface and landing page</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-file"></i></div>
<h4><a href="">Email developer</a></h4>
<p>Experience in developing HTML email template</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4><a href="">Mobile developer</a></h4>
<p>Experience Developing both Android and Ios using React Native </p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div>
<h4><a href="">WordPress</a></h4>
<p>Experienece in developing a website with no code</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-slideshow"></i></div>
<h4><a href="">Contract and work</a></h4>
<p>
Am Available for any Contract and work or to help you build a start-up
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-arch"></i></div>
<h4><a href="">Freelancer</a></h4>
<p>I offer a freelance service have help several people on upwork and freelancer app</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<h2>Portfolio</h2>
<p>My Works</p>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Mini project</li>
<li data-filter=".filter-card">ongoing project</li>
<li data-filter=".filter-web">Website</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="/assets/img/Screenshot_1.png" class="img-flui" alt="" width="400" height="250px">
<div class="portfolio-info">
<h4>Play2learn</h4>
<p>Play2learn is quiz web app built for an organization and it code in this following language HTML5 CSS3
JAVASCRIPT ES6+</p>
<div class="portfolio-links">
<!-- <a href="https://quiz-gamma-ebon.vercel.app/" data-gallery="portfolioGallery" class="portfolio-lightbox" title="App 1"><i class="bx bx-plus"></i></a> -->
<a href="https://quiz-gamma-ebon.vercel.app/" data-gallery="portfolioDetailsGallery"
data-glightbox="type: external" class="portfolio-details-lightbox" title="Portfolio Details"><i
class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="/assets/img/FAMILYZONE.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>FAMILYZONE</h4>
<p>FAMILYZONE is a webcam web application and it code in this following language HTML5 CSS3 HEROKU APIS
WEBCAM JAVASCRIPT</p>
<div class="portfolio-links">
<a href="/assets/img/FAMILYZONE.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Web 3"><i class="bx bx-plus"></i></a>
<!-- <a href="portfolio-details.html" data-gallery="portfolioDetailsGallery" data-glightbox="type: external" class="portfolio-details-lightbox" title="Portfolio Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="./assets/img/github api.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Github api</h4>
<p>Github Api is a project that collect the user data and it built with Haml JAVASCRIPT API</p>
<div class="portfolio-links">
<!-- <a href="https://my-github-api-two.vercel.app/" data-gallery="portfolioGallery" class="portfolio-lightbox" title="App 2"><i class="bx bx-plus"></i></a> -->
<a href="https://my-github-api-two.vercel.app/" data-gallery="portfolioDetailsGallery"
data-glightbox="type: external" class="portfolio-details-lightbox" title="Portfolio Details"><i
class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="/assets/img/Travel.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Travel</h4>
<p>Travel is a register traveling website built with Html5 css3 bootstrap javascript api and mobile
responsive and adaptive responsive</p>
<div class="portfolio-links">
<a href="/assets/img/Travel.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Card 2"><i class="bx bx-plus"></i></a>
<!-- <a href="portfolio-details.html" data-gallery="portfolioDetailsGallery" data-glightbox="type: external" class="portfolio-details-lightbox" title="Portfolio Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="./assets/img/opalere.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>opalere</h4>
<p>opalere is drumming website built with Html5 css3 bootstrap javascript api and mobile responsive and
adaptive responsive</p>
<div class="portfolio-links">
<a href="/assets/img/opalere.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Web 2"><i class="bx bx-plus"></i></a>
<a href="https://opalere.netlify.app/" data-gallery="portfolioDetailsGallery"
data-glightbox="type: external" class="portfolio-details-lightbox" title="Portfolio Details"><i
class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="/assets/img/speech api.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Text voice</h4>
<p>Speech text is a project built with JAVASCRIPT APIS </p>
<div class="portfolio-links">
<!-- <a href="https://speach-api.vercel.app/" data-gallery="portfolioGallery" class="portfolio-lightbox" title="App 3"><i class="bx bx-plus"></i></a> -->
<a href="https://speach-api.vercel.app/" data-gallery="portfolioDetailsGallery"
data-glightbox="type: external" class="portfolio-details-lightbox" title="Portfolio Details"><i
class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="/assets/img/4pay.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>4pay</h4>
<p>4pay is bank app website built with Html5 css3 Tailwind javascript api and mobile responsive</p>
<div class="portfolio-links">
<a href="/assets/img/4pay.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Card 1"><i class="bx bx-plus"></i></a>
<!-- <a href="portfolio-details.html" data-gallery="portfolioDetailsGallery" data-glightbox="type: external" class="portfolio-details-lightbox" title="Portfolio Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="/assets/img/SharedScreenshot.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>PHITOX</h4>
<p>Phitox is barbing website built with Html5 css3 bootstrap javascript api and mobile responsive </p>
<div class="portfolio-links">
<a href="/assets/img/SharedScreenshot.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Card 3"><i class="bx bx-plus"></i></a>
<!-- <a href="" data-gallery="portfolioDetailsGallery" data-glightbox="type: external" class="portfolio-details-lightbox" title="Portfolio Details"><i class="bx bx-link"></i></a> -->
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="/assets/img/gvc.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>GVCC Lagos</h4>
<p>Gvcc lagos is a church website built with HTML5 CSS3 JAVASCRIPT API ANIMATION BOOTSTRAP JQUERY</p>
<div class="portfolio-links">
<a href="/assets/img/gvc.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Web 3"><i class="bx bx-plus"></i></a>
<a href="https://gvclagos.org/" data-gallery="portfolioDetailsGallery" data-glightbox="type: external"
class="portfolio-details-lightbox" title="Portfolio Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>Contact Me</p>
</div>
<div class="row mt-2">
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>My Address</h3>
<p>A108 Iyana ipaja Street, Lagos, Nigeria</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://twitter.com/Benlad_1" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://web.facebook.com/Benlad22" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/devben160/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="google-plus"><i class="bi bi-skype"></i></a>
<a href="https://www.linkedin.com/in/benjamin-ladegbaye-992590247/" class="linkedin"><i
class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3>Email Me</h3>
<p>[email protected]</p>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-phone-call"></i>
<h3>Call Me</h3>
<p>+234 9048416060</p>
</div>
</div>
</div>
<form action="https://formsubmit.co/[email protected]" method="post" role="form" class="php-email-form mt-4">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</section><!-- End Contact Section -->
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>