Skip to content

Commit da85124

Browse files
committed
Update Experience
1 parent 77442e7 commit da85124

3 files changed

Lines changed: 43 additions & 21 deletions

File tree

src/Components/Sections/About.jsx

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,28 @@ import RevealOnScroll from "../RevealOnScroll";
22

33
const About = () => {
44
const frontendSkills = [
5+
"JavaScript",
56
"React",
67
"Next.js",
78
"TypeScript",
89
"TailwindCss",
10+
"Rest API / Restful API",
11+
"Firebase",
12+
"Git / GitHub",
13+
"Figma",
14+
"UI/UX Design",
915
];
1016

11-
const backendSkills = ["Node.js", "Express", "Aws", "MangoDB", "GraphQL"];
17+
const backendSkills = [
18+
"React Native",
19+
"Expo",
20+
"Node.js",
21+
"TypeScript",
22+
"NativeWind",
23+
"Git / GitHub",
24+
"Figma",
25+
"UI/UX Design",
26+
];
1227

1328
return (
1429
<section
@@ -27,7 +42,7 @@ const About = () => {
2742
</p>
2843
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
2944
<div className="rounded-xl p-6 hover:translate-y-1 transition-all">
30-
<h3 className="text-xl font-bold mb-4">Frontend</h3>
45+
<h3 className="text-xl font-bold mb-4">Front-End</h3>
3146
<div className="flex flex-wrap gaps-2">
3247
{frontendSkills.map((tech, key) => (
3348
<span
@@ -40,7 +55,7 @@ const About = () => {
4055
</div>
4156
</div>
4257
<div className="rounded-xl p-6 hover:translate-y-1 transition-all">
43-
<h3 className="text-xl font-bold mb-4">Backend</h3>
58+
<h3 className="text-xl font-bold mb-4">Mobile Developer / Cross-Platform</h3>
4459
<div className="flex flex-wrap gaps-2">
4560
{backendSkills.map((tech, key) => (
4661
<span
@@ -74,18 +89,21 @@ const About = () => {
7489
<div className="space-y-4 text-gray-300">
7590
<div>
7691
<strong>
77-
{" "}
7892
Intern at Colab Innovation Hub (2024 - Present)
7993
</strong>
80-
<p> Full Stack Web Developer, Specialized in maintaining and developing web applications.</p>
94+
<p>
95+
{" "}
96+
Full Stack Web Developer, Specialized in maintaining and
97+
developing web applications.
98+
</p>
8199
</div>
82100
<div>
83101
<strong>
84-
Open-Source Contributor at OnlyDust (2025 - Present){" "}
102+
Open-Source Contributor at OnlyDust (2024 - Present){" "}
85103
</strong>
86104
<p>
87105
Assisted in building front-end components and integration
88-
REST APIs
106+
REST APIs / Restful APIs for enhanced user experience.
89107
</p>
90108
</div>
91109
</div>

src/Components/Sections/Home.jsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ const Home = () => {
1111
<div className="text-center z-10 px-4">
1212
<h1 className="text-5xl md:text-7xl font-bold mb-6 bg-gradient-to-r from-gray-400 bg-clip-text text-transparent to-gray-600 leading-right">
1313
Hi, I'm Emmanuel Iliya
14+
<p className="text-sm"> Frontend & Mobile Developer | Building seamless digital
15+
experiences</p>
1416
</h1>
1517

1618
<p className="text-gray-100 text-lg mb-8 max-w-lg mx-auto">
17-
I'm a full-stack developer who loves crafting clean, scalable web
18-
application. My goal is to build solutions that offer both
19-
exceptional performance and a delightful user experience.
19+
I'm a passionate frontend and mobile developer with a
20+
strong focus on creating fast, responsive, and user-centric
21+
applications. With a solid foundation in HTML, CSS, JavaScript, and
22+
frameworks like React and React Native for cross-platform development, I bridge the gap between
23+
clean design and functional code. My goal is to build solutions that
24+
offer both exceptional performance and a delightful user experience.
2025
</p>
2126

2227
<div className="flex justify-center space-x-4">

src/Components/Sections/Projects.jsx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ const Projects = () => {
7171
</div>
7272
<div className="flex justify-between items-center">
7373
<a
74-
href="/"
74+
href="https://real-estate-fuua.vercel.app/"
7575
className="text-blue-400 hover:text-blue-300 transition-colors "
7676
>
77-
View Project ➡{" "}
77+
View Project ➡
7878
</a>
7979
<li>
80-
<a href="/">
80+
<a href="">
8181
{" "}
8282
<img
8383
src="/github.jpg"
@@ -90,10 +90,9 @@ const Projects = () => {
9090
</div>
9191

9292
<div className="p-6 rounded-xl border border-white/10 hover:-translate-y-1 hover:border-blue-500/30 hover:shadow-[0_2px_8px_rgba(59, 130, 246, 0.2)] transition ">
93-
<h3 className="text-xl font-bold mb-2"> Cloud Platform </h3>
93+
<h3 className="text-xl font-bold mb-2">Powder-Rcm HealthCare system </h3>
9494
<p className="text-gray-400 mb-4">
95-
Scalable cloud infrastructure management wth real-time
96-
monitoring and automated scaling.
95+
The Powder-RCM Healthcare System refers to a specialized Revenue Cycle Management (RCM) service provider or system used in the healthcare industry to streamline financial and administrative processes. It typically includes features such as claim processing, billing, and payment tracking, as well as integration with third-party billing systems and payment gateways.
9796
</p>
9897
<div className="flex flex-wrap gap-2 mb-4">
9998
{["React", "Node.js", "AWS", "Docker"].map((tech, key) => (
@@ -107,13 +106,13 @@ const Projects = () => {
107106
</div>
108107
<div className="flex justify-between items-center">
109108
<a
110-
href="/"
109+
href="https://powder-rcm-frontend.vercel.app/dashboard"
111110
className="text-blue-400 hover:text-blue-300 transition-colors "
112111
>
113-
View Project ➡{" "}
112+
View Project ➡
114113
</a>
115114
<li>
116-
<a href="/">
115+
<a href="">
117116
{" "}
118117
<img
119118
src="/github.jpg"
@@ -143,10 +142,10 @@ const Projects = () => {
143142
</div>
144143
<div className="flex justify-between items-center">
145144
<a
146-
href="/"
145+
href="2"
147146
className="text-blue-400 hover:text-blue-300 transition-colors "
148147
>
149-
View Project ➡{" "}
148+
View Project ➡
150149
</a>
151150
<li>
152151
<a href="/">

0 commit comments

Comments
 (0)