Skip to content

Commit

Permalink
Add data and images
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Jun 11, 2024
1 parent 93b638f commit 9e77136
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 7 deletions.
Binary file added public/governance/axt220137.jpg
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 public/governance/ejb230002.jpg
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 public/governance/hxn200016.jpg
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 public/governance/jaz220003.jpg
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 public/governance/ksi230000.jpg
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 public/governance/tgh210002.jpg
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 public/governance/txr220020.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/data/period-dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ export const periodToLeadershipMap = new Map<string, GoverancePeriod>([
President: 'flh220002',
'Vice President': 'tgh210002',
'Executive Director': '',
Secretary: '',
Treasurer: '',
Secretary: 'hxn200016',
Treasurer: 'txr220020',
},
'Division Heads': {
'Head of Design': '',
'Head of Engineering': '',
'Head of Engineering': 'ksi230000',
'Head of Product': '',
'Head of Marketing': '',
'Head of Marketing': 'jaz220003',
},
'Project Leads': {
'Planner Lead': '',
'Jupiter Lead': '',
'Trends & Skedge Lead': '',
'Jupiter Lead': 'ejb230002',
'Trends & Skedge Lead': 'axt220137',
'API & Platform Lead': 'jjp210000',
'Planner Lead': '',
},
'Our Club Sponsor': {
'Professor and Club Sponsor': 'jxc064000',
Expand Down
42 changes: 42 additions & 0 deletions src/data/person-dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,48 @@ export const netIdToPersonMap = new Map<string, Person>([
linkedIn: 'tylergordonhill',
},
],
[
'hxn200016',
{
name: 'Halimah Nadzaku',
linkedIn: 'halimah-nadzaku-31aa281a9',
},
],
[
'txr220020',
{
name: 'Tejas Ramanujam',
linkedIn: 'tejas-ramanujam',
},
],
[
'ksi230000',
{
name: 'Kenneth Imphean',
linkedIn: 'kenneth-imphean',
},
],
[
'jaz220003',
{
name: 'Joel Zuniga',
linkedIn: 'joelzunigatx',
},
],
[
'ejb230002',
{
name: 'Ethan Bickel',
linkedIn: 'ethanjbickel',
},
],
[
'axt220137',
{
name: 'Abriham Tadepalli',
linkedIn: 'abhiram-tadepalli',
},
],
[
'cnl210000',
{
Expand Down

0 comments on commit 9e77136

Please sign in to comment.