Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashsaraswat2004 committed Feb 10, 2024
1 parent 82d89a2 commit 3adefba
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 32 deletions.
16 changes: 8 additions & 8 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
name: "Yash Saraswat",
title: "Frontend Web developer and programmer",
email: "saraswatyash2004@gmail.com",
gitHub: "yashsaraswat2004",
instagram: "official_yash_saraswat",
linkedIn: "yashsaraswat15",
medium: "",
twitter: "microsoft",
youTube: "Code",
twitter: "",
youTube: "",
};

const primaryColor = "#4E567E";
Expand Down
16 changes: 8 additions & 8 deletions src/Components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@ import React from "react";
* Need an image? Check out https://unsplash.com to download a image you
* freely use on your site.
*/
import image from "../images/motion-background.jpg";
import image from "../images/exploring.jpg";

const imageAltText = "purple and blue abstract background";
const imageAltText = "Fishes trying to explore food which shows exploration";

/**
* Sort description that expands on your title on the Home component.
*/
const description =
"I'm a UI/UX student studying at Barnett Technical University. I enjoy creating unique and simplistic user interfaces in creative ways.";
"I'm a Web developer student studying at Rustamji Institute of Technology. I enjoy creating unique and simplistic Websites using html,css and js";

/**
* List of some of skills or technologies you work on, are learning,
* passionate about, or enjoy,
*/
const skillsList = [
"Web design",
"User experience",
"Inclusive design",
"Focus group testing",
"Mobile user interfaces",
"Frontend Developer",
"MLSA",
"App development",
"Software Developer",
"Graphic design",
];

Expand All @@ -45,7 +45,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 web development to create new websites using react and js";

const About = () => {
return (
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ 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/laptop.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";
const imageAltText = "Yash Saraswat a frontend web developer. This pic contains a laptop image";

const Home = ({ name, title }) => {
return (
Expand Down
28 changes: 14 additions & 14 deletions src/Components/Portfolio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import React from "react";
* Need an image? Check out https://unsplash.com to download a photo you
* freely use on your site.
*/
import image from "../images/design-desk.jpeg";
import image from "../images/tech.jpg";

const imageAltText = "desktop with books and laptop";
const imageAltText = "This image displays Tech";

/**
* Project list
Expand All @@ -31,28 +31,28 @@ const imageAltText = "desktop with books and laptop";
*/
const projectList = [
{
title: "10 Things To Know About Azure Static Web Apps 🎉",
title: "Blog Website for tech lovers",
description:
"Collaboration to create a beginner friendly article to help explain Azure Static Web Apps and tooling to get started.",
url: "https://dev.to/azure/10-things-to-know-about-azure-static-web-apps-3n4i",
"This is a blog website which is developed for tech lovers who can get updated with tech news",
url: "https://techietrauma.netlify.app",
},
{
title: "Web Development for Beginners",
title: "Resume Template Generator",
description:
"Contributed sketch note imagery to accompany each lesson. These help provide visual representation of what is being taught.",
url: "https://github.com/microsoft/web-dev-for-beginners",
"This is a Resume Template maker website which lets user to create resume using different templates",
url: "https://innovatorresumebuilder.netlify.app",
},
{
title: "My Resume Site",
title: "My Linkedin Profile",
description:
"Created from Microsoft's resume workshop and deployed to GitHub pages. Includes my experience and design abilities.",
url: "https://github.com/microsoft/workshop-library/tree/main/full/build-resume-website",
"This is my Linkedin Profile",
url: "https://linkedin.com/in/yashsaraswat15/",
},
{
title: "GitHub Codespaces and github.dev",
title: "My Github Profile",
description:
"Video interview to explain when to use GitHub.dev versus GitHub Codespaces, and how best to use each tool.",
url: "https://www.youtube.com/watch?v=c3hHhRME_XI",
"This is my Github profile",
url: "https://github.com/yashsaraswat2004",
},
];

Expand Down
Binary file added src/images/exploring.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/laptop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/tech.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3adefba

Please sign in to comment.