Skip to content
Open
Show file tree
Hide file tree
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
Binary file removed public/assets/ActiveMinds_logo.png
Binary file not shown.
Binary file removed public/assets/team/Nick_Lord.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Footer() {
<Container>
<Row>
<Col md={4} className="footer-copywright">
<h3>Copyright @ 2026 BrainHack Vanderbilt</h3>
<h3>Copyright @ 2025 BrainHack Vanderbilt</h3>
</Col>
<Col md={4} className="footer-body">
<ul className="footer-icons-section">
Expand Down
6 changes: 3 additions & 3 deletions src/components/Home/Hosts.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ function Hosts() {
<span className="host-text">co-hosted with</span>
</Col>
<Col xs="auto">
<a href="" target="_blank" rel="noopener noreferrer">
<a href="https://xy.vandyhacks.org/" target="_blank" rel="noopener noreferrer">
<img
src="/assets/ActiveMinds_logo.png"
alt="ActiveMinds Logo"
src="/assets/vandyhacks_logo.png"
alt="VandyHacks Logo"
className="host-logo"
/>
</a>
Expand Down
9 changes: 0 additions & 9 deletions src/components/Speakers/speakerData.js

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

2 changes: 1 addition & 1 deletion src/components/Team/Team.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function Team() {
<Particle />
<Container>
<h1 className="team-heading text-center mb-5">
2026 <strong className="purple">Organizers</strong>
2025 <strong className="purple">Organizers</strong>
</h1>

{/* Render current year (2025) first */}
Expand Down
6 changes: 0 additions & 6 deletions src/components/Team/teamData.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
const teamData = {
"2025": {
"Organizers": [
{
title: "Nick Lord",
description: "Senior Research Engineer",
team: "Admin",
imgPath: "assets/team/Nick_Lord.png"
},
{
title: "Richard Song",
description: "Undergraduate Student",
Expand Down