Skip to content

Commit

Permalink
Add Spencer
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Sep 18, 2024
1 parent c45be07 commit b331e6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added public/governance/sxn200066.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/data/period-dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ export const periodToLeadershipMap = new Map<string, GoverancePeriod>([
Treasurer: 'txr220020',
},
'Division Heads': {
'Head of Design': '',
'Head of Engineering': 'ksi230000',
'Head of Design': '',
'Head of Product': 'sxn200066',
'Head of Marketing': 'jaz220003',
},
'Project Leads': {
Expand Down
7 changes: 7 additions & 0 deletions src/data/person-dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ export const netIdToPersonMap = new Map<string, Person>([
name: 'Vacant',
},
],
[
'sxn200066',
{
name: 'Spencer Ng',
linkedIn: 'spencer-dot-ng',
},
],
[
'tgh210002',
{
Expand Down

0 comments on commit b331e6f

Please sign in to comment.