diff --git a/src/data/People.ts b/src/data/People.ts index 6c560c1e..e5aaa2e6 100644 --- a/src/data/People.ts +++ b/src/data/People.ts @@ -1,6 +1,20 @@ import type Person from '../lib/models/Person'; export const People: readonly Person[] = [ + { + id: 'iamaya', + name: 'Isabel Amaya', + active: true, + advised: true, + level: 'undergrad', + dept: 'The Information School', + coadvisor: null, + bio: 'Isabel is an undergraduate in Informatics, interested in creating equitable spaces for students learning CS. She is interested in design and product management.', + url: 'https://www.linkedin.com/in/isabel-amaya123/', + startdate: 2024, + enddate: null, + achievements: [], + }, { id: 'maxs', name: 'Max Skorodinsky', diff --git a/static/images/headshots/iamaya.jpg b/static/images/headshots/iamaya.jpg new file mode 100644 index 00000000..961eb6a2 Binary files /dev/null and b/static/images/headshots/iamaya.jpg differ