diff --git a/pages/_data/employees.json b/pages/_data/employees.json index a1fc0a47..551f66f5 100644 --- a/pages/_data/employees.json +++ b/pages/_data/employees.json @@ -359,6 +359,12 @@ "linkedin": "https://www.linkedin.com/in/rociomora" } }, + { + "name": "Samantha Kuykendall", + "pronouns": "she/her", + "title": "Administrative Coordinator", + "pic": "s-kuykendall.jpg" + }, { "name": "Sarah Letson", "pronouns": "she/her", diff --git a/src/img/headshots/s-kuykendall.jpg b/src/img/headshots/s-kuykendall.jpg new file mode 100644 index 00000000..1c2006b1 Binary files /dev/null and b/src/img/headshots/s-kuykendall.jpg differ