Skip to content

Commit

Permalink
Added Rayana.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Mar 4, 2024
1 parent 1762af8 commit dc0c788
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: 'rlyons8',
name: 'Rayana Lyons',
active: true,
advised: true,
level: 'undergrad',
dept: 'Paul G. Allen School of Computer Science & Engineering',
coadvisor: null,
bio: 'Rayana is an undergraduate studying Computer Science. She is interested in dismantling barriers in computing education and expanding minority participation in CS.',
url: 'https://www.linkedin.com/in/isabel-amaya123/',
startdate: 2024,
enddate: null,
achievements: [],
},
{
id: 'iamaya',
name: 'Isabel Amaya',
Expand Down
Binary file added static/images/headshots/rlyons8.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 dc0c788

Please sign in to comment.