Reorder team members & Schedule - #97
Merged
Merged
Conversation
Closed
There was a problem hiding this comment.
Pull request overview
Updates the BrainHack Vandy site’s public-facing content for the 2026 event by refreshing the organizers list (including new headshots) and replacing the placeholder schedule with dated event entries, alongside a few styling tweaks to team cards and the footer.
Changes:
- Update the Team page to treat 2026 as the current year and reorder/refresh organizer entries.
- Replace “stay tuned” placeholder schedule with a detailed 2026 multi-day events list.
- Adjust CSS box-sizing/padding for footer elements and team cards.
Reviewed changes
Copilot reviewed 6 out of 56 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/index.css | Tweaks footer layout styles (padding/box-sizing). |
| src/components/Team/teamData.js | Updates 2026 organizer roster and image paths. |
| src/components/Team/TeamCard.js | Adds optional email icon/link rendering on team cards. |
| src/components/Team/Team.js | Switches “current year” rendering logic from 2025 to 2026. |
| src/components/Team/team.css | Adds box-sizing overrides for team card-related selectors. |
| src/components/Schedule/events.js | Replaces placeholder schedule with detailed 2026 events. |
Comments suppressed due to low confidence (8)
src/components/Team/teamData.js:23
- This image path’s filename casing doesn’t match the actual asset in
public/assets/team(Eunice_Hahm.webp). This will break the image on case-sensitive hosting.
src/components/Team/teamData.js:30 - This image path’s filename casing doesn’t match the actual asset in
public/assets/team(Lily_Kriegel.webp). This will break the image on case-sensitive hosting.
src/components/Team/teamData.js:60 - This image path’s filename casing doesn’t match the actual asset in
public/assets/team(Liza_Akpoli.webp). This will break the image on case-sensitive hosting.
src/components/Team/teamData.js:81 - This image path’s filename casing doesn’t match the actual asset in
public/assets/team(Gyuri_Ramos.webp). This will break the image on case-sensitive hosting.
src/components/Team/teamData.js:87 - This image path’s filename casing doesn’t match the actual asset in
public/assets/team(Kristine_Won.webp). This will break the image on case-sensitive hosting.
src/components/Team/teamData.js:95 - This image path’s filename casing doesn’t match the actual asset in
public/assets/team(Catie_Chang.webp). This will break the image on case-sensitive hosting.
src/components/Team/teamData.js:106 - This image path’s filename casing doesn’t match the actual asset in
public/assets/team(Gaurav_Rudravaram.webp). This will break the image on case-sensitive hosting.
src/components/Team/teamData.js:114 - This image path’s filename casing doesn’t match the actual asset in
public/assets/team(Nishanth_Basava.webp). This will break the image on case-sensitive hosting.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| imgPath: "assets/team/Richard_Song.svg", | ||
| ghLink: "https://github.com/richardwsong", | ||
| websiteLink: "https://www.linkedin.com/in/richard-song-837015198/" | ||
| imgPath: "assets/team/lucy_wu.webp", |
Comment on lines
+140
to
+144
| .team-card-view, | ||
| .team-card-col, | ||
| .teamcard-img-top, | ||
| .team-card-title, | ||
| .team-card-description { |
This was referenced Jul 26, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added new images and schedule:

