Skip to content

Commit

Permalink
[ENG-1805] Update team page (#2568)
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
ameer2468 committed Jun 26, 2024
1 parent 1d9013f commit 2e00af3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 20 deletions.
Binary file added apps/landing/public/images/team/haden.jpg
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 apps/landing/public/images/team/matheus.jpg
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 apps/landing/public/images/team/valerie.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 26 additions & 20 deletions apps/landing/src/app/team/people.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,54 +13,60 @@ export const teamMembers: Array<TeamMemberProps> = [
}
},
{
name: 'Utku Bakır',
location: 'Toronto, Canada',
role: 'Product Manager & TypeScript Engineer',
imageUrl: '/images/team/utku.jpg',
socials: {
github: 'https://github.com/utkubakir'
}
name: 'Valerie Wong',
location: 'Vancouver, Canada',
role: 'Director of Operations',
imageUrl: '/images/team/valerie.jpeg',
},
{
name: 'Ericson Soares',
location: 'Rio de Janeiro, Brazil',
role: 'Rust Engineer - Core & VDFS',
role: 'Head of Engineering - Rust',
imageUrl: '/images/team/ericson.jpg',
socials: {
twitter: 'https://x.com/fogodev',
github: 'https://github.com/fogodev'
}
},
{
name: 'Mihail Dounaev',
location: 'Finland',
role: 'Graphic Designer - Icons & Animations',
imageUrl: '/images/team/mihail.jpg',
name: 'Ameer Al Ashhab',
location: 'Amman, Jordan',
role: 'Product Manager & TypeScript Engineer - Interface Design',
imageUrl: '/images/team/ameer.jpg',
socials: {
twitter: 'https://x.com/mmmintdesign',
dribbble: 'https://dribbble.com/mmmint'
github: 'https://github.com/ameer2468'
}
},
{
name: 'Ameer Al Ashhab',
location: 'Jordan',
role: 'TypeScript Engineer - Interface Design',
imageUrl: '/images/team/ameer.jpg',
name: 'Matheus Consoli',
location: 'São Paulo, Brazil',
role: 'Rust Engineer',
imageUrl: '/images/team/matheus.jpg',
socials: {
github: 'https://github.com/ameer2468'
github: 'https://github.com/matheus-consoli',
}
},
{
name: 'Vítor Vasconcellos',
location: 'Rio de Janeiro, Brazil',
role: 'TypeScript Engineer',
role: 'Fullstack Devops Engineer',
imageUrl: '/images/team/vitor.jpg',
socials: {
github: 'https://github.com/HeavenVolkoff',
gitlab: 'https://gitlab.com/VitorVasconcellos',
twitter: 'https://x.com/vasvas10'
}
},
{
name: 'Mihail Dounaev',
location: 'Finland',
role: 'Graphic Designer - Icons & Animations',
imageUrl: '/images/team/mihail.jpg',
socials: {
twitter: 'https://x.com/mmmintdesign',
dribbble: 'https://dribbble.com/mmmint'
}
},
{
name: 'Matthew Yung',
location: 'Vancouver, Canada',
Expand Down

0 comments on commit 2e00af3

Please sign in to comment.