-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
658 lines (613 loc) · 24.4 KB
/
index.html
File metadata and controls
658 lines (613 loc) · 24.4 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
<!DOCTYPE html>
<html lang="en" id="entire-page" class="">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/output.css" />
<link rel="shortcut icon" href="./images/logo.png" type="image/x-icon" />
<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=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=open_in_new"
/>
<script
src="https://kit.fontawesome.com/71207c461d.js"
crossorigin="anonymous"
></script>
<script src="./js/script.js" defer></script>
<title>nuelo portifolio</title>
</head>
<body>
<!-- header section -->
<section id="header">
<!-- hero section -->
<header
class="flex flex-col flex-wrap justify-center items-center min-h-screen bg-[url('/images/light-bg-tiny.jpg')] dark:bg-[url('/images/dark-bg-tiny.jpg')] bg-cover bg-center bg-no-repeat relative"
>
<!-- theme button -->
<i
class="theme-btn fa-solid fa-lightbulb absolute top-28 right-8 md:right-16 cursor-pointer text-6xl"
></i>
<div class="flex flex-col justify-center items-center text-center px-4">
<img src="" alt="" />
<h2 class="text-purple-950 dark:text-purple-100 font-extrabold">
emmaNUEL akaLO <br /><
<span
class="transition duration-400 animate-pulse cursor-pointer hover:animate-none"
>nuelo</span
>
/>
</h2>
<h3 class="font-normal text-purple-950 dark:text-purple-100">
Web Developer
</h3>
<div class="flex flex-col md:flex-row gap-8">
<a href="#contact"><button class="btn btn-pry">Hire Me</button></a>
<a href="#projects"><button class="btn btn-sec">My Work</button></a>
</div>
</div>
<div class="absolute bottom-0 pb-8">
<a href="#about">
<i
class="fa-solid fa-circle-arrow-down text-4xl md:text-6xl text-purple-400 transition duration-200 animate-bounce"
></i>
</a>
</div>
</header>
</section>
<!-- main sections -->
<section class="dark:bg-slate-800 dark:text-slate-100">
<!-- navigation menu -->
<div class="bg-slate-100 border-b dark:bg-slate-800 sticky top-0 z-40">
<nav
class="flex justify-between items-center p-6 max-w-[1400px] mx-auto relative z-40 text-slate-700"
>
<div>
<a href="#"><img src="./images/logo.png" alt="" class="logo" /></a>
</div>
<!--desktop links -->
<ul class="hidden md:flex gap-8 dark:text-slate-300">
<i
class="theme-btn fa-solid fa-lightbulb cursor-pointer text-2xl"
></i>
<li class="group">
<a class="link" href="#about">About</a>
<div class="link-underline"></div>
</li>
<li class="group">
<a class="link" href="#skills">Skills</a>
<div class="link-underline"></div>
</li>
<li class="group">
<a class="link" href="#projects">Projects</a>
<div class="link-underline"></div>
</li>
<li class="group">
<a class="link" href="#contact">Contact</a>
<div class="link-underline"></div>
</li>
<li class="group">
<a class="link" href="./images/nuelo-resume.pdf" target="_blank"
>Resume</a
>
<div class="link-underline"></div>
</li>
</ul>
<!-- hamburger btn -->
<div id="hamburger-btn" class="hamburger md:hidden">
<div class="ham hamburger1"></div>
<div class="ham hamburger2"></div>
<div class="ham hamburger3"></div>
</div>
<!-- hamburger menu -->
<div
id="mobile-nav"
class="z-20 h-72 absolute right-0 top-[88px] bg-slate-100 dark:bg-slate-800 border-l border-b border-slate-500 rounded-bl-[62px] md:hidden hidden"
>
<!-- mobile links -->
<ul
class="flex flex-col h-full justify-center items-end pr-10 pl-16 gap-4 pt-4 text-slate-700 dark:text-slate-300"
>
<li>
<i
class="theme-btn fa-solid fa-lightbulb cursor-pointer text-2xl"
></i>
</li>
<li><a href="#about" class="tracking-[0.1rem]">About</a></li>
<li><a href="#skills" class="tracking-[0.2rem]">Skills</a></li>
<li>
<a href="#projects" class="tracking-[0.05rem]">Projects</a>
</li>
<li><a href="#contact" class="tracking-[0.15rem]">Contact</a></li>
<li>
<a href="./images/nuelo-resume.pdf " class="tracking-[0.2rem]"
>Resume</a
>
</li>
</ul>
</div>
</nav>
</div>
<!-- about section -->
<section id="about">
<div
class="flex flex-col justify-center items-center mt-8 px-10 md:flex-row max-w-[1300px] mx-auto"
>
<!-- image -->
<div
class="w-1/2 border-r-2 border-b-2 rounded-2xl rounded-bl-xl rounded-tr-lg border-purple-700"
>
<img
src="./images/about-photo.png"
alt=""
class="w-full max-h-[890px]"
/>
</div>
<!-- text -->
<div class="px-2 max-w-[850px] md:px-8 md:w-1/2 mx-auto">
<h4 class="section-title md:text-left">About</h4>
<p class="text-justify md:text-xl lg:text-2xl">
I’m a passionate
<span class="emphasize">front-end web developer</span> skilled in
crafting <span class="emphasize">responsive</span>, user-friendly
web applications using React, TypeScript, JavaScript, and
TailwindCSS.
<!-- hidden about -->
<span id="hidden-about" class="hidden">
With a foundation in HTML, CSS, and Git from my NYSC service at
Colab (2024), I trained beginners in web development and
explored Web3, began open source contributions through Onlydust
to Starknet ecosystem. <br /><br />
Through the ALX Frontend Development Program (2025), I honed my
skills, creating a GitHub profile explorer and an ongoing voting
platform with Firebase. I thrive in
<span class="emphasize">collaborative</span>,
<span class="emphasize">fast-paced</span> environments,
leveraging <span class="emphasize">problem-solving</span> and
<span class="emphasize">mentoring</span> skills to deliver
impactful solutions. My goal is to build
<span class="emphasize">innovative</span>,
<span class="emphasize">optimized</span>,
<span class="emphasize">accessible</span>
web experiences while growing in Web development. Check out my
projects to see my work in action, and let’s connect to create
something amazing!
</span>
<button id="read-all-btn" class="cta-btn">Read More</button>
</p>
</div>
</div>
</section>
<!-- skills section -->
<section id="skills">
<h4 class="section-title">My Skills</h4>
<!-- skills -->
<div
class="flex flex-col justify-center items-center md:flex-row gap-8 md:gap-8"
>
<!-- skill-container 1 -->
<div class="skill-container">
<!-- sub-skill title -->
<div class="flex items-center gap-2">
<i class="fa-solid fa-file-code icon text-2xl"></i>
<h5 class="subtitle mt-1.5">Language & Frameworks</h5>
</div>
<p class="max-w-sm lg:max-w-lg pt-4">
Creating responsive, intuitive and optimized user interfaces with
modern frameworks and best practices.
</p>
<div class="mt-6 space-y-6">
<!-- skill one -->
<div>
<!-- skill name & percentage -->
<div class="flex justify-between">
<p class="">React</p>
<p class="font-extrabold">80%</p>
</div>
<!-- skill one bar -->
<div class="relative h-2 bg-gray-200 rounded-full">
<div class="w-[80%] skill-progress-bar"></div>
</div>
</div>
<!-- skill bar -->
<div>
<!-- skill name & percentage -->
<div class="flex justify-between">
<p class="">JavaScript / Typescript</p>
<p class="font-extrabold">85%</p>
</div>
<!-- skill two bar -->
<div class="relative w-full h-2 bg-gray-200 rounded-full">
<div class="w-[85%] skill-progress-bar"></div>
</div>
</div>
<!-- skill three -->
<div>
<!-- skill name & percentage -->
<div class="flex justify-between">
<p class="">CSS / Tailwind</p>
<p class="font-extrabold">95%</p>
</div>
<!-- skill bar -->
<div class="relative w-full h-2 bg-gray-200 rounded-full">
<div class="w-[90%] skill-progress-bar"></div>
</div>
</div>
</div>
</div>
<!-- skill-container 2 -->
<div class="skill-container">
<!-- sub-skill title -->
<div class="flex items-center gap-2">
<i class="fa-solid fa-screwdriver-wrench icon text-2xl"></i>
<h5 class="subtitle mt-1.5">Tools & Technologies</h5>
</div>
<p class="max-w-sm pt-4 lg:max-w-lg">
Utilizing modern development tools and practices for efficient
workflow.
</p>
<div class="mt-6 space-y-6">
<!-- skill one -->
<div>
<!-- skill name & percentage -->
<div class="flex justify-between">
<p class="">Git & GitHub</p>
<p class="font-extrabold">95%</p>
</div>
<!-- skill one bar -->
<div class="relative h-2 bg-gray-200 rounded-full">
<div class="skill-progress-bar w-[95%]"></div>
</div>
</div>
<!-- skill bar -->
<div>
<!-- skill name & percentage -->
<div class="flex justify-between">
<p class="">CI / CD</p>
<p class="font-extrabold">80%</p>
</div>
<!-- skill two bar -->
<div class="relative w-full h-2 bg-gray-200 rounded-full">
<div class="w-[80%] skill-progress-bar"></div>
</div>
</div>
<!-- skill three -->
<div>
<!-- skill name & percentage -->
<div class="flex justify-between">
<p class="">Firebase & Vercel</p>
<p class="font-extrabold">90%</p>
</div>
<!-- skill bar -->
<div class="relative w-full h-2 bg-gray-200 rounded-full">
<div class="w-[90%] skill-progress-bar"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- My projects section-->
<section id="projects" class="my-16">
<h4 class="section-title">Selected Projects</h4>
<!-- projects catalogue -->
<div class="grid md:grid-cols-2 gap-6 max-w-[1200px] mx-auto mt-6">
<!-- project one -->
<div class="border-[#fbcb21] project-container">
<a href="https://moody-nine-chi.vercel.app/" target="_blank"
><img
src="./images/moody-screenshot.png"
alt=""
class="rounded-t-4xl h-[240px] w-full object-cover object-top"
/></a>
<div
class="flex flex-col justify-between px-8 text-center md:text-left"
>
<h5 class="subtitle mt-1.5">Moody Application</h5>
<p class="min-h-[150px] max-w-sm lg:max-w-lg py-4 text-justify">
A web app built with Firebase for user authentication and data
storage, enabling users to sign in and log their daily moods
with optional emoji support. Features include filtering recorded
moods by day, week, month, or all entries. Each user's data is
securely stored and personalized, offering an intuitive way to
track emotional well-being over time.
</p>
<div>
<ul class="flex justify-between pb-4">
<li class="group">
<a
href="https://moody-nine-chi.vercel.app/"
target="_blank"
class="group-hover:scale-105 duration-125"
>View Project<span class="material-symbols-outlined">
open_in_new
</span>
</a>
</li>
<li class="group">
<a
href="https://github.com/NueloSE/fe-mentors/tree/main/moody"
target="_blank"
class="group-hover:scale-105 duration-125"
>Code
<span class="material-symbols-outlined">
open_in_new
</span></a
>
</li>
</ul>
</div>
</div>
</div>
<!-- project 2 -->
<div class="border-purple-700 project-container">
<a href="https://beamx-meme.vercel.app/" target="_blank"
><img
src="./images/beamx.png"
alt=""
class="rounded-t-4xl h-[240px] w-full object-full object-top"
/></a>
<div
class="flex flex-col justify-between px-8 text-center md:text-left"
>
<h5 class="subtitle mt-1.5">BeamX Dapp</h5>
<p class="max-w-sm lg:max-w-lg py-4 text-justify min-h-[180px]">
A user-friendly web app, enabling easy memecoin creation on
StarkNet’s Ekubo Protocol using natural language prompts.
Features include one-click token deployment, automatic parameter
extraction (name, symbol, supply, decimals), and instant
StarkScan verification links. No blockchain expertise needed.
</p>
<div>
<ul class="flex justify-between pb-4">
<li class="group">
<a
href="https://beamx-meme.vercel.app/"
target="_blank"
class="group-hover:scale-105 duration-125"
>View Project<span class="material-symbols-outlined">
open_in_new
</span>
</a>
</li>
<li class="group">
<a
href="https://github.com/NueloSE/beamx"
target="_blank"
class="group-hover:scale-105 duration-125"
>Code
<span class="material-symbols-outlined">
open_in_new
</span></a
>
</li>
</ul>
</div>
</div>
</div>
<!-- project 3 -->
<div class="border-[#21b9a2] project-container">
<a
href="https://clipboard-landing-page-xi-two.vercel.app/"
target="_blank"
><img
src="./images/clipboard-app-screenshot.png"
alt=""
class="rounded-t-4xl h-[240px] w-full object-fill object-center"
/></a>
<div
class="flex flex-col justify-between px-8 text-center md:text-left"
>
<h5 class="subtitle mt-1.5">Clipboard Landing Page</h5>
<p class="min-h-[180px] max-w-sm lg:max-w-lg py-4 text-justify">
A responsive HTML and Tailwind CSS project showcasing UI design
skills. Features a hero section, feature highlights, and footer
with hover states and curved borders for visual appeal, built to
match provided mockups pixel-perfectly.
</p>
<div>
<ul class="flex justify-between pb-4">
<li class="group">
<a
href="https://clipboard-landing-page-xi-two.vercel.app/"
target="_blank"
class="group-hover:scale-105 duration-125"
>View Project<span class="material-symbols-outlined">
open_in_new
</span>
</a>
</li>
<li class="group">
<a
href="https://github.com/NueloSE/tailwind-projects/tree/main/clipboard"
target="_blank"
class="group-hover:scale-105 duration-125"
>Code
<span class="material-symbols-outlined">
open_in_new
</span></a
>
</li>
</ul>
</div>
</div>
</div>
<!-- project 4 -->
<div class="border-[#1a1a1a] project-container">
<a href="https://gitprofile-explorer.vercel.app/" target="_blank"
><img
src="./images/gitexplorer-screenshot.png"
alt=""
class="rounded-t-4xl h-[240px] w-full object-fill"
/></a>
<div
class="flex flex-col justify-between px-8 text-center md:text-left"
>
<h5 class="subtitle mt-1.5">Gitprofile Explorer</h5>
<p class="min-h-[180px] max-w-sm lg:max-w-lg py-4 text-justify">
A React-based web app using the GitHub API to search for user
profiles by username, location, or repository count. Features
include basic and advanced search, error handling, and a clean
design, developed as part of the ALX Front-End ReactJS track.
</p>
<div>
<ul class="flex justify-between pb-4">
<li class="group">
<a
href="https://gitprofile-explorer.vercel.app/"
target="_blank"
class="group-hover:scale-105 duration-125"
>View Project<span class="material-symbols-outlined">
open_in_new
</span>
</a>
</li>
<li class="group">
<a
href="https://github.com/NueloSE/alx-fe-reactjs/tree/main/github-user-search"
target="_blank"
class="group-hover:scale-105 duration-125"
>Code
<span class="material-symbols-outlined">
open_in_new
</span></a
>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- contact section -->
<section id="contact">
<h4 class="section-title">Get In Touch</h4>
<div
class="flex flex-col gap-4 md:items-center md:flex-row max-w-[1300px] mx-auto px-8"
>
<!-- text content -->
<div class="w-fit mx-auto text-center md:text-left">
<h5 class="subtitle mt-1.5">Let's talk about your project</h5>
<p class="max-w-sm lg:max-w-lg py-4 text-justify">
Interested in working together? Fill out the form and I'll get
back to you as soon as possible. Let's create something amazing
together!
</p>
<ul>
<li>
<span class="fa-solid fa-envelope icon"></span
</li>
<li>
<span class="fa-solid fa-phone icon"></span>(+234)816-168-5012
</li>
<li>
<span class="fa-solid fa-location-dot icon"></span>Kaduna,
Nigeria
</li>
</ul>
</div>
<!-- form content -->
<form
id="contact-form"
class="bg-cyan-50/40 dark:bg-slate-700/40 bg-opacity shadow-2xl rounded-xl p-8 mx-auto w-full md:w-1/2 space-y-4 mb-16"
>
<div>
<label for="name">Your Name</label>
<input
type="text"
id="name"
name="name"
placeholder="Enter your name"
required
/>
</div>
<div>
<label for="email">Email</label>
<input
type="email"
id="email"
name="email"
placeholder="Enter your email"
required
/>
</div>
<div>
<label for="subject">Subject</label>
<input
type="text"
id="subject"
name="subject"
placeholder="Enter Project Title"
required
/>
</div>
<div>
<label for="message">Your Message</label>
<textarea
name="message"
id="message"
rows="5"
required
></textarea>
</div>
<button
type="submit"
class="cta-btn w-full py-3 hover:-translate-y-1.5 relative"
>
<div
id="toast"
class="text-black px-16 tracking-widest py-2 rounded-full absolute -top-2 left-28 hidden"
></div>
Send Message
</button>
</form>
</div>
</section>
</section>
<footer class="text-slate-500">
<div class="text-center px-4 py-6 bg-slate-900">
<div
class="flex flex-col md:flex-row justify-between items-center max-w-3xl mx-auto"
>
<div>
<a href="#"
><img
src="./images/logo.png"
alt="nuelo brand logo"
class="logo mx-auto mb-4"
/></a>
</div>
<small
>©2025 nuelo . All rights reserved . Built with passion and
precision</small
>
<ul class="flex justify-center gap-4 py-4">
<li>
<a
href="https://www.linkedin.com/in/emmanuel-akalo/"
target="_blank"
><span class="fa-brands fa-linkedin icon2"></span
></a>
</li>
<li>
<a href="https://github.com/nuelose" target="_blank"
><span class="fa-brands fa-square-github icon2"></span
></a>
</li>
<li>
<a href="https://x.com/isNuelo" target="_blank"
><span class="fa-brands fa-square-x-twitter icon2"></span
></a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>