diff --git a/packages/website/data/team.yaml b/packages/website/data/team.yaml index 14486553..a4f04491 100644 --- a/packages/website/data/team.yaml +++ b/packages/website/data/team.yaml @@ -83,3 +83,21 @@ github: https://github.com/dghelm linkedin: https://www.linkedin.com/in/dghelm/ twitter: https://twitter.com/danielgileshelm + +- name: Marissa Hudson + position: Engineering Intern + image: ./team/marissa-hudson.jpeg + social: + github: https://github.com/fluffy9 + +- name: Alice Hlidkova + position: Executive Assistant + image: ./team/alice-hlidkova.jpeg + +- name: Ayoung Jeon + position: Developer Advocate + image: ./team/ayoung-jeon.jpeg + social: + github: https://github.com/ayoungjeon + linkedin: https://www.linkedin.com/in/ajeon/ + twitter: https://twitter.com/ayoung_jeon diff --git a/packages/website/data/team/alice-hlidkova.jpeg b/packages/website/data/team/alice-hlidkova.jpeg new file mode 100644 index 00000000..6207d846 Binary files /dev/null and b/packages/website/data/team/alice-hlidkova.jpeg differ diff --git a/packages/website/data/team/ayoung-jeon.jpeg b/packages/website/data/team/ayoung-jeon.jpeg new file mode 100644 index 00000000..63b18ff1 Binary files /dev/null and b/packages/website/data/team/ayoung-jeon.jpeg differ diff --git a/packages/website/data/team/marissa-hudson.jpeg b/packages/website/data/team/marissa-hudson.jpeg new file mode 100644 index 00000000..16befed9 Binary files /dev/null and b/packages/website/data/team/marissa-hudson.jpeg differ diff --git a/packages/website/src/pages/about.js b/packages/website/src/pages/about.js index 35907f58..efd5ca43 100644 --- a/packages/website/src/pages/about.js +++ b/packages/website/src/pages/about.js @@ -293,7 +293,7 @@ export const query = graphql` } image { childImageSharp { - gatsbyImageData(width: 80, placeholder: BLURRED, formats: [AUTO, WEBP, AVIF]) + gatsbyImageData(width: 80, height: 80, placeholder: BLURRED, formats: [AUTO, WEBP, AVIF]) } } }