adding team profile (#81)

This commit is contained in:
Guru 2024-06-03 20:57:04 +05:30 committed by GitHub
parent 19b905c817
commit c5557940f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 117 additions and 6 deletions

View File

@ -283,20 +283,131 @@ import Link from '@docusaurus/Link'
>
<Grid.Item>
<ProfileCard
name='Sasha'
imgSrc='https://avatars.githubusercontent.com/u/118575614?v=4'
name='Alvaro R.'
imgSrc='https://avatars.githubusercontent.com/u/8811422?v=4'
githubUsername='github'
githubLink='https://github.com'
discordUsername='discord'
discordLink='https://discord.gg'
githubLink='https://github.com/alrevuelta'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Arseniy'
imgSrc='https://images7.bamboohr.com/66157/photos/139-1-4.jpg?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9pbWFnZXM3LmJhbWJvb2hyLmNvbS82NjE1Ny8qIiwiQ29uZGl0aW9uIjp7IkRhdGVHcmVhdGVyVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzE3MzYxODU5fSwiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3MTk5NTM4Njl9fX1dfQ__&Signature=gNKD5KdP5bvK0yAQ6VWjktvtekCtbAfru0jG-pX7FCIDbPXVlIRFoR5xmqJuPyNk~WP4~Lkf9KlKv967pdPhzdcwD~Y951wt-KFs-9m-yqGS2aXrff8dWzPzSeXw2Dwz4VKeu5IvQjy-Zs-V-7a~QbhEYc7UC7~xp0njotCz0g~zCBwQmDQtPYMi83TbYJLMYpNzu98SyG0U-ButmT0yjtggrHIJ8q36AzTPkBWxusCJTR6om3UDTJtvBIo1-TyKo1LgPNqOZds-YMY8Dad-6e37Oex0ect6Y3onw~ByMwi0qJWWQRS-61SHHTyTIMyaJRtLkXJ2G5AlQY3JL3z3hg__&Key-Pair-Id=APKAIZ7QQNDH4DJY7K4Q'
githubUsername='github'
githubLink='https://github.com/adklempner'
discordUsername='arseniy.eth'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Danish'
imgSrc='https://avatars.githubusercontent.com/u/35004822?v=4'
githubUsername='github'
githubLink='https://github.com/danisharora099'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Franck'
imgSrc='https://fryorcraken.xyz/images/6164.jpg'
githubUsername='github'
githubLink='https://github.com/fryorcraken'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Gabriel'
imgSrc='https://avatars.githubusercontent.com/u/101006718?v=4'
githubUsername='github'
githubLink='https://github.com/gabrielmer'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Guru'
imgSrc='https://pbs.twimg.com/profile_images/1722661065635377152/GjrfHLAC_400x400.jpg'
githubUsername='github'
githubLink='https://github.com/hackyguru'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Hanno'
imgSrc='https://avatars.githubusercontent.com/u/68783915?v=4'
githubUsername='github'
githubLink='https://github.com/jm-clius'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Marina'
imgSrc='https://cdn.discordapp.com/avatars/534364526330642452/90ea19cb78e2c9a10a4fffc975f2d303?size=1024'
discordUsername="crypto_marina"
discordLink="https://discord.com/users/534364526330642452"
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Pedro'
imgSrc='https://cdn.discordapp.com/avatars/388306101327626240/f4d8470124a2479abe5aaa62e061555d?size=1024'
discordUsername="discord"
discordLink="https://discord.com/users/388306101327626240"
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Prem'
imgSrc='https://avatars.githubusercontent.com/u/20137744?v=4'
githubUsername='github'
githubLink='https://github.com/chaitanyaprem/'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Richard'
imgSrc='https://avatars.githubusercontent.com/u/1106587?v=4'
githubUsername='github'
githubLink='https://github.com/richard-ramos/'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Simon-Pierre'
imgSrc='https://avatars.githubusercontent.com/u/5952132?v=4'
githubUsername='github'
githubLink='https://github.com/SionoiS'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Sasha'
imgSrc='https://avatars.githubusercontent.com/u/118575614?v=4'
githubUsername='github'
githubLink='https://github.com'
githubLink='https://github.com/weboko'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Tanya'
imgSrc='https://avatars.githubusercontent.com/u/120410716?v=4'
githubUsername='github'
githubLink='https://github.com/stubbsta'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Václav'
imgSrc='https://avatars.githubusercontent.com/u/4759808?v=4'
githubUsername='github'
githubLink='https://github.com/vpavlin'
/>
</Grid.Item>
<Grid.Item>
<ProfileCard
name='Zoltan'
imgSrc='https://avatars.githubusercontent.com/u/113987313?v=4'
githubUsername='github'
githubLink='https://github.com/NagyZoltanPeter'
/>
</Grid.Item>
</Grid>