add new team members
This commit is contained in:
parent
18e6822293
commit
4c3397d5ca
|
@ -83,3 +83,21 @@
|
||||||
github: https://github.com/dghelm
|
github: https://github.com/dghelm
|
||||||
linkedin: https://www.linkedin.com/in/dghelm/
|
linkedin: https://www.linkedin.com/in/dghelm/
|
||||||
twitter: https://twitter.com/danielgileshelm
|
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
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
Binary file not shown.
After Width: | Height: | Size: 788 KiB |
Binary file not shown.
After Width: | Height: | Size: 705 KiB |
|
@ -293,7 +293,7 @@ export const query = graphql`
|
||||||
}
|
}
|
||||||
image {
|
image {
|
||||||
childImageSharp {
|
childImageSharp {
|
||||||
gatsbyImageData(width: 80, placeholder: BLURRED, formats: [AUTO, WEBP, AVIF])
|
gatsbyImageData(width: 80, height: 80, placeholder: BLURRED, formats: [AUTO, WEBP, AVIF])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue