Skip to content

Commit

Permalink
Added Caroline.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Apr 15, 2024
1 parent e05bfae commit 140ebaa
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: 'hardin',
name: 'Caroline Hardin',
active: true,
advised: false,
level: 'faculty',
dept: 'Computer Hardin',
coadvisor: null,
bio: 'Caroline and I collaborate on CS teacher education topics.',
url: 'https://cs.wwu.edu/hardinc3',
startdate: 2023,
enddate: null,
achievements: [],
},
{
id: 'rlyons8',
name: 'Rayana Lyons',
Expand Down
Binary file added static/images/headshots/hardin.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 140ebaa

Please sign in to comment.