-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
623 lines (594 loc) · 24.9 KB
/
Copy pathindex.html
File metadata and controls
623 lines (594 loc) · 24.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
<!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
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>
</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
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 class="capitalize text-black text-3xl">
hello i'am <span class="font-bold">Okwa Stephen,</span><br />
I'am <span class="font-bold">Frontend Developer</span> Based in
<span class="font-bold">nigeria.</span>
</p>
<p class="text-sm font-serif text-neutral-500 pt-[10px]">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Pariatur,
similique. Doloribus illo voluptas praesentium sapiente nostrum
dolorem minima, sequi omnis assumenda sed repellendus! Quos
perspiciatis nisi modi! Repellat, in praesentium cum eaque hic
facere ducimus earum maiores illum similique debitis repudiandae.
Quisquam repellendus sequi corrupti eligendi numquam! Sequi, eaque
esse odit voluptates obcaecati, sunt quibusdam pariatur earum quae
impedit deleniti! Lorem ipsum dolor sit amet consectetur
adipisicing elit. Non, nemo! 70
</p>
<div class="pt-[25px] md:pt-[20px] flex gap-3">
<a
href=""
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
href=""
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
href=""
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
href=""
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 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] 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
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
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
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
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
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
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
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
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
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]">
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Nostrum laudantium in veritatis eius, et commodi velit
voluptatem dignissimos tempore cum obcaecati consequuntur hic
praesentium eligendi numquam molestias culpa, consectetur
delectus incidunt ipsam illo. Recusandae deleniti repellat
impedit tenetur ipsum maxime! 40
</p>
</div>
<div
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]">
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Nostrum laudantium in veritatis eius, et commodi velit
voluptatem dignissimos tempore cum obcaecati consequuntur hic
praesentium eligendi numquam molestias culpa, consectetur
delectus incidunt ipsam illo. Recusandae deleniti repellat
impedit tenetur ipsum maxime! 40
</p>
</div>
<div
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]">
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Nostrum laudantium in veritatis eius, et commodi velit
voluptatem dignissimos tempore cum obcaecati consequuntur hic
praesentium eligendi numquam molestias culpa, consectetur
delectus incidunt ipsam illo. Recusandae deleniti repellat
impedit tenetur ipsum maxime! 40
</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 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 class="lg:w-[60%] pt-[30px] lg:pt-[140px] h-fit w-full">
<p class="text-sm text-neutral-500">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Blanditiis molestias autem odio repellendus asperiores
consectetur magnam pariatur sint eius tempore deleniti quo sit
quis aliquid ullam repudiandae facilis in possimus quam omnis
numquam doloribus, similique natus? Consectetur rerum enim
minima! 40
</p>
<p class="text-sm pt-[10px] text-neutral-500">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ullam
recusandae pariatur aspernatur quos labore doloribus inventore
dolor cumque amet officiis voluptas veritatis, numquam ipsa
alias totam magnam repellendus sint sequi quis! Iure aperiam
consequatur facere cupiditate hic sapiente harum est. Ea ad
nobis saepe qui esse sed quisquam cupiditate veniam eveniet
consequatur pariatur nisi accusantium totam, a odit doloremque
temporibus minus tempora quae nemo maxime? Aliquam tempore
placeat tempora incidunt error excepturi odio. Dolorem aliquam
corrupti labore, alias eum harum? 80
</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
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
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
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
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-4">
<div class="h-fit border-2 border-black">
<a href="">
<img class="object-cover" src="image/timeless.PNG" alt="" />
</a>
</div>
<div class="h-fit border-2 border-black">
<a href="">
<img class="object-cover" src="image/tonistyle.PNG" alt="" />
</a>
</div>
<div class="h-fit border-2 border-black">
<a href="">
<img class="object-cover" src="image/try.PNG" alt="" />
</a>
</div>
<div class="h-fit border-2 border-black">
<a href="">
<img class="object-cover" src="image/bant2.PNG" alt="" />
</a>
</div>
<div class="h-fit border-2 border-black">
<a href="">
<img class="object-cover" src="image/bankk.PNG" alt="" />
</a>
</div>
<div class="h-fit border-2 border-black">
<a href="">
<img class="object-cover" src="image/portfolio.PNG" alt="" />
</a>
</div>
<div class="h-fit border-2 border-black">
<a href="">
<img class="object-cover" src="image/try.PNG" alt="" />
</a>
</div>
<div class="h-fit border-2 border-black">
<a href="">
<img class="object-cover" src="image/try.PNG" alt="" />
</a>
</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-[20px] 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 class="flex flex-col-reverse lg:flex-row h-fit mx-auto">
<form class="lg:w-[50%] w-full pt-[50px]" action="">
<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"
placeholder="Name"
/>
</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"
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"
placeholder="Message...."
cols="20"
rows="10"
></textarea>
</div>
<div class="mt-[10px] text-start">
<button
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>
<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">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum
voluptas nemo unde pariatur maiores possimus atque deserunt,
molestias, neque maxime expedita? Accusamus adipisci
exercitationem at consectetur eos perferendis nobis id!
</p>
<div
class="pt-[5px] place-content-center mx-auto md:pt-[20px] flex gap-3"
>
<a
href=""
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=""
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=""
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=""
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>
</body>
</html>