[ENG-477] - New team members (#743)

new team members
This commit is contained in:
Utku 2023-04-21 18:49:41 +03:00 committed by GitHub
parent 761724696d
commit 637efd4701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View file

@ -71,6 +71,31 @@ export const teamMembers: Array<TeamMemberProps> = [
twitter: 'https://twitter.com/mmmintdesign',
dribbble: 'https://dribbble.com/mmmint'
}
},
{
name: 'Ameer Al Ashhab',
role: 'React Engineer & Designer',
image: teamImages['ameer.jpg']!,
socials: {
github: 'https://github.com/ameer2468'
}
},
{
name: 'Vítor Vasconcellos',
role: 'React Engineer & Designer',
image: teamImages['vitor.jpg']!,
socials: {
github: 'https://github.com/HeavenVolkoff'
}
},
{
name: 'Nik Elšnik',
role: 'React Engineer & Designer',
image: teamImages['nikec.jpg']!,
socials: {
github: 'https://github.com/niikeec',
twitter: 'https://twitter.com/nikec_'
}
}
];