Skip to content

Commit

Permalink
chore: add stragglers
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Jun 9, 2024
1 parent 32f7c62 commit b574aa7
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 7 deletions.
47 changes: 40 additions & 7 deletions src/assets/data/currentBoard.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,32 @@
{
"name": "Aven Chew",
"position": "Marketing Coordinator",
"photo": "",
"links": []
"photo": "Aven_Chew.jpg",
"links": [
{
"type": "instagram",
"href": "https://www.instagram.com/avennchew"
},
{
"type": "linkedin",
"href": "https://www.linkedin.com/in/avenchew/"
}
]
},
{
"name": "Emma Choi",
"position": "Marketing Coordinator",
"photo": "",
"links": []
"photo": "Emma_Choi.jpeg",
"links": [
{
"type": "instagram",
"href": "https://www.instagram.com/emma.__.choi"
},
{
"type": "linkedin",
"href": "https://www.linkedin.com/in/emma-choi-a48b35218/"
}
]
},
{
"name": "Brandon Kahn",
Expand Down Expand Up @@ -92,7 +110,13 @@
{
"name": "Christina Thanh Thao Tran",
"position": "Social Relations Chair",
"photo": ""
"photo": "Christina_Tran.jpg",
"links": [
{
"type": "instagram",
"href": "https://www.instagram.com/crisptinaa"
}
]
},
{
"name": "Elisa Fuji",
Expand Down Expand Up @@ -170,8 +194,17 @@
{
"name": "Malina Miura",
"position": "Graphic Designer",
"photo": "",
"links": []
"photo": "Malina_Miura.jpg",
"links": [
{
"type": "linkedin",
"href": "https://www.linkedin.com/in/malina-miura-a66933245/"
},
{
"type": "instagram",
"href": "https://instagram.com/kiyoberries"
}
]
},
{
"name": "Grace Jong",
Expand Down
Binary file added src/assets/images/board/current/Aven_Chew.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 src/assets/images/board/current/Emma_Choi.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b574aa7

Please sign in to comment.