Skip to content

Commit

Permalink
added new people
Browse files Browse the repository at this point in the history
added the juniors and moved people around
  • Loading branch information
1peiwei committed Nov 6, 2024
1 parent 805cbb4 commit aeb83ae
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 17 deletions.
Binary file added public/images/team/members/albert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/members/carolinel.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/members/carolinep.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/members/crystal.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/members/griffin.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/members/vyom.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 53 additions & 17 deletions src/components/Team/teamData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ import { Team } from "@/types/team";
const teamData: Team[] = [
{
id: 1,
image: "gabe.png",
name: "Gabriel Howe",
role: ["Software Captain", "Scouting Captain", "Port/Outreach", "Drive/Strategy"]
},
{
id: 2,
image: "braeden.png",
name: "Braeden Montroy",
role: ["Team Captain", "Mechanical Captain", "Scouting Captain"]
},
{
id: 2,
image: "sanjith.png",
name: "Sanjith Sunil",
role: ["Software Captain", "Scouting", "Electrical", "Web Dev ❤️"]
},
{
id: 3,
image: "rishi.png",
name: "Rishi Patel",
role: ["Drive Captain", "Software"]
image: "gabe.png",
name: "Gabriel Howe",
role: ["Software Captain", "Scouting Captain", "Port/Outreach", "Drive/Strategy"]
},
{
id: 4,
Expand All @@ -27,21 +27,57 @@ const teamData: Team[] = [
},
{
id: 5,
image: "sanjith.png",
name: "Sanjith Sunil",
role: ["Software Captain", "Scouting", "Electrical", "web dev ❤️"]
image: "rishi.png",
name: "Rishi Patel",
role: ["Drive Captain", "Software"]
},
{
id: 7,
image: "peyton.png",
name: "Peyton Weidner",
role: ["Scouting Captain", "Mechanical", "Electrical", "Port/Outreach", "Software"]
},
{
id: 8,
image: "venus.png",
name: "Venus",
role: ["Outreach", "Drive/Strategy", ]
role: ["Outreach", "Drive/Strategy"]
},
{
id: 8,
image: "peyton.png",
name: "Peyton Weidner",
role: ["Scouting Captain", "Mechanical", "Electrical", "Port/Outreach", "Software"]
id: 9,
image: "albert.png",
name: "Albert Mathisz",
role: ["Software", "Mechanical", "Outreach"]
},
{
id: 10,
image: "griffin.jpeg",
name: "Griffin LaRue",
role: ["Mechanical", "Port/Outreach", "Drive/Strategy"]
},
{
id: 11,
image: "vyom.jpeg",
name: "Vyom Madeyanda",
role: ["Mechanical", "Outreach", "Electrical"]
},
{
id: 12,
image: "carolinel.jpeg",
name: "Caroline Locklair",
role: ["Outreach/Portfolio", "Electrical", "Software"]
},
{
id: 13,
image: "carolinep.jpeg",
name: "Caroline Pringle",
role: ["Software", "Outreach/Portfolio"]
},
{
id: 14,
image: "crystal.png",
name: "Crystal Nguyen",
role: ["Outreach/Portfolio"]
}
]

Expand Down

0 comments on commit aeb83ae

Please sign in to comment.