diff --git a/src/data/People.ts b/src/data/People.ts index f26a8374..d44acc22 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: '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', diff --git a/static/images/headshots/hardin.jpg b/static/images/headshots/hardin.jpg new file mode 100644 index 00000000..329a887f Binary files /dev/null and b/static/images/headshots/hardin.jpg differ