diff --git a/src/routes/heroes/+page.svelte b/src/routes/heroes/+page.svelte index 503874a7ff..1ce0bc8c5f 100644 --- a/src/routes/heroes/+page.svelte +++ b/src/routes/heroes/+page.svelte @@ -22,17 +22,6 @@ linkedin: 'https://www.linkedin.com/in/dianasoyster', avatar: 'images/heroes/avatars/diana.png' }, - { - name: 'Stephen Simon', - role: 'Community Director', - bio: "Stephen Simon leads one of the world's largest developer communities and has been instrumental in\ - developing and implementing strategies to foster a sense of belonging and connection among community members.\ - He also currently works on React and Azure.", - github: 'https://github.com/codewithsimon', - twitter: 'https://twitter.com/codewithsimon', - linkedin: 'https://www.linkedin.com/in/codewithsimon', - avatar: 'images/heroes/avatars/stephen.png' - }, { name: 'Lucas Audart', role: 'Web Consultant', @@ -74,13 +63,22 @@ avatar: 'images/heroes/avatars/mickael.png' }, { - name: 'Emilia', - role: 'Software Engineer', - bio: "Emilia is a current student who actively focuses on system administration and coding. She likes working with Docker, Linux, Svelte, and Go, is currently exploring Envoy proxy, Crowdsec, Kubernetes, and Rust, and happens to be one of the most active contributors in Appwrite's Discord community.", - github: 'https://github.com/Emiliaaah', - twitter: 'https://twitter.com/CodingEmilia', - linkedin: 'https://www.linkedin.com/in/emilia-van-der-ploeg', - avatar: 'images/heroes/avatars/emilia.png' + name: 'Jason Torres', + role: 'Freelance Community Manager', + bio: "Jason Torres a former film-maker turned developer who is currently exploring Developer Advocacy and Community Management freelance, and hosting The Tech Commute, a series of Twitter Spaces catered towards developers.", + github: 'https://github.com/jasonetorres', + twitter: 'https://twitter.com/tasonjorres', + linkedin: 'https://www.linkedin.com/in/thejasontorres', + avatar: 'images/heroes/avatars/jason.png' + }, + { + name: 'Nishant Jain', + role: 'Frontend Developer', + bio: "Nishant Jain is a frontend developer and community builder from Indore, India. He has been actively contributing to the Appwrite community as a Discord moderator.", + github: 'https://github.com/Nishantjain10', + twitter: 'https://twitter.com/devnishant10', + linkedin: 'https://www.linkedin.com/in/nishantj2002/', + avatar: 'images/heroes/avatars/nishant.png' } ]; diff --git a/static/images/heroes/avatars/jason.png b/static/images/heroes/avatars/jason.png new file mode 100644 index 0000000000..803599b5bb Binary files /dev/null and b/static/images/heroes/avatars/jason.png differ diff --git a/static/images/heroes/avatars/nishant.png b/static/images/heroes/avatars/nishant.png new file mode 100644 index 0000000000..8a33d4eaa6 Binary files /dev/null and b/static/images/heroes/avatars/nishant.png differ