Skip to content

Commit

Permalink
updated config.js with my personal information
Browse files Browse the repository at this point in the history
  • Loading branch information
Eichel Choi committed Oct 3, 2023
1 parent 0879535 commit ab9394d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const navigation = {
],
}
export const intro = {
title: "Hey, I'm Hashir",
description: "A Computer Engineer creating mobile apps and static websites.",
title: "Hey, I'm Eichel",
description: "A Information Systems Junior with Double Minor in Human-Computer Interaction and Global Systems and Management",
image: profile.src,
buttons: [
{
Expand All @@ -36,7 +36,7 @@ export const intro = {
},
{
title: "Resume",
link: "https://docs.google.com/document/d/13_PWdhThMr6roxb-UFiJj4YAFOj8e_bv3Vx9UHQdyBQ/edit?usp=sharing",
link: "https://docs.google.com/document/d/1WegXKcHr6tQLfe0wEVPixmImnkGPYRmS2o3RjKh7NGU/edit?usp=sharing",
isPrimary: false,
},
],
Expand Down Expand Up @@ -104,7 +104,7 @@ export const projects = {
icons: [
{
icon: faGithub,
link: "https://github.com/hashirshoaeb/portfolio",
link: "https://github.com/eichel-choi/portfolio",
},
]
},
Expand All @@ -113,11 +113,11 @@ export const projects = {

export const contact = {
title: "Get in touch",
description: "Coffee Chat! Please do not hesitate to schedule a meeting. Alternatively, feel free to reach out directly by email at [email protected].",
description: "Coffee Chat! Please do not hesitate to schedule a meeting. Alternatively, feel free to reach out directly by email at [email protected].",
buttons: [
{
title: "Email Me",
link: "mailto:[email protected]",
link: "mailto:[email protected]",
isPrimary: true,
},
{
Expand All @@ -143,7 +143,7 @@ export const links = {
cards: [
{
title: "My website",
link: "https://hashirshoaeb.com/",
link: "https://eichel-sc.com/",
},
{
title: "QuranTalk App",
Expand All @@ -155,11 +155,11 @@ export const links = {
},
{
title: "My GitHub",
link: "https://github.com/hashirshoaeb/",
link: "https://github.com/eichel-choi/",
},
{
title: "My LinkedIn",
link: "https://www.linkedin.com/in/hashirshoaeb/",
link: "https://www.linkedin.com/in/eichel-sc/",
},
]
}

0 comments on commit ab9394d

Please sign in to comment.