diff --git a/src/pages/about/About.jsx b/src/pages/about/About.jsx index 2b5f832..2fe68a3 100644 --- a/src/pages/about/About.jsx +++ b/src/pages/about/About.jsx @@ -9,6 +9,14 @@ import { GiBulletImpacts } from "react-icons/gi"; import Logo from "../../components/logo/Logo"; const About = () => { + const aboutPoints = [ + "MERN Stack Developer: React.js, Node.js, Express.js, MongoDB.", + "React.js Specialist: Creates dynamic interfaces for superior user experiences.", + "Node.js Expert: Ensures smooth server-side operations with Express.js.", + "MongoDB Management: Maintains data integrity and optimizes queries.", + "Tailwind CSS Styling: Rapid, consistent styling across projects.", + "Next.js Implementation: Enhances SEO and performance with client-server rendering.", + ]; return (
{ >
@@ -28,20 +36,30 @@ const About = () => { alt="About Image" />
-
-

+
+

-
- I AM A FRONT-END WEB DEVELOPER +
+ I AM A WEB DEVELOPER
- + @@ -49,20 +67,21 @@ const About = () => { -
    -
  1. - {" "} - I design front-end in terms of user interface -
  2. -
  3. - {" "} - I do website designing by TAILWIND CSS -
  4. -
  5. - {" "} - I also use the API to communicate with the frontend and backend - in Next.js -
  6. +
      + {aboutPoints.map((items, index) => { + return ( +
    1. + {" "} + {items} +
    2. + ); + })}
diff --git a/src/pages/home/index.js b/src/pages/home/index.js index 82a653e..969812a 100644 --- a/src/pages/home/index.js +++ b/src/pages/home/index.js @@ -48,10 +48,10 @@ export default function Home() {
Hello I, AM
- + I am a Passionate Front-End Web Developer -
+
I possess one year of experience in HTML, CSS, JavaScript, Git/GitHub, Tailwind CSS, and Next.js, enabling me to create dynamic and responsive web applications with proficiency.