generated from acm-ucr/acm-ucr-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from acm-ucr/sdrabla/boardData
Add board datafile
- Loading branch information
Showing
30 changed files
with
206 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,206 @@ | ||
import Brianna from "@/public/board/Briana_Lam.webp"; | ||
import Ryan_Lew from "@/public.board/Ryan_Lew.webp"; | ||
import Megan from "@/public/board/Megan_Ho.webp"; | ||
import Renne from "@/public/board/Renne_Sanchex.webp"; | ||
import Marcus from "@/public/board/Marcus_Lee.webp"; | ||
import Dominic from "@/public/board/Dominic_Rivera.webp"; | ||
import Alex from "@/public/board/Alex_Sin.webp"; | ||
import Irene from "@/public/board/Irene_Li.webp"; | ||
import Kyle from "@/public/board/Kyle_Chan.webp"; | ||
import Ingrid from "@/public/board/Ingrid_Yee.webp"; | ||
import Ryan_Hoang from "@/public/board/Ryan_Hoang.webp"; | ||
import Yoonah from "@/public/board/Yoonah_Choi.webp"; | ||
import Isabelle from "@/public/board/Isabelle_Huang.webp"; | ||
import Yuhan from "@/public/board/Yuhan_Shi.webp"; | ||
import Joshua from "@/public/board/Joshua_Yu.webp"; | ||
import Anson from "@/public/board/Anson_Gao.webp"; | ||
import Kathy from "@/public/board/Kathy_Liu.webp"; | ||
import Connor from "@/public/board/Connor_Lao.webp"; | ||
import Mia from "@/public/board/Mia_Chiang.webp"; | ||
import Samantha from "@/public/board/Samantha_Lee.webp"; | ||
import Nathan from "@/public/board/Nathan_Cheung.webp"; | ||
import Peter from "@/public/board/Peter_Hsia.webp"; | ||
import Andy from "@/public/board/Andy_Banh.webp"; | ||
import Kaelyn from "@/public/board/Kaelyn_Lam.webp"; | ||
import Aidan from "@/public/board/Aidan_Lam.webp"; | ||
import Andrew from "@public/board/Andrew_Zhang.webp"; | ||
import Caitlyn from "@/public/board/Caitlyn_Hang.webp"; | ||
import Ryan_Nguyen from "@/public/board/Ryan_Nguyen.webp"; | ||
import Stephanie from "@/public/board/Stephanie_Huang.webp"; | ||
|
||
export const boardInfo = [ | ||
{ | ||
image: Brianna, | ||
name: "Brianna Lam", | ||
title: "President", | ||
color: "csa-red-100", | ||
}, | ||
{ | ||
image: Ryan_Lew, | ||
name: "Ryan Lew", | ||
title: "External Vice President", | ||
color: "csa-red-200", | ||
}, | ||
{ | ||
image: Megan, | ||
name: "Megan Ho", | ||
title: "Internal Vice President", | ||
color: "csa-red-200", | ||
}, | ||
{ | ||
image: Renne, | ||
name: "Renne Sanchez", | ||
title: "Financial Vice President", | ||
color: "csa-red-200", | ||
}, | ||
{ | ||
image: Marcus, | ||
name: "Marcus Lee", | ||
title: "Senior Advisor", | ||
color: "csa-green-100", | ||
}, | ||
{ | ||
image: Dominic, | ||
name: "Dominic Rivera", | ||
title: "Senior Advisor", | ||
color: "csa-green-100", | ||
}, | ||
{ | ||
image: Alex, | ||
name: "Alex Sin", | ||
title: "Social Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Irene, | ||
name: "Irene Li", | ||
title: "Social Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Kyle, | ||
name: "Kyle Chan", | ||
title: "Public Relations Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Ingrid, | ||
name: "Ingrid Yee", | ||
title: "Public Relations Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Ryan_Hoang, | ||
name: "Ryan Hoang", | ||
title: "Fundraising Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Yoonah, | ||
name: "Yoonah Choi", | ||
title: "Fundraising Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Isabelle, | ||
name: "Isabelle Huang", | ||
title: "Design Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Yuhan, | ||
name: "Yuhan Shi", | ||
title: "Design Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Joshua, | ||
name: "Joshua Yu", | ||
title: "Media Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Anson, | ||
name: "Anson Gao", | ||
title: "Media Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Kathy, | ||
name: "Kathy Liu", | ||
title: "Family Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Connor, | ||
name: "Connor Lau", | ||
title: "Family Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Mia, | ||
name: "Mia Chiang", | ||
title: "Chinese Culture Night Director", | ||
color: "csa-tan-100", | ||
}, | ||
{ | ||
image: Samantha, | ||
name: "Samantha Lee", | ||
title: "Chinese Culture Night Scriptwriter", | ||
color: "csa-tan-100", | ||
}, | ||
{ | ||
image: Nathan, | ||
name: "Nathan Cheung", | ||
title: "Chinese Culture Night Producer", | ||
color: "csa-tan-100", | ||
}, | ||
{ | ||
image: Peter, | ||
name: "Peter Hsia", | ||
title: "Chinese Culture Night Stage Crew Manager", | ||
color: "csa-tan-100", | ||
}, | ||
{ | ||
image: Andy, | ||
name: "Andy Banh", | ||
title: "Dance Coordinator", | ||
color: "csa-grey-200", | ||
}, | ||
{ | ||
image: Kaelyn, | ||
name: "Kaelyn Lam", | ||
title: "Dance Coordinator", | ||
color: "csa-grey-200", | ||
}, | ||
{ | ||
image: Aidan, | ||
name: "Aidan Lam", | ||
title: "Esport Coordinator", | ||
color: "csa-grey-200", | ||
}, | ||
{ | ||
image: Andrew, | ||
name: "Andrew Zhang", | ||
title: "Sports Coordinator", | ||
color: "csa-grey-200", | ||
}, | ||
{ | ||
image: Caitlyn, | ||
name: "Caitlun Hang", | ||
title: "Sports Coordinator", | ||
color: "csa-grey-200", | ||
}, | ||
{ | ||
image: Ryan_Nguyen, | ||
name: "Ryan Nguyen", | ||
title: "Philanthropy Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
{ | ||
image: Stephanie, | ||
name: "Stephanie Huang", | ||
title: "Academic Chair", | ||
color: "csa-yellow-300", | ||
}, | ||
]; |