diff --git a/data/members.ts b/data/members.ts index 6b2eb968..741ee0a8 100644 --- a/data/members.ts +++ b/data/members.ts @@ -1,32 +1,44 @@ -import xenia from "../public/team/photos/xenia.jpeg"; -import cj from "../public/team/photos/cj.jpeg"; -import matthew from "../public/team/photos/matthew.jpeg"; -import shankar from "../public/team/photos/shankar.jpeg"; -import aaryan from "../public/team/photos/aaryan.jpeg"; -import tobias from "../public/team/photos/tobias.jpeg"; -import jackson from "../public/team/photos/jackson.jpeg"; -import suyash from "../public/team/photos/suyash.jpeg"; +import xenia from "../public/team/photos/xenia.jpg"; +import cj from "../public/team/photos/cj.jpg"; +import matthew from "../public/team/photos/matthew.jpg"; +import shankar from "../public/team/photos/shankar.jpg"; +import aaryan from "../public/team/photos/aaryan.jpg"; +import tobias from "../public/team/photos/tobias.jpg"; +import jackson from "../public/team/photos/jackson.jpg"; +import suyash from "../public/team/photos/suyash.jpg"; +import ethan from "../public/team/photos/EthanJR.png"; +import devan from "../public/team/photos/devanJR.jpg"; +import caleb from "../public/team/photos/calebJR.jpg"; +import jodie from "../public/team/photos/jodieJR.jpg"; +import lala from "../public/team/photos/lalaJR.jpg"; +import dakshesh from "../public/team/photos/daksheshJR.jpg"; export const executive = { "Xenia Khusid": xenia, "CJ Marino": cj, "Matthew Treanor": matthew, + "Dakshesh Amaram": dakshesh, "Shankar Gowrisankar": shankar, + "Devan Patel": devan, "Aaryan Gautam": aaryan, + "Ethan Kusse": ethan, "Tobias Manayath": tobias, + "Lala Liu": lala, + "Caleb Liu": caleb, "Jackson Baimel": jackson, "Suyash Amatya": suyash, + "Jodie Cho": jodie, }; export const teamColors = { president: { bg: "#9e40ee", text: "#ffffff" }, vicePresident: { bg: "#733dbe", text: "#ffffff" }, - Technology: { bg: "#e39036", text: "#ffffff" }, - Logistics: { bg: "#e9bc59", text: "#ffffff" }, - Marketing: { bg: "#d5345d", text: "#ffffff" }, + Technology: { bg: "#e9bc59", text: "#ffffff" }, + Logistics: { bg: "#9e40ee", text: "#ffffff" }, + Marketing: { bg: "#e39036", text: "#ffffff" }, Outreach: { bg: "#292333", text: "#ffffff" }, Finance: { bg: "#733dbe", text: "#ffffff" }, - Sponsorship: { bg: "#9e40ee", text: "#ffffff" }, + Sponsorship: { bg: "#d5345d", text: "#ffffff" }, }; export interface Director { @@ -34,11 +46,17 @@ export interface Director { | "Xenia Khusid" | "CJ Marino" | "Matthew Treanor" + | "Dakshesh Amaram" | "Shankar Gowrisankar" + | "Devan Patel" | "Aaryan Gautam" + | "Ethan Kusse" | "Tobias Manayath" + | "Lala Liu" | "Jackson Baimel" - | "Suyash Amatya"; + | "Caleb Liu" + | "Suyash Amatya" + | "Jodie Cho"; role: string; image: string; "team-color": TeamColor; @@ -86,6 +104,14 @@ export const team: Team = { teamDescription: "The Outreach team is responsible for engaging with the community and local students to promote the hackathon and encourage participation.", }, + { + name: "Dakshesh Amaram", + role: "Jr Director of Outreach", + image: "/team/photos/daksheshJR.jpg", + "team-color": teamColors.Outreach, + teamDescription: + "The Jr Outreach Director assists in engaging with the community and local students to promote the hackathon and encourage participation.", + }, { name: "Shankar Gowrisankar", role: "Director of Finance", @@ -94,6 +120,14 @@ export const team: Team = { teamDescription: "The Finance team is responsible for managing the budget and purchasing necessary items for the hackathon.", }, + { + name: "Devan Patel", + role: "Jr Director of Finance", + image: "/team/photos/devanJR.jpg", + "team-color": teamColors.Finance, + teamDescription: + "The Jr Finance Director assists in managing the budget and purchasing necessary items for the hackathon.", + }, { name: "Aaryan Gautam", role: "Director of Sponsorship", @@ -102,6 +136,14 @@ export const team: Team = { teamDescription: "The Sponsorship team is responsible for reaching out to companies and securing sponsorships to support the hackathon.", }, + { + name: "Ethan Kusse", + role: "Jr Director of Sponsorship", + image: "/team/photos/EthanJR.png", + "team-color": teamColors.Sponsorship, + teamDescription: + "The Jr Sponsorship Director assists in reaching out to companies and securing sponsorships to support the hackathon.", + }, { name: "Tobias Manayath", role: "Director of Logistics", @@ -110,6 +152,14 @@ export const team: Team = { teamDescription: "The Logistics team is responsible for planning and executing the physical aspects of the hackathon, such as food, swag, transportation, and more.", }, + { + name: "Lala Liu", + role: "Jr Director of Logistics", + image: "/team/photos/lalaJR.jpg", + "team-color": teamColors.Logistics, + teamDescription: + "The Jr Logistics Director assists in planning and executing the physical aspects of the hackathon, such as food, swag, transportation, and more.", + }, { name: "Jackson Baimel", role: "Director of Technology", @@ -118,6 +168,14 @@ export const team: Team = { teamDescription: "The Technology team is responsible for developing and maintaining the hackathon website, discord server, and providing technical support during the event.", }, + { + name: "Caleb Liu", + role: "Jr Director of Technology", + image: "/team/photos/calebJR.jpg", + "team-color": teamColors.Technology, + teamDescription: + "The Jr Technology Director assists in developing and maintaining the hackathon website, discord server, and providing technical support during the event.", + }, { name: "Suyash Amatya", role: "Director of Marketing", @@ -126,6 +184,14 @@ export const team: Team = { teamDescription: "The Marketing team is responsible for promoting the hackathon and engaging with participants through social media, fliers, and other marketing materials.", }, + { + name: "Jodie Cho", + role: "Jr Director of Marketing", + image: "/team/photos/jodieJR.jpg", + "team-color": teamColors.Marketing, + teamDescription: + "The Jr Marketing Director assists in promoting the hackathon and engaging with participants through social media, fliers, and other marketing materials.", + }, ], organizers: [ { diff --git a/public/team/photos/EthanJR.png b/public/team/photos/EthanJR.png new file mode 100644 index 00000000..af502212 Binary files /dev/null and b/public/team/photos/EthanJR.png differ diff --git a/public/team/photos/calebJR.jpg b/public/team/photos/calebJR.jpg new file mode 100644 index 00000000..e6016f41 Binary files /dev/null and b/public/team/photos/calebJR.jpg differ diff --git a/public/team/photos/daksheshJR.jpg b/public/team/photos/daksheshJR.jpg new file mode 100644 index 00000000..42566d32 Binary files /dev/null and b/public/team/photos/daksheshJR.jpg differ diff --git a/public/team/photos/devanJR.jpg b/public/team/photos/devanJR.jpg new file mode 100644 index 00000000..49bc95ea Binary files /dev/null and b/public/team/photos/devanJR.jpg differ diff --git a/public/team/photos/jodieJR.jpg b/public/team/photos/jodieJR.jpg new file mode 100644 index 00000000..6e3b3704 Binary files /dev/null and b/public/team/photos/jodieJR.jpg differ diff --git a/public/team/photos/lalaJR.jpg b/public/team/photos/lalaJR.jpg new file mode 100644 index 00000000..cd04a432 Binary files /dev/null and b/public/team/photos/lalaJR.jpg differ