Skip to content

Commit

Permalink
chore: add missing members (w/o img)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Jun 6, 2024
1 parent 55f892b commit 32f7c62
Showing 1 changed file with 30 additions and 9 deletions.
39 changes: 30 additions & 9 deletions src/assets/data/currentBoard.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,22 @@
},
{
"name": "Jamie Kuang",
"position": "Marketing Coordinator",
"position": "Marketing Director",
"photo": "Jamie_Kuang.jpg",
"links": []
},
{
"name": "Aven Chew",
"position": "Marketing Coordinator",
"photo": "",
"links": []
},
{
"name": "Emma Choi",
"position": "Marketing Coordinator",
"photo": "",
"links": []
},
{
"name": "Brandon Kahn",
"position": "Industry Outreach Coordinator",
Expand Down Expand Up @@ -77,6 +89,11 @@
}
]
},
{
"name": "Christina Thanh Thao Tran",
"position": "Social Relations Chair",
"photo": ""
},
{
"name": "Elisa Fuji",
"position": "Social Relations Chair",
Expand Down Expand Up @@ -150,6 +167,12 @@
}
]
},
{
"name": "Malina Miura",
"position": "Graphic Designer",
"photo": "",
"links": []
},
{
"name": "Grace Jong",
"position": "Graphic Designer",
Expand All @@ -169,22 +192,20 @@
}
]
},
{
"name": "Sammi Li",
"position": "Financial Chair",
"photo": "",
"links": []
},
{
"name": "Kevin Wu",
"position": "Webmaster",
"photo": "Kevin_Wu.png",
"links": [
{
"type": "instagram",
"href": "https://www.instagram.com/kevin.wuuu/"
},
{
"type": "linkedin",
"href": "https://www.linkedin.com/in/kevinwu098"
},
{
"type": "website",
"href": "https://github.com/kevinwu098"
}
]
}
Expand Down

0 comments on commit 32f7c62

Please sign in to comment.