diff --git a/src/App.jsx b/src/App.jsx index 4fbc89d6..89f06ddc 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -24,15 +24,15 @@ import "./styles.css"; * If you don't have one of the social sites listed, leave it as an empty string. */ const siteProps = { - name: "Alexandrie Grenier", - title: "Web Designer & Content Creator", - email: "alex@example.com", - gitHub: "microsoft", - instagram: "microsoft", - linkedIn: "satyanadella", - medium: "", - twitter: "microsoft", - youTube: "Code", + name: "Krishna Keshav", + title: "Software Engineer", + email: "krishna2000chy@gmail.com", + gitHub: "KeshavCh0udhary", + instagram: "keshavch0udhary/", + linkedIn: "Krishna--Keshav", + medium: "krishna2000chy", + twitter: "Krishna__Keshav", + youTube: "", }; const primaryColor = "#4E567E"; diff --git a/src/Components/About.jsx b/src/Components/About.jsx index 9eaad4a6..fe6d8376 100644 --- a/src/Components/About.jsx +++ b/src/Components/About.jsx @@ -35,8 +35,7 @@ const skillsList = [ "User experience", "Inclusive design", "Focus group testing", - "Mobile user interfaces", - "Graphic design", + "Backend Development", ]; /** @@ -45,7 +44,7 @@ const skillsList = [ * about you on a professional level. */ const detailOrQuote = - "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."; + "I am passionate about solving problems in new creative ways to drive innovation. By leveraging my Software Development experience I continually look for new and better ways to make tech accessible by all."; const About = () => { return ( diff --git a/src/Components/Home.jsx b/src/Components/Home.jsx index a6a87212..9c699a03 100644 --- a/src/Components/Home.jsx +++ b/src/Components/Home.jsx @@ -20,7 +20,7 @@ import PropTypes from "prop-types"; * Need an image? Check out https://unsplash.com to download a photo you * freely use on your site. */ -import image from "../images/woman-with-tablet.jpg"; +import image from "../images/Home.jpg"; 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"; @@ -29,8 +29,8 @@ const Home = ({ name, title }) => {
-

{name}

-

{title}

+

{name}

+

{title}

{imageAltText} diff --git a/src/images/Home.jpg b/src/images/Home.jpg new file mode 100644 index 00000000..5b8a6a5d Binary files /dev/null and b/src/images/Home.jpg differ diff --git a/src/images/woman-with-tablet.jpg b/src/images/woman-with-tablet.jpg deleted file mode 100644 index 2c8a39f1..00000000 Binary files a/src/images/woman-with-tablet.jpg and /dev/null differ