diff --git a/pages/_data/employees.json b/pages/_data/employees.json index 5e9ebabf..87465e7e 100644 --- a/pages/_data/employees.json +++ b/pages/_data/employees.json @@ -298,6 +298,15 @@ "linkedin": "https://www.linkedin.com/in/sarahletson/" } }, + { + "name": "Sarah Sachs, PhD", + "pronouns": "she/her", + "title": "Principal UX Researcher", + "pic": "s-sachs.jpg", + "social": { + "linkedin": "https://www.linkedin.com/in/sesachs/" + } + }, { "name": "Shelby Drayton", "pronouns": "she/her", diff --git a/src/img/headshots/s-sachs.jpg b/src/img/headshots/s-sachs.jpg new file mode 100644 index 00000000..3adb4932 Binary files /dev/null and b/src/img/headshots/s-sachs.jpg differ