From 2b77ad4069478551f55c6fe9bb6205dea8e71cf2 Mon Sep 17 00:00:00 2001 From: vaishali Date: Fri, 26 Jan 2024 18:18:04 +0530 Subject: [PATCH] modified --- src/components/About/Achievement.js | 65 ++++++++++++++++++--------- src/components/About/Experience.js | 6 +-- src/components/About/Hero.js | 12 ++--- src/components/Home/Footer.js | 2 +- src/components/Home/Hero.js | 26 ++++++++--- src/components/Home/Recommendation.js | 6 +-- src/components/Home/Stack.js | 5 +-- src/constants/index.js | 44 ++++++++++++------ src/pages/About.js | 2 +- 9 files changed, 108 insertions(+), 60 deletions(-) diff --git a/src/components/About/Achievement.js b/src/components/About/Achievement.js index 3b38d9b..449fa51 100644 --- a/src/components/About/Achievement.js +++ b/src/components/About/Achievement.js @@ -2,7 +2,7 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import React from "react"; import Marquee from "react-fast-marquee"; import { faArrowAltCircleRight } from "@fortawesome/free-solid-svg-icons"; -import { card } from "../../constants/index"; +import { card1 , card2 } from "../../constants/index"; import { animated, useSpring } from "@react-spring/web"; const Achievement = () => { @@ -26,7 +26,7 @@ const Achievement = () => { style={{ ...styles }} className="col-span-10 font-black text-4xl lg:text-7xl uppercase" > - My + My Achievements { data-aos-easing="ease-in-out" className="grid lg:grid-cols-12 col-span-6 gap-8" > - {card.map((element, index) => ( - - {element.title} - - - - ))} + {idx === 1 + ? card1.map((element, index) => ( + + {element.title} + + + + )) + : card2.map((element, index) => ( + + {element.title} + + + + ))} ))} diff --git a/src/components/About/Experience.js b/src/components/About/Experience.js index 9ffcc8b..3b8907b 100644 --- a/src/components/About/Experience.js +++ b/src/components/About/Experience.js @@ -19,14 +19,14 @@ const Experience = () => { const AnimatedComponent = animated(Link); return ( - Job Experience + JobExperience
{exp.map((element, index) => ( @@ -38,7 +38,7 @@ const Experience = () => { > {element.name} diff --git a/src/components/About/Hero.js b/src/components/About/Hero.js index 9b16de6..7b77406 100644 --- a/src/components/About/Hero.js +++ b/src/components/About/Hero.js @@ -26,12 +26,12 @@ const Hero = () => { return (
- - i focus on both design and development - + i focus on design development problem solving + { domination. At the end of the day, going forward, a new.
-
+
{imgg.map((element, index) => (
{index === 1 ? ( @@ -67,7 +67,7 @@ const Hero = () => {
) : ( - + )}
))} diff --git a/src/components/Home/Footer.js b/src/components/Home/Footer.js index e6163a0..84ddb06 100644 --- a/src/components/Home/Footer.js +++ b/src/components/Home/Footer.js @@ -8,7 +8,7 @@ import { socials } from "../../constants"; const Footer = () => { return (
- +
diff --git a/src/components/Home/Hero.js b/src/components/Home/Hero.js index 859aad9..291c8dd 100644 --- a/src/components/Home/Hero.js +++ b/src/components/Home/Hero.js @@ -2,6 +2,7 @@ import React, { useEffect, useState } from "react"; import { animated, useSpring } from "@react-spring/web"; import Marquee from "react-fast-marquee"; import H from "../H"; +import { Link } from "react-router-dom"; const Hero = () => { const names = [1, 2, 3, 4, 5, 6, 6, 7, 8, 9, 0]; @@ -42,15 +43,26 @@ const Hero = () => { - Quis culpa culpa Lorem velit dolore.Esse elit irure minim ad est - incididunt commodo eu nulla tempor labore dolor. + I believe in collaborative excellence, striving resilience. - - +
+ + Book a free call + + + View Resume + +
{initial ? (
{names.map((element, index) => ( diff --git a/src/components/Home/Recommendation.js b/src/components/Home/Recommendation.js index 59d23e2..dc143fb 100644 --- a/src/components/Home/Recommendation.js +++ b/src/components/Home/Recommendation.js @@ -22,10 +22,8 @@ const Recommendation = () => { data-aos="fade-in" className="col-span-6 text-sm font-extralight mt-8 lg:mt-0" > - Voluptate do aliqua aliqua duis esse nisi.Enim incididunt id sunt sit - nisi incididunt sint mollit veniam eiusmod.Sit qui duis occaecat minim - dolor. - + Vaishali is a highly skilled and dedicated professional whom I've had the pleasure of collaborating with on various projects. Their exceptional abilities and commitment to excellence make them a standout talent in the industry. + {/* */}
diff --git a/src/components/Home/Stack.js b/src/components/Home/Stack.js index 3f72a33..e1214d6 100644 --- a/src/components/Home/Stack.js +++ b/src/components/Home/Stack.js @@ -19,10 +19,9 @@ const Stack = () => {
- Labore et dolor consequat ea velit. t dolor consequat ea velit. t - dolor consequat ea velit. + I'm a passionate tech enthusiast with a proven proficiency in
{ - + {/* */}
);