Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 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: "[email protected]",
gitHub: "microsoft",
instagram: "microsoft",
linkedIn: "satyanadella",
medium: "",
twitter: "microsoft",
youTube: "Code",
name: "Gabriel, or thesomewhatyou",
title: "Young & Sprouting CS Student",
email: "[email protected]",
gitHub: "gabriel",
instagram: "gabriel",
linkedIn: "gabriel",
medium: "none",
twitter: "gabriel",
youTube: "thesomewhatyou",
};

const primaryColor = "#4E567E";
Expand Down