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 #143 from acm-ucr/dev
update board for 2024-2025 year
- Loading branch information
Showing
2 changed files
with
60 additions
and
19 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -2,36 +2,33 @@ export const BOARD = [ | |
{ | ||
name: "Vinesh Manian", | ||
position: "President", | ||
links: {}, | ||
grade: "3rd ", | ||
links: { | ||
linkedin: "https://www.linkedin.com/in/vinesh-manian-371464183", | ||
}, | ||
grade: "4th Year ", | ||
major: "Materials Science and Engineering ", | ||
pronouns: "He/Him", | ||
pronouns: "He/Him/His", | ||
}, | ||
{ | ||
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", | ||
links: { | ||
instagram: "https://www.instagram.com/yukiki.kin/?hl=en", | ||
email: "[email protected]", | ||
linkedin: "http://linkedin.com/in/win-thant-tin-han-319b63207", | ||
}, | ||
grade: "2nd Year ", | ||
major: "Chemical Engineering", | ||
pronouns: "She/Her/Hers", | ||
grade: "4th Year ", | ||
major: "Computer Science", | ||
pronouns: "He/Him/His", | ||
}, | ||
{ | ||
name: "Jacob Mapa", | ||
position: "Treasurer", | ||
links: {}, | ||
grade: "3rd Year", | ||
links: { | ||
linkedin: "http://linkedin.com/in/jacob-mapa-ba4875200", | ||
}, | ||
grade: "4th Year ", | ||
major: "Bioengineering", | ||
pronouns: "He/Hi/Hiss", | ||
pronouns: "He/Him/His", | ||
}, | ||
{ | ||
name: "Dhruv Kanumury ", | ||
|
@@ -40,8 +37,52 @@ export const BOARD = [ | |
email: "mailto:[email protected]", | ||
linkedin: "mailto:[email protected]", | ||
}, | ||
grade: "4th Year ", | ||
major: "Bioengineering", | ||
pronouns: "He/Him/His", | ||
}, | ||
{ | ||
name: "Santiago Avila", | ||
position: "General Officer", | ||
links: { | ||
email: "[email protected]", | ||
linkedin: "http://linkedin.com/in/santiago-avila-a08839297", | ||
}, | ||
grade: "3rd Year ", | ||
major: "Bioengineering", | ||
pronouns: "He/Him/His", | ||
}, | ||
{ | ||
name: "Anoushka Limaye", | ||
position: "General Officer", | ||
links: { | ||
email: "[email protected]", | ||
linkedin: "http://linkedIn.com/in/anoushka-limaye/", | ||
}, | ||
grade: "2nd Year ", | ||
major: "Mechanical Engineering", | ||
pronouns: "She/Her/Hers", | ||
}, | ||
{ | ||
name: "Hana Thai", | ||
position: "General Officer", | ||
links: { | ||
email: "[email protected]", | ||
linkedin: "https://www.linkedin.com/in/hana-thai/", | ||
}, | ||
grade: "3rd Year ", | ||
major: "Bioengineering", | ||
pronouns: "She/Her/Hers", | ||
}, | ||
{ | ||
name: "Sarbesh Sankar", | ||
position: "General Officer", | ||
links: { | ||
email: "[email protected]", | ||
linkedin: "https://www.linkedin.com/in/sarbesh-sankar/", | ||
}, | ||
grade: "2nd Year ", | ||
major: "Computer Engineering", | ||
pronouns: "He/Him/His", | ||
}, | ||
]; |