8000 Feat: Update Heroes profiles by adityaoberai · Pull Request #562 · appwrite/website · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Feat: Update Heroes profiles #562

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 16 additions & 18 deletions src/routes/heroes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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'
}
];

Expand Down
Binary file added static/images/heroes/avatars/jason.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/heroes/avatars/nishant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
0