Skip to content

Commit

Permalink
Final Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanw2457 committed Oct 13, 2024
1 parent 206c1eb commit 9f103b4
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Binary file removed src/assets/AppStyl.png
Binary file not shown.
Binary file removed src/assets/BRHacks2023Landing.png
Binary file not shown.
Binary file removed src/assets/BRHacks2023Logo.png
Binary file not shown.
Binary file removed src/assets/ClubHub2024.jpg
Binary file not shown.
Binary file removed src/constants/BRHacksLandingPage.png
Binary file not shown.
Binary file removed src/constants/ClubHub.jpg
Binary file not shown.
10 changes: 5 additions & 5 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ import { // Change the values of the balls in index.js in the constants folder a
{
title: "Software Engineer Intern",
company_name: "Styl. AI",
icon: "./src/assets/AppStyl.png",
icon: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTo_YlPOOOIMsvMXihQNh0EOVY1fU53B_EG9A&s",
iconBg: "#E6DEDD",
date: "Aug 2024 - Present",
url: "",
Expand All @@ -144,7 +144,7 @@ import { // Change the values of the balls in index.js in the constants folder a
{
title: "Founder and Leader",
company_name: "Bridgewater-Raritan High School Hackathon",
icon: "./src/assets/BRHacks2023Logo.png",
icon: "https://cmsv2-assets.apptegy.net/uploads/25792/logo/28605/Lettermark2.png",
iconBg: "#E6DEDD",
date: "Jan 2023 - Oct 2023",
url: "",
Expand Down Expand Up @@ -217,8 +217,8 @@ import { // Change the values of the balls in index.js in the constants folder a
color: "pink-text-gradient",
},
],
image: "./src/assets/BRHacks2023Landing.png",
source_code_link: "https://github.com/ethanw2457/2023BRHacksWebsite",
image: "https://tapinto-production.s3.amazonaws.com/uploads/events/cp/facebook_cp-brhacks.jpeg",
source_code_link: "https://2023-br-hacks-website.vercel.app/",
},
{
name: "Club Hub",
Expand All @@ -238,7 +238,7 @@ import { // Change the values of the balls in index.js in the constants folder a
color: "pink-text-gradient",
},
],
image: "./src/assets/ClubHub2024.jpg",
image: "https://d112y698adiu2z.cloudfront.net/photos/production/software_photos/002/872/201/datas/gallery.jpg",
source_code_link: "https://ethanw2457.github.io/Club-Hub/landing.html",
},
{
Expand Down

0 comments on commit 9f103b4

Please sign in to comment.