Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add baord' #129

Merged
merged 1 commit into from
Dec 1, 2023
Merged
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
55 changes: 19 additions & 36 deletions src/data/mockBoard.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ export const BOARD = [
major: "Materials Science and Engineering ",
pronouns: "He/Him",
},
{
name: "Win Thant Tin Han",
position: "Vice President",
links: {},
grade: "3rd Year",
major: "Computer Science",
pronouns: "He/him/his",
},
{
name: "Leslie Kin",
position: "Webmaster & Social Media",
Expand All @@ -18,47 +26,22 @@ export const BOARD = [
pronouns: "She/Her/Hers",
},
{
name: "Evan Littlecat",
position: "President",
links: {
email: "mailto:[email protected]",
linkedin: "mailto:[email protected]",
},
grade: "Sophmore",
major: "Comp Sci",
pronouns: "She/Her/Hers",
},
{
name: "Evan Littlecat",
position: "President",
links: {
email: "mailto:[email protected]",
linkedin: "mailto:[email protected]",
},
grade: "Sophmore",
major: "Comp Sci",
pronouns: "She/Her/Hers",
},
{
name: "Evan Littlecat",
position: "President",
links: {
email: "mailto:[email protected]",
linkedin: "mailto:[email protected]",
},
grade: "Sophmore",
major: "Comp Sci",
pronouns: "She/Her/Hers",
name: "Jacob Mapa",
position: "Treasurer",
links: {},
grade: "3rd Year",
major: "Bioengineering",
pronouns: "He/Hi/Hiss",
},
{
name: "Evan Littlecat",
position: "President",
name: "Dhruv Kanumury ",
position: "Secretary and Outreach Chair",
links: {
email: "mailto:[email protected]",
linkedin: "mailto:[email protected]",
},
grade: "Sophmore",
major: "Comp Sci",
pronouns: "She/Her/Hers",
grade: "3rd Year ",
major: "Bioengineering",
pronouns: "He/Him/His",
},
];