Skip to content

Commit

Permalink
Commit made from VS Code Azure Static Web Apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Icyy1 committed Jun 30, 2024
1 parent 2f93344 commit a4cebac
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 48 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: "Denys Ruchkin",
title: "Computer Science Student",
email: "denysruchkin@.com",
gitHub: "github.com/Icyy1",
instagram: "denysruchkin",
linkedIn: "denys-ruchkin-b8176a300",
medium: "",
twitter: "microsoft",
youTube: "Code",
twitter: "",
youTube: "",
};

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

const imageAltText = "purple and blue abstract background";
const imageAltText = "An awesome abstract background made by Pawel Czerwinski.";

/**
* 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 an ambitious high school student with a passion for technology and computer science. I am always looking for new ways to innovate and create. I am currently working on expanding my knowledge in front-end development. I am always looking for new opportunities to learn and grow.";

/**
* 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",
"Graphic design",
"Python",
];

/**
Expand All @@ -45,7 +40,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.";

const About = () => {
return (
Expand Down
3 changes: 2 additions & 1 deletion src/Components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ const Header = () => {
display: "flex",
justifyContent: "center",
gap: "2rem",
background: "rgba(255,255,255,0.75)",
background: "rgba(0,0,0,0.75)",
padding: "1rem",
top: 0,
width: "100%",
zIndex: 10,
color: "white",
}}
>
<a href="#home">Home</a>
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/yurrr.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 = "My cat attempting to fight me.";

const Home = ({ name, title }) => {
return (
Expand Down
24 changes: 3 additions & 21 deletions src/Components/Portfolio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,10 @@ const imageAltText = "desktop with books and laptop";
*/
const projectList = [
{
title: "10 Things To Know About Azure Static Web Apps 🎉",
title: "Discord Staff Bot",
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",
},
{
title: "Web Development for Beginners",
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",
},
{
title: "My Resume Site",
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",
},
{
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",
"A discord bot written in Python, using discord.py, that is primarily geared toward Minecraft servers. It has a variety of features such as an advanced todo system, punishment system, attendance system, and more!",
url: "https://www.Github.com/Icyy1/HorizonStaffBot",
},
];

Expand Down
Binary file added src/images/coolbackground.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 removed src/images/motion-background.jpg
Binary file not shown.
Binary file removed src/images/woman-with-tablet.jpg
Binary file not shown.
Binary file added src/images/yurrr.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 a4cebac

Please sign in to comment.