Skip to content

Commit

Permalink
Merge pull request #129 from acm-ucr/menthy/board
Browse files Browse the repository at this point in the history
add baord'
  • Loading branch information
menthy-wu authored Dec 1, 2023
2 parents 7edec25 + f77ed96 commit 2f1a6c8
Showing 1 changed file with 19 additions and 36 deletions.
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@gmail.com",
linkedin: "mailto:email@gmail.com",
},
grade: "Sophmore",
major: "Comp Sci",
pronouns: "She/Her/Hers",
},
{
name: "Evan Littlecat",
position: "President",
links: {
email: "mailto:email@gmail.com",
linkedin: "mailto:email@gmail.com",
},
grade: "Sophmore",
major: "Comp Sci",
pronouns: "She/Her/Hers",
},
{
name: "Evan Littlecat",
position: "President",
links: {
email: "mailto:email@gmail.com",
linkedin: "mailto:email@gmail.com",
},
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@gmail.com",
linkedin: "mailto:email@gmail.com",
},
grade: "Sophmore",
major: "Comp Sci",
pronouns: "She/Her/Hers",
grade: "3rd Year ",
major: "Bioengineering",
pronouns: "He/Him/His",
},
];

0 comments on commit 2f1a6c8

Please sign in to comment.