Skip to content

Commit

Permalink
Imported new members
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Oct 12, 2021
2 parents 10e907f + c54b26d commit ca0e17c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 15 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 18 additions & 8 deletions src/lib/officers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ export const OFFICERS: Officer[] = [
positions: { [TERM_SPRING_21]: "ICC Representative" },
picture: "joshua-hughes.png",
},
{
name: "Samuel Valls",
positions: {
[TERM_SPRING_21]: "Community Manager",
[TERM_FALL_21]: "Create Officer",
},
picture: "samuel-valls.png",
},
{
name: "Wilbert Rodriguez",
positions: { [TERM_SPRING_21]: "Intern Program Manager" },
Expand Down Expand Up @@ -137,6 +129,16 @@ export const OFFICERS: Officer[] = [
positions: { [TERM_FALL_21]: "Dev Officer" },
picture: "andy-lasso.png",
},
{
name: "Rina Watanabe",
positions: { [TERM_FALL_21]: "Dev Officer, Project Manager"},
picture: "rina-watanabe.png",
},
{
name: "Jorge Mejia",
positions: { [TERM_FALL_21]: "Dev Officer"},
picture: "jorge-mejia.png",
},
{
name: "Mike Ploythai",
positions: {
Expand All @@ -145,6 +147,14 @@ export const OFFICERS: Officer[] = [
},
picture: "mike-ploythai.png",
},
{
name: "Samuel Valls",
positions: {
[TERM_SPRING_21]: "Community Manager",
[TERM_FALL_21]: "Create Officer",
},
picture: "samuel-valls.png",
},
{
name: "Lisa Hong",
positions: { [TERM_SPRING_21]: "Create Officer" },
Expand Down
Binary file added static/assets/authors/jorge-mejia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/authors/rina-watanabe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit ca0e17c

@vercel
Copy link

@vercel vercel bot commented on ca0e17c Oct 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.