Skip to content

Commit

Permalink
Added Isabel.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Feb 12, 2024
1 parent 2503501 commit ea79317
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/data/People.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
Binary file added static/images/headshots/iamaya.jpg
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 ea79317

Please sign in to comment.