-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
827 lines (798 loc) · 33.9 KB
/
Copy pathindex.html
File metadata and controls
827 lines (798 loc) · 33.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<link rel="stylesheet" href="css/output.css" />
<link rel="stylesheet" href="css/test2.css" />
<link rel="stylesheet" href="css/aos-master/dist/aos.css" />
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
<script
type="module"
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"
></script>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"
></script>
<script type="text/javascript">
(function () {
emailjs.init({
publicKey: "X0H7_GJ9eN09j4QHD",
});
})();
</script>
<script src="js/script.js"></script>
</head>
<body>
<main>
<!-- header -->
<header
class="flex md:-full fixed md:overflow-hidden z-[100] mx-auto bg-white px-[30px] items-center justify-between w-full h-[65px]"
>
<span
data-aos="zoom-in"
data-aos-duration="1000"
class="md:w-[15%] text-black font-extrabold text-xl text-center cursor-pointer w-[25%] py-[15px] h-[60px]"
>Code<span class="text-neutral-500">Ninja.</span></span
>
<nav
class="nav_links md:static md:min-h-fit h-screen md:w-auto md:items-center md:bg-transparent flex md:flex-row lg:bg-transparent bg-neutral-300 w-[70%] duration-[0.5s] md:z-0 z-[100] text-start py-[15px] flex-col absolute top-[0%] left-[-100%]"
>
<span
class="md:w-[15%] text-black font-extrabold text-xl md:hidden block text-center cursor-pointer pl-[20px] w-[25%] py-[15px] h-[60px]"
>Code<span class="text-neutral-500">Ninja.</span></span
>
<a
onclick="onToggleMenu(this)"
class="px-[15px] font-serif text-[14px] hover:text-neutral-400 mx-[10px] duration-[1s] text-black rounded py-[15px]"
href="#home"
>Home</a
>
<a
onclick="onToggleMenu(this)"
class="px-[15px] font-serif text-[14px] hover:text-neutral-400 duration-[1s] text-black rounded py-[15px] mx-[10px]"
href="#skills"
>Skills</a
>
<a
onclick="onToggleMenu(this)"
class="px-[15px] font-serif text-[14px] hover:text-neutral-400 duration-[1s] text-black rounded py-[15px] mx-[10px]"
href="#about"
>About</a
>
<a
onclick="onToggleMenu(this)"
class="px-[15px] font-serif text-[14px] hover:text-neutral-400 duration-[1s] text-black rounded py-[15px] mx-[10px]"
href="#project"
>Projects</a
>
<a
onclick="onToggleMenu(this)"
class="px-[15px] font-serif text-[14px] hover:text-neutral-400 duration-[1s] text-black rounded py-[15px] mx-[10px]"
href="#contact"
>Contact</a
>
</nav>
<!-- <a
href="#contact"
class="w-[130px] text-center shadow-md shadow-sky-200 font-bold font-mono bg-sky-400 rounded-full cursor-pointer px-[10px] text-white py-[8px] hover:bg-white hover:text-black duration-[1s]"
>
Contact Me
</a> -->
<div class="lg:hidden sm:block md:hidden">
<span onclick=" onToggleMenu(this)"
><ion-icon
class="text-black font-bold text-2xl align-middle"
name="menu-outline"
></ion-icon
></span>
</div>
</header>
<!-- header-ends -->
<!-- hero -->
<section id="home" class="w-full h-fit pt-[70px] py-[20px]">
<div
class="flex flex-col-reverse lg:flex-row w-[95%] md:w-[90%] h-fit mx-auto"
>
<div class="lg:w-[50%] pt-[50px] h-fit w-full">
<p
data-aos="fade-right"
data-aos-duration="2000"
class="capitalize text-black text-2xl"
>
hello i'am <span class="font-bold">Okwa Stephen,</span><br />
A passionate <span class="font-bold">Frontend Developer.</span>
</p>
<p
data-aos="zoom-in"
data-aos-duration="2000"
class="text-sm font-serif text-neutral-500 pt-[10px]"
>
Meet Codeninja, a frontend developer with an infectious passion
for his craft. His portfolio showcases a diverse range of
projects, demonstrating expertise in HTML, CSS, JavaScript, and
React. Codeninja's dedication to delivering top-notch solutions
shines through in every line of code. His nickname reflects his
ability to tackle complex problems with ease, crafting sleek,
user-friendly interfaces that exceed client expectations. With
multiple projects under his belt, Codeninja continues to push the
boundaries of innovation in frontend development.
</p>
<div data-aos="zoom-in" data-aos-duration="2000" class="pt-[20px]">
<a
class="capitalize font-semibold bg-black px-[10px] py-[7px] text-white rounded-md shadow shadow-black hover:text-black hover:border hover:bg-white border-black duration-[0.5s]"
href="#contact"
>Let's Work Together💼</a
>
</div>
<div class="pt-[25px] md:pt-[20px] flex gap-3">
<a
data-aos="fade-up"
data-aos-duration="500"
href="https://twitter.com/Merojnr1"
class="border-2 border-black flex items-center place-content-center rounded-sm w-[60px] h-[60px] p-[10px]"
>
<ion-icon
class="text-black duration-[0.5s] hover:text-blue-500 font-bold text-2xl align-middle"
name="logo-twitter"
></ion-icon>
</a>
<a
data-aos="fade-up"
data-aos-duration="1000"
href="https://youtube.com/@codeninja_11?si=u4SPCEyxi66eP6ZI"
class="border-2 border-black flex items-center place-content-center rounded-sm w-[60px] h-[60px] p-[10px]"
>
<ion-icon
class="text-black duration-[0.5s] hover:text-red-500 font-bold text-2xl align-middle"
name="logo-youtube"
></ion-icon>
</a>
<a
data-aos="fade-up"
data-aos-duration="1500"
href="https://www.tiktok.com/@codeninja00?_t=ZS-8zOlvpQC29o&_r=1"
class="border-2 border-black flex items-center place-content-center rounded-sm w-[60px] h-[60px] p-[10px]"
>
<ion-icon
class="text-black font-bold text-2xl align-middle"
name="logo-tiktok"
></ion-icon>
</a>
<a
data-aos="fade-up"
data-aos-duration="2000"
href="http://Wa.me/+2349027498384"
class="border-2 border-black flex items-center place-content-center rounded-sm w-[60px] h-[60px] p-[10px]"
>
<ion-icon
class="text-black duration-[0.5s] hover:text-green-500 font-bold text-2xl align-middle"
name="logo-whatsapp"
></ion-icon>
</a>
</div>
</div>
<div
data-aos="fade-up"
data-aos-duration="2000"
class="lg:w-[50%] md:pt-[30px] pt-[40px] h-fit w-[90%]"
>
<img
class="scale-110 md:w-fit homeImg"
src="image/HomePage.svg"
alt=""
/>
</div>
</div>
</section>
<!-- hero-ends -->
<!-- skill -->
<section id="skills" class="w-full h-fit pt-[70px] md:h-screen py-[20px]">
<div class="w-[95%] md:w-[90%] h-fit mx-auto">
<div class="py-[20px]">
<h2 class="capitalize text-black text-lg text-center">
My <span class="font-bold">skills</span>
</h2>
</div>
<div class="grid grid-cols-2 gap-3 md:grid-cols-4">
<div
data-aos="fade-up"
data-aos-duration="500"
class="border-2 text-black hover:text-white hover:bg-black duration-[0.5s] border-black rounded-md h-[150px]"
>
<span
class="flex flex-col text-4xl items-center place-content-center h-[150px]"
>
<ion-icon
class="font-bold align-middle"
name="logo-html5"
></ion-icon>
<p class="font-bold text-sm text-center capitalize py-[5px]">
html
</p>
</span>
</div>
<div
data-aos="fade-up"
data-aos-duration="500"
class="border-2 text-black hover:text-white hover:bg-black duration-[0.5s] border-black rounded-md h-[150px]"
>
<span
class="flex flex-col text-4xl items-center place-content-center h-[150px]"
>
<ion-icon
class="font-bold align-middle"
name="logo-css3"
></ion-icon>
<p class="font-bold text-sm text-center capitalize py-[5px]">
Css
</p>
</span>
</div>
<div
data-aos="fade-up"
data-aos-duration="1000"
class="border-2 text-black hover:text-white hover:bg-black duration-[0.5s] border-black rounded-md h-[150px]"
>
<span
class="flex flex-col text-4xl items-center place-content-center h-[150px]"
>
<ion-icon
class="font-bold align-middle"
name="logo-javascript"
></ion-icon>
<p class="font-bold text-sm text-center capitalize py-[5px]">
Javascript
</p>
</span>
</div>
<div
data-aos="fade-up"
data-aos-duration="1000"
class="border-2 text-black hover:text-white hover:bg-black duration-[0.5s] border-black rounded-md h-[150px]"
>
<span
class="flex flex-col text-4xl items-center place-content-center h-[150px]"
>
<ion-icon
class="font-bold align-middle"
name="logo-react"
></ion-icon>
<p class="font-bold text-sm text-center capitalize py-[5px]">
React
</p>
</span>
</div>
<div
data-aos="fade-up"
data-aos-duration="1000"
class="border-2 text-black hover:text-white hover:bg-black duration-[0.5s] border-black rounded-md h-[150px]"
>
<span
class="flex flex-col text-4xl items-center place-content-center h-[150px]"
>
<i class="font-bold align-middle bx bxl-tailwind-css"></i>
<p class="font-bold text-sm text-center capitalize py-[5px]">
Tailwind css
</p>
</span>
</div>
<div
data-aos="fade-up"
data-aos-duration="1000"
class="border-2 text-black hover:text-white hover:bg-black duration-[0.5s] border-black rounded-md h-[150px]"
>
<span
class="flex flex-col text-4xl items-center place-content-center h-[150px]"
>
<i class="font-bold align-middle bx bxl-php"></i>
<!-- <p class="font-bold text-sm text-center capitalize py-[5px]">
Php
</p> -->
</span>
</div>
<div
data-aos="fade-up"
data-aos-duration="1500"
class="border-2 text-black hover:text-white hover:bg-black duration-[0.5s] border-black rounded-md h-[150px]"
>
<span
class="flex flex-col text-4xl items-center place-content-center h-[150px]"
>
<i class="font-bold align-middle bx bxl-bootstrap"></i>
<p class="font-bold text-sm text-center capitalize py-[5px]">
Bootsrap css
</p>
</span>
</div>
<div
data-aos="fade-up"
data-aos-duration="1500"
class="border-2 text-black hover:text-white hover:bg-black duration-[0.5s] border-black rounded-md h-[150px]"
>
<span
class="flex flex-col text-4xl items-center place-content-center h-[150px]"
>
<ion-icon
class="font-bold align-middle"
name="logo-github"
></ion-icon>
<p class="font-bold text-sm text-center capitalize py-[5px]">
github
</p>
</span>
</div>
<!-- space -->
</div>
</div>
</section>
<!-- skill ends -->
<!-- story -->
<section id="about" class="w-full h-fit pt-[50px] py-[20px] bg-black">
<div class="w-[95%] md:w-[90%] h-fit mx-auto">
<div class="py-[30px]">
<h2 class="capitalize text-white text-lg text-center">
My <span class="font-bold">Education</span>
</h2>
</div>
<div
class="grid pt-[10px] grid-cols-1 gap-3 md:grid-cols-2 lg:grid-cols-3"
>
<div
data-aos="zoom-in"
data-aos-duration="500"
class="h-[270px] rounded-md p-[15px] border-neutral-500 border-2"
>
<h3 class="text-white font-bold text-lg">Beginner</h3>
<span class="text-sm text-neutral-500 font-bold">2023</span>
<p class="text-sm text-white font-semibold md:pt-0 pt-[20px]">
"Honestly, my first year in frontend development was a real
struggle. I felt like I was in way over my head, and there were
times when I thought about throwing in the towel. But something
inside me just wouldn't give up. I kept pushing forward, and
slowly but surely, things started to click. It was a tough
journey, but it made me the developer I am today." - Codeninja
</p>
</div>
<div
data-aos="zoom-in"
data-aos-duration="1500"
class="h-[270px] rounded-md p-[15px] border-neutral-500 border-2"
>
<h3 class="text-white font-bold text-lg">Intermediate</h3>
<span class="text-sm text-neutral-500 font-bold">2024</span>
<p class="text-sm text-white font-semibold md:pt-0 pt-[20px]">
"My second year in frontend development was a turning point. I
grasped JavaScript nuances, mastered React, and tackled complex
projects with confidence. My coding skills improved
dramatically, and I felt like a skilled developer, ready to take
on new challenges, push my limits, innovate, and deliver
high-quality solutions that exceeded expectations." - Codeninja
</p>
</div>
<div
data-aos="zoom-in"
data-aos-duration="2000"
class="h-[270px] rounded-md p-[15px] border-neutral-500 border-2"
>
<h3 class="text-white font-bold text-lg">Advance</h3>
<span class="text-sm text-neutral-500 font-bold">2025</span>
<p class="text-sm text-white font-semibold md:pt-0 pt-[20px]">
"As an advanced frontend developer, I've refined my craft. I
architect scalable, high-performance applications with ease,
leveraging WebAssembly. My code is a symphony of efficiency,
readability, and innovation. I'm a master of my tools, and my
passion for frontend development continues to drive me to
experiment, learn, and push the limits of what's
possible." - Codeninja
</p>
</div>
<!-- space -->
</div>
</div>
</section>
<!-- story ends-->
<!-- more -->
<section class="w-full h-fit pt-[50px] py-[20px]">
<div class="w-[95%] md:w-[90%] h-fit mx-auto">
<div class="py-[15px]">
<h2 class="capitalize text-black text-lg text-center">
More about <span class="font-bold">Me</span>
</h2>
</div>
<div class="w-full flex flex-col lg:flex-row">
<div
data-aos="zoom-in"
data-aos-duration="1000"
class="lg:w-[40%] h-fit w-full"
>
<img
class="h-[400px] mx-auto lg:mx-0 homeImg"
src="image/AboutMe.svg"
alt=""
/>
</div>
<div
data-aos="fade-up"
data-aos-duration="1500"
class="lg:w-[60%] pt-[30px] lg:pt-[140px] h-fit w-full"
>
<p class="text-sm text-neutral-500">
With 3 years of experience, I've transformed from a novice to a
seasoned frontend developer. My passion for coding drives me to
continuously learn and innovate. I've completed numerous
projects, delivering high-quality solutions that exceed client
expectations. My dedication and expertise have earned me a
reputation as a reliable and skilled developer.
</p>
<p class="text-sm pt-[10px] text-neutral-500">
From basic to advanced, my journey has been marked by
perseverance and hard work. I've tackled complex projects, honed
my skills in JavaScript, React, and CSS, and stayed up-to-date
with the latest trends and technologies. My clients'
satisfaction is my top priority, and I'm proud to have a track
record of delivering projects on time, on budget, and to the
highest standards. I'm excited to take on new challenges and
continue pushing the boundaries of what's possible in
frontend development.
</p>
</div>
</div>
</div>
</section>
<!-- more ends -->
<section class="w-full h-fit py-[20px]">
<div
class="w-[95%] md:w-[90%] shadow-md grid lg:grid-cols-4 grid-cols-2 mx-auto"
>
<div
data-aos="fade-up"
data-aos-duration="500"
class="w-full lg:shadow-none shadow-xl grid place-content-center h-[150px]"
>
<span class="font-bold text-center text-black text-3xl"
>3<span class="text-lg font-bold"
><ion-icon name="add-sharp"></ion-icon></span
></span>
<p class="font-light text-black text-sm">Year Experience.</p>
</div>
<div
data-aos="fade-up"
data-aos-duration="1000"
class="w-full lg:shadow-none shadow-xl grid place-content-center h-[150px]"
>
<span class="font-bold text-center text-black text-3xl"
>30<span class="text-lg font-bold"
><ion-icon name="add-sharp"></ion-icon></span
></span>
<p class="font-light text-black text-sm">Work Done.</p>
</div>
<div
data-aos="fade-up"
data-aos-duration="1500"
class="w-full lg:shadow-none shadow-xl grid place-content-center h-[150px]"
>
<span class="font-bold text-center text-black text-3xl"
>30<span class="text-lg font-bold"
><ion-icon name="add-sharp"></ion-icon></span
></span>
<p class="font-light text-black text-sm">Happy Clients.</p>
</div>
<div
data-aos="fade-up"
data-aos-duration="2000"
class="w-full lg:shadow-none shadow-xl grid place-content-center h-[150px]"
>
<span class="font-bold text-center text-black text-3xl"
>5<span class="text-lg font-bold"
><ion-icon name="add-sharp"></ion-icon></span
></span>
<p class="font-light text-black text-sm">Team worked with.</p>
</div>
<!-- hshdg -->
</div>
</section>
<!-- project -->
<section id="project" class="w-full h-fit py-[30px] pt-[50px]">
<div class="w-[95%] md:w-[90%] h-fit mx-auto">
<div class="py-[20px]">
<h2 class="capitalize text-black text-lg text-center">
My <span class="font-bold">projects</span>
</h2>
</div>
<div class="w-full grid grid-cols-2 gap-3 lg:grid-cols-3">
<div
data-aos="fade-up"
data-aos-duration="500"
class="h-fit border-2 border-black"
>
<a>
<img class="object-cover" src="image/pro1.png" alt="" />
</a>
<div
class="h-[100px] p-[4px] md:p-[8px] flex gap-2 flex-col place-content-center items-center"
>
<div class="text-center">
<h3
class="text-xs md:text-lg font-serif font-semibold capitalize"
>
aurum hotels
</h3>
<p class="text-[10px] md:text-xs">A place more than home</p>
</div>
<a
class="bg-black shadow w-[80px] block text-center shadow-black px-[10px] py-[5px] text-white font-semibold rounded-md hover:text-black hover:bg-white hover:border duration-[0.5s]"
href="https://codeninjastephen.github.io/aurum/"
>View</a
>
</div>
</div>
<div
data-aos="fade-up"
data-aos-duration="1000"
class="h-fit border-2 border-black"
>
<a>
<img class="object-cover" src="image/tonistyle.PNG" alt="" />
</a>
<div
class="h-[100px] p-[4px] md:p-[8px] flex gap-2 flex-col place-content-center items-center"
>
<div class="text-center">
<h3 class="text-xs md:text-lg font-serif font-semibold">
Tonistyle
</h3>
<p class="text-[10px] md:text-xs">
Feel the power of high-quality
</p>
</div>
<a
class="bg-black shadow w-[80px] block text-center shadow-black px-[10px] py-[5px] text-white font-semibold rounded-md hover:text-black hover:bg-white hover:border duration-[0.5s]"
href="https://tonistylestore.com/home"
>View</a
>
</div>
</div>
<div
data-aos="fade-up"
data-aos-duration="1500"
class="h-fit border-2 border-black"
>
<a>
<img class="object-cover" src="image/try.PNG" alt="" />
</a>
<div
class="h-[100px] p-[4px] md:p-[8px] flex gap-2 flex-col place-content-center items-center"
>
<div class="text-center">
<h3 class="text-xs md:text-lg font-serif font-semibold">
PizzaPal
</h3>
<p class="text-[10px] md:text-xs">Baked to perfection</p>
</div>
<a
class="bg-black shadow w-[80px] block text-center shadow-black px-[10px] py-[5px] text-white font-semibold rounded-md hover:text-black hover:bg-white hover:border duration-[0.5s]"
href=""
>View</a
>
</div>
</div>
<div
data-aos="fade-up"
data-aos-duration="1000"
class="h-fit border-2 border-black"
>
<a>
<img class="object-cover" src="image/pro2.png" alt="" />
</a>
<div
class="h-[100px] p-[4px] md:p-[8px] flex gap-2 flex-col place-content-center items-center"
>
<div class="text-center">
<h3 class="text-xs md:text-lg font-serif font-semibold">
PizzaHouse
</h3>
<p class="text-[10px] md:text-xs">Eat with a smile</p>
</div>
<a
class="bg-black shadow w-[80px] block text-center shadow-black px-[10px] py-[5px] text-white font-semibold rounded-md hover:text-black hover:bg-white hover:border duration-[0.5s]"
href="pizzahouse.html"
>View</a
>
</div>
</div>
<div
data-aos="fade-up"
data-aos-duration="1500"
class="h-fit border-2 border-black"
>
<a>
<img class="object-cover" src="image/bankk.PNG" alt="" />
</a>
<div
class="h-[100px] p-[4px] md:p-[8px] flex gap-2 flex-col place-content-center items-center"
>
<div class="text-center">
<h3 class="text-xs md:text-lg font-serif font-semibold">
Oway
</h3>
<p class="text-[10px] md:text-xs">Seamless online banking</p>
</div>
<a
class="bg-black shadow w-[80px] block text-center shadow-black px-[10px] py-[5px] text-white font-semibold rounded-md hover:text-black hover:bg-white hover:border duration-[0.5s]"
href="oway.html"
>View</a
>
</div>
</div>
<div
data-aos="fade-up"
data-aos-duration="2000"
class="h-fit border-2 border-black"
>
<a>
<img class="object-cover" src="image/pro3.png" alt="" />
</a>
<div
class="h-[100px] p-[4px] md:p-[8px] flex gap-2 flex-col place-content-center items-center"
>
<div class="text-center">
<h3 class="text-xs md:text-lg font-serif font-semibold">
WildStride
</h3>
<p class="text-[10px] md:text-xs">The place of adventure</p>
</div>
<a
class="bg-black shadow w-[80px] block text-center shadow-black px-[10px] py-[5px] text-white font-semibold rounded-md hover:text-black hover:bg-white hover:border duration-[0.5s]"
href="nature.html"
>View</a
>
</div>
</div>
</div>
</div>
</section>
<!-- project ends -->
<section id="contact" class="bg-white w-full py-[20px]">
<div class="lg:w-[90%] w-[95%] mx-auto py-[10px]">
<div class="py-[0px] pt-[40px]">
<h2 class="capitalize text-black text-lg text-center">
contact <span class="font-bold">Me</span>
</h2>
</div>
<p class="font-light text-center text-neutral-500 text-sm">
Wanna talk? below are some fields you can use to contact me.
</p>
<div
data-aos="fade-up"
data-aos-duration="1000"
class="flex flex-col-reverse lg:flex-row h-fit mx-auto"
>
<form class="lg:w-[50%] w-full pt-[50px] md:pt-[30px]">
<div class="mt-[20px]">
<input
class="w-full bg-neutral-500 placeholder:text-black text-sm text-black font-mono outline-none rounded-md py-[7px] px-[10px]"
type="text"
id="name"
name="name"
placeholder="Name"
/>
<input type="hidden" value="TO HIRE YOu" name="" id="subject" />
</div>
<div class="mt-[20px]">
<input
class="w-full bg-neutral-500 placeholder:text-black text-sm text-black font-mono outline-none rounded-md py-[7px] px-[10px]"
type="email"
id="email"
name="email"
placeholder="Email"
/>
</div>
<div class="mt-[20px]">
<textarea
class="w-full bg-neutral-500 placeholder:text-black text-sm text-black font-mono outline-none rounded-md py-[7px] px-[10px]"
type="text"
name="Message"
id="message"
placeholder="Message...."
cols="20"
rows="10"
></textarea>
</div>
<div class="mt-[10px] text-start">
<button
onclick="sendMail()"
class="bg-black w-[100px] text-white hover:border-2 border-black hover:bg-transparent hover:text-black duration-[0.5s] font-bold px-[8px] py-[5px] rounded-md"
>
Send
</button>
</div>
</form>
<div data-aos="zoom-in" data-aos-duration="1000">
<img class="homeImg" src="image/hi.avif" alt="" />
</div>
</div>
</div>
</section>
<footer class="bg-neutral-900 w-full py-[20px]">
<div class="lg:w-[90%] w-[95%] mx-auto py-[10px]">
<h2 class="text-white text-center font-bold text-lg">Code Ninja</h2>
<div class="lg:w-[55%] mx-auto">
<p class="text-[13px] text-center text-white">
Thanks for exploring my portfolio! I'm passionate about delivering
exceptional digital experiences. If you're looking for a dedicated
and skilled frontend developer, let's connect and collaborate on
your next project. I'm excited to bring your vision to life and
push the boundaries of innovation.
</p>
<div
class="pt-[5px] place-content-center mx-auto md:pt-[20px] flex gap-3"
>
<a
href="https://twitter.com/Merojnr1"
class="border-2 border-white flex items-center place-content-center rounded-full w-[40px] h-[40px] p-[10px]"
>
<ion-icon
class="text-white duration-[0.5s] hover:text-blue-500 font-bold text-2xl align-middle"
name="logo-twitter"
></ion-icon>
</a>
<a
href="https://youtube.com/@codeninja_11?si=u4SPCEyxi66eP6ZI"
class="border-2 border-white flex items-center place-content-center rounded-full w-[40px] h-[40px] p-[10px]"
>
<ion-icon
class="text-white duration-[0.5s] hover:text-red-500 font-bold text-2xl align-middle"
name="logo-youtube"
></ion-icon>
</a>
<a
href="https://www.tiktok.com/@codeninja00?_t=ZS-8zOlvpQC29o&_r=1"
class="border-2 border-white flex items-center place-content-center rounded-full w-[40px] h-[40px] p-[10px]"
>
<ion-icon
class="text-white font-bold text-2xl align-middle"
name="logo-tiktok"
></ion-icon>
</a>
<a
href="http://Wa.me/+2349027498384"
class="border-2 border-white flex items-center place-content-center rounded-full w-[40px] h-[40px] p-[10px]"
>
<ion-icon
class="text-white duration-[0.5s] hover:text-green-500 font-bold text-2xl align-middle"
name="logo-whatsapp"
></ion-icon>
</a>
</div>
</div>
</div>
</footer>
<footer class="py-[10px] bg-black w-full">
<p class="text-[12px] text-center text-white">
©Codeninja •2024 All Rights Reserved
</p>
</footer>
</main>
<script>
const nav_links = document.querySelector(".nav_links");
function onToggleMenu(e) {
e.name = e.name === "menu" ? "close" : "menu";
nav_links.classList.toggle("left-[0%]");
}
</script>
<script src="css/aos-master/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>