Skip to content

Commit f93c080

Browse files
complete the all
1 parent 19f801d commit f93c080

File tree

4 files changed

+23
-30
lines changed

4 files changed

+23
-30
lines changed

src/Components/About.jsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,17 @@ const imageAltText = "purple and blue abstract background";
2424
* Sort description that expands on your title on the Home component.
2525
*/
2626
const description =
27-
"I'm a UI/UX student studying at Barnett Technical University. I enjoy creating unique and simplistic user interfaces in creative ways.";
27+
"I'm a Full-Stack Engineer student studying at F.M University. I enjoy creating unique and simplistic user interfaces in creative ways.";
2828

2929
/**
3030
* List of some of skills or technologies you work on, are learning,
3131
* passionate about, or enjoy,
3232
*/
3333
const skillsList = [
3434
"Web design",
35-
"User experience",
36-
"Inclusive design",
37-
"Focus group testing",
38-
"Mobile user interfaces",
35+
"Front-end",
36+
"Backend",
37+
"Full-stack",
3938
"Graphic design",
4039
];
4140

@@ -45,7 +44,7 @@ const skillsList = [
4544
* about you on a professional level.
4645
*/
4746
const detailOrQuote =
48-
"I am passionate about solving problems in new creative ways to drive innovation. By leveraging my UI/UX experience I continually look for new and better ways to make tech accessible by all.";
47+
"Results-oriented Full Stack Developer with expertise in optimizing project outcomes and enhancing user experiences. Skilled in strategic project management, team collaboration, and leveraging technical expertise across front-end and back-end technologies.";
4948

5049
const About = () => {
5150
return (

src/Components/Footer.jsx

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,15 @@ import youTubeIcon from "../images/socials/youtube.svg";
2828

2929
const Footer = (props) => {
3030
const {
31-
devDotTo,
31+
3232
email,
3333
gitHub,
3434
instagram,
3535
linkedIn,
3636
medium,
3737
name,
38-
primaryColor,
3938
twitter,
40-
youTube,
39+
4140
} = props;
4241

4342
return (
@@ -65,19 +64,19 @@ const Footer = (props) => {
6564
<img src={envelopeIcon} alt="email" className="socialIcon" />
6665
</a>
6766
)}
68-
{devDotTo && (
67+
{/* {devDotTo && (
6968
<a href={`https://dev.to/${devDotTo}`} target="_blank" rel="noopener noreferrer">
7069
<img src={devDotToIcon} alt="Dev.to" className="socialIcon" />
7170
</a>
72-
)}
71+
)} */}
7372
{gitHub && (
74-
<a href={`https://github.com/${gitHub}`} target="_blank" rel="noopener noreferrer">
73+
<a href={`https://github.com/ezeslucky${gitHub}`} target="_blank" rel="noopener noreferrer">
7574
<img src={gitHubIcon} alt="GitHub" className="socialIcon" />
7675
</a>
7776
)}
7877
{instagram && (
7978
<a
80-
href={`https://www.instagram.com/${instagram}`}
79+
href={`https://instagram.com/ezeslucky${instagram}`}
8180
target="_blank"
8281
rel="noopener noreferrer"
8382
>
@@ -86,26 +85,26 @@ const Footer = (props) => {
8685
)}
8786
{linkedIn && (
8887
<a
89-
href={`https://www.linkedin.com/in/${linkedIn}`}
88+
href={`www.linkedin.com/in/ezeslucky${linkedIn}`}
9089
target="_blank"
9190
rel="noopener noreferrer"
9291
>
9392
<img src={linkedInIcon} alt="LinkedIn" className="socialIcon" />
9493
</a>
9594
)}
9695
{medium && (
97-
<a href={`https://medium.com/@${medium}`} target="_blank" rel="noopener noreferrer">
96+
<a href={`https://medium.com/aurobindo-patra@${medium}`} target="_blank" rel="noopener noreferrer">
9897
<img src={mediumIcon} alt="Medium" className="socialIcon" />
9998
</a>
10099
)}
101100
{twitter && (
102-
<a href={`https://twitter.com/${twitter}`} target="_blank" rel="noopener noreferrer">
101+
<a href={`https://x.com/ezeslucky${twitter}`} target="_blank" rel="noopener noreferrer">
103102
<img src={twitterIcon} alt="Twitter" className="socialIcon" />
104103
</a>
105104
)}
106105
{youTube && (
107106
<a
108-
href={`https://www.youtube.com/c/${youTube}`}
107+
href={`https://youtube.com/ezeslucky${youTube}`}
109108
target="_blank"
110109
rel="noopener noreferrer"
111110
>
@@ -125,16 +124,16 @@ Footer.defaultProps = {
125124
};
126125

127126
Footer.propTypes = {
128-
devDotTo: PropTypes.string,
127+
129128
email: PropTypes.string,
130129
gitHub: PropTypes.string,
131130
instagram: PropTypes.string,
132131
linkedIn: PropTypes.string,
133132
medium: PropTypes.string,
134133
name: PropTypes.string.isRequired,
135-
primaryColor: PropTypes.string,
134+
136135
twitter: PropTypes.string,
137-
youTube: PropTypes.string,
136+
138137

139138
};
140139

src/Components/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import PropTypes from "prop-types";
2222
*/
2323
import image from "../images/woman-with-tablet.jpg";
2424

25-
const imageAltText = "Adult female in office setting leaning against a glass wall while holding a platinum Microsoft Surface Pro 7 in tablet mode preparing to write with Microsoft Surface Pen";
25+
const imageAltText = "Results-oriented Full Stack Developer with expertise in optimizing project outcomes and enhancing user experiences. Skilled in strategic project management, team collaboration, and leveraging technical expertise across front-end and back-end technologies";
2626

2727
const Home = ({ name, title }) => {
2828
return (

src/Components/Portfolio.jsx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,21 @@ const projectList = [
3434
title: "10 Things To Know About Azure Static Web Apps 🎉",
3535
description:
3636
"Collaboration to create a beginner friendly article to help explain Azure Static Web Apps and tooling to get started.",
37-
url: "https://dev.to/azure/10-things-to-know-about-azure-static-web-apps-3n4i",
37+
url: "https://x.com/ezeslucky",
3838
},
3939
{
4040
title: "Web Development for Beginners",
4141
description:
4242
"Contributed sketch note imagery to accompany each lesson. These help provide visual representation of what is being taught.",
43-
url: "https://github.com/microsoft/web-dev-for-beginners",
43+
url: "https://x.com/ezeslucky",
4444
},
4545
{
4646
title: "My Resume Site",
4747
description:
4848
"Created from Microsoft's resume workshop and deployed to GitHub pages. Includes my experience and design abilities.",
49-
url: "https://github.com/microsoft/workshop-library/tree/main/full/build-resume-website",
50-
},
51-
{
52-
title: "GitHub Codespaces and github.dev",
53-
description:
54-
"Video interview to explain when to use GitHub.dev versus GitHub Codespaces, and how best to use each tool.",
55-
url: "https://www.youtube.com/watch?v=c3hHhRME_XI",
49+
url: "https://x.com/ezeslucky",
5650
},
51+
5752
];
5853

5954
const Portfolio = () => {

0 commit comments

Comments
 (0)