Skip to content

Commit

Permalink
add all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DevyanshiS committed Jun 8, 2024
1 parent e269a7e commit 3acf3ac
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: "Devyanshi Sitani",
title: "Web Developer",
email: "devyanshi1102@gmail.com",
gitHub: "DevyanshiS",
instagram: "",
linkedIn: "Devyanshi Sitani",
medium: "",
twitter: "microsoft",
youTube: "Code",
twitter: "",
youTube: "",
};

const primaryColor = "#4E567E";
Expand Down
18 changes: 9 additions & 9 deletions src/Components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ 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/pinkBackground.jpg";

const imageAltText = "purple and blue abstract background";
const imageAltText = "pink and orange background";

/**
* 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 computer science student studying at Hansraj College, Delhi University. I enjoy web development.";

/**
* List of some of skills or technologies you work on, are learning,
* passionate about, or enjoy,
*/
const skillsList = [
"Web design",
"Web development",
"User experience",
"Inclusive design",
"Focus group testing",
"Mobile user interfaces",
"Graphic design",
"Front end coding",
"Git",
"Analytical skills",
"Responsive Web 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 solving problems in new creative ways to drive innovation. By leveraging my web development experience I continually look for new and better ways to make tech accessible by all.";

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/AiWoman.png";

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 = "Devyanshi Sitani- Web developer. This is a background photo of a woman sitting in front of her computer.";

const Home = ({ name, title }) => {
return (
Expand Down
26 changes: 13 additions & 13 deletions src/Components/Portfolio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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/desk.jpg";

const imageAltText = "desktop with books and laptop";

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: "My frist basic react site",
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",
"It adds students after taking inout of their roll number and name.",
url: "https://devyanshi-first-reactapp.netlify.app/",
},
{
title: "Web Development for Beginners",
title: "Calendar",
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 calendar",
url: "https://devyanshis.github.io/calendar/",
},
{
title: "My Resume Site",
title: "My LinkedIn",
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 includes my positions held and experience.",
url: "https://www.linkedin.com/in/devyanshi-sitani-006326205?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app",
},
{
title: "GitHub Codespaces and github.dev",
title: "Calculator",
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 a calculator",
url: " https://devyanshis.github.io/calulator/",
},
];

Expand Down
Binary file added src/images/AiWoman.png
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/desk.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/pinkBackground.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 3acf3ac

Please sign in to comment.