Skip to content

Commit

Permalink
add all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavcse22 committed Dec 17, 2023
1 parent d1f80ec commit 987a3c6
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
14 changes: 7 additions & 7 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ 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: "Abhinav Gupta",
title: "Web Developer & Content Creator",
email: "abhinav.gupta@studentambassadors.com",
gitHub: "abhinavcse22",
instagram: "abhinav_g21",
linkedIn: "abhinav-gupta-cs",
medium: "",
twitter: "microsoft",
twitter: "abhinav_g21",
youTube: "Code",
};

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/background.jpg";

const imageAltText = "purple and blue abstract background";
const imageAltText = "developer abstract 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.";
"Hello everyone, I am Abhinav Gupta, a tech-savvy individual from Ghaziabad, Uttar Pradesh who is currently pursuing my degree in computer science at ABES Institute of Technology.";

/**
* List of some of skills or technologies you work on, are learning,
* passionate about, or enjoy,
*/
const skillsList = [
"Web design",
"Web designer",
"User experience",
"Inclusive design",
"Focus group testing",
"Mobile user interfaces",
"Graphic design",
"Alpha MLSA",
"MSC ABESIT Lead",
"GFG ABESIT PR Lead",
"Founder of Coding Catalyst",
];

/**
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 always seeking new opportunities to learn and expand my knowledge, and I love building relationships with other technologists who are passionate about their work. Although I am just starting out in my career.";

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/developer.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 = "I am always seeking new opportunities to learn and expand my knowledge.";

const Home = ({ name, title }) => {
return (
Expand Down
24 changes: 12 additions & 12 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/desk.png";

const imageAltText = "desktop with books and laptop";
const imageAltText = "desktop with laptop";

/**
* 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: "My Amazing Social Portfolio 🎉",
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",
"Collaboration to create a beginner friendly connection to get started.",
url: "https://linktr.ee/abhinav_cse",
},
{
title: "Web Development for Beginners",
title: "Microsoft Student Chapter ABESIT",
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",
"The Microsoft Student Chapter at ABESIT Ghaziabad is a dynamic technical club soaring under the prestigious wing of Microsoft Learn Student Ambassadors.",
url: "https://www.linkedin.com/company/mscabesit/",
},
{
title: "My Resume Site",
title: "My Resume",
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 amazing resume that are completly full with skill and more are in queue",
url: "https://drive.google.com/file/d/1_b6IX2eO3Z2Gy587HNgoPYWmTNI5hSaT/view?usp=sharing",
},
{
title: "GitHub Codespaces and github.dev",
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",
url: "https://www.youtube.com/watch?v=vDXPkAdqSyI/",
},
];

Expand Down
Binary file added src/images/background.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/desk.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/developer.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 987a3c6

Please sign in to comment.