You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Components/About.jsx
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,17 @@ const imageAltText = "purple and blue abstract background";
24
24
* Sort description that expands on your title on the Home component.
25
25
*/
26
26
constdescription=
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.";
28
28
29
29
/**
30
30
* List of some of skills or technologies you work on, are learning,
31
31
* passionate about, or enjoy,
32
32
*/
33
33
constskillsList=[
34
34
"Web design",
35
-
"User experience",
36
-
"Inclusive design",
37
-
"Focus group testing",
38
-
"Mobile user interfaces",
35
+
"Front-end",
36
+
"Backend",
37
+
"Full-stack",
39
38
"Graphic design",
40
39
];
41
40
@@ -45,7 +44,7 @@ const skillsList = [
45
44
* about you on a professional level.
46
45
*/
47
46
constdetailOrQuote=
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.";
Copy file name to clipboardExpand all lines: src/Components/Home.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ import PropTypes from "prop-types";
22
22
*/
23
23
importimagefrom"../images/woman-with-tablet.jpg";
24
24
25
-
constimageAltText="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
+
constimageAltText="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";
0 commit comments