Skip to content

Commit

Permalink
sofai update
Browse files Browse the repository at this point in the history
  • Loading branch information
novialriptide committed Jan 6, 2025
1 parent a14c7b9 commit ee7b661
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/data/members-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export enum ClubPositionTitle {
Treasurer = 'Treasurer',
Secretary = 'Secretary',
DirectorCompetitiveManagement = 'Director of Competitive Management',
DirectorCommunityManagement = 'Director of Community Management',
DirectorVideoProduction = 'Director of Video Production',
DirectorMarketing = 'Director of Marketing',
DirectorEvents = 'Director of Events',
Expand Down Expand Up @@ -1629,17 +1630,22 @@ export const members: Array<Member> = [
],
},
{
firstName: 'David',
firstName: 'Sofia',
lastName: 'Parlej',
majors: [],
minors: [],
graduationYear: null,
graduationYear: 2022,
positions: [
{
titleName: ClubPositionTitle.EBoardMember,
startYear: 2017,
endYear: 2018,
},
{
titleName: ClubPositionTitle.DirectorCommunityManagement,
startYear: 2018,
endYear: 2019,
},
],
},
{
Expand Down

0 comments on commit ee7b661

Please sign in to comment.