Skip to content

Commit b843fff

Browse files
"Changes addded"
1 parent f4684ac commit b843fff

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

src/App.jsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ import "./styles.css";
2424
* If you don't have one of the social sites listed, leave it as an empty string.
2525
*/
2626
const siteProps = {
27-
name: "Alexandrie Grenier",
28-
title: "Web Designer & Content Creator",
29-
email: "alex@example.com",
30-
gitHub: "microsoft",
31-
instagram: "microsoft",
32-
linkedIn: "satyanadella",
33-
medium: "",
34-
twitter: "microsoft",
35-
youTube: "Code",
27+
name: "Krishna Keshav",
28+
title: "Software Engineer",
29+
email: "krishna2000chy@gmail.com",
30+
gitHub: "KeshavCh0udhary",
31+
instagram: "keshavch0udhary/",
32+
linkedIn: "Krishna--Keshav",
33+
medium: "krishna2000chy",
34+
twitter: "Krishna__Keshav",
35+
youTube: "",
3636
};
3737

3838
const primaryColor = "#4E567E";

src/Components/About.jsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ const skillsList = [
3535
"User experience",
3636
"Inclusive design",
3737
"Focus group testing",
38-
"Mobile user interfaces",
39-
"Graphic design",
38+
"Backend Development",
4039
];
4140

4241
/**
@@ -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+
"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.";
4948

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

src/Components/Home.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import PropTypes from "prop-types";
2020
* Need an image? Check out https://unsplash.com to download a photo you
2121
* freely use on your site.
2222
*/
23-
import image from "../images/woman-with-tablet.jpg";
23+
import image from "../images/Home.jpg";
2424

2525
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";
2626

@@ -29,8 +29,8 @@ const Home = ({ name, title }) => {
2929
<section id="home" className="min-height">
3030
<img className="background" src={image} alt="" />
3131
<div style={{ position: "absolute", top: "5rem", left: "2rem", width: "17rem" }}>
32-
<h1>{name}</h1>
33-
<h2>{title}</h2>
32+
<h1 style={{ color: "white" }}>{name}</h1>
33+
<h2 style={{ color: "white" }}>{title}</h2>
3434
</div>
3535
<div style={{ position: "absolute", bottom: "3rem", left: "50%" }}>
3636
<img src={arrowSvg} style={{ height: "3rem", width: "3rem" }} alt={imageAltText} />

src/images/Home.jpg

142 KB
Loading

src/images/woman-with-tablet.jpg

-1.32 MB
Binary file not shown.

0 commit comments

Comments
 (0)