Updating team profile image sources and past events (#87)

* Making team profile pictures load directly instead of cdn links (#85)

* updating the team section with missing members and prefered pictures

* making team image sources direct instead of cdn links

* updating old events as past (#86)
This commit is contained in:
Guru 2024-06-19 13:55:58 +05:30 committed by GitHub
parent c7aabfd0ed
commit bb6ea6ca5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 40 additions and 39 deletions

View File

@ -21,7 +21,30 @@ import {
<EventCardList
upcoming={[
]}
past={[
{
thumbnail: '/events/eth-latam.png',
title: 'Waku at ETHDam',
date: 'Apr 12 - Apr 14\n2024',
location: 'Amsterdam\nThe Netherlands',
},
{
thumbnail: '/events/eth-latam.png',
title: 'Hack with Waku at ETHLATAM : First Waku sponsored hackathon of 2024',
date: 'Mar 13 - Mar 14\n2024',
location: 'San Pedro Sula\nHonduras',
href: '/events/eth-latam',
},
{
thumbnail: '/events/eth-taipei.png',
title: 'Waku at ETHTaipei',
date: 'Mar 21 - Mar 22\n2024',
location: 'Taipei city\nTaiwan',
href: '/events/eth-taipei',
},
{
thumbnail: '/events/wsas.jpg',
title: 'Waku at WSAS',
date: 'May 7 - May 8\n2024',
@ -78,26 +101,4 @@ import {
href: '/events/w3pn-prague',
}
]}
past={[
{
thumbnail: '/events/eth-latam.png',
title: 'Waku at ETHDam',
date: 'Apr 12 - Apr 14\n2024',
location: 'Amsterdam\nThe Netherlands',
},
{
thumbnail: '/events/eth-latam.png',
title: 'Hack with Waku at ETHLATAM : First Waku sponsored hackathon of 2024',
date: 'Mar 13 - Mar 14\n2024',
location: 'San Pedro Sula\nHonduras',
href: '/events/eth-latam',
},
{
thumbnail: '/events/eth-taipei.png',
title: 'Waku at ETHTaipei',
date: 'Mar 21 - Mar 22\n2024',
location: 'Taipei city\nTaiwan',
href: '/events/eth-taipei',
},
]}
/>

View File

@ -242,7 +242,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Alvaro R.'
imgSrc='https://avatars.githubusercontent.com/u/8811422?v=4'
imgSrc='/team/alvaro.png'
githubUsername='github'
githubLink='https://github.com/alrevuelta'
/>
@ -250,7 +250,7 @@ import Link from '@docusaurus/Link'
<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'
imgSrc='/team/arseiny.jpeg'
githubUsername='github'
githubLink='https://github.com/adklempner'
discordUsername='arseniy.eth'
@ -259,7 +259,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Danish'
imgSrc='https://avatars.githubusercontent.com/u/35004822?v=4'
imgSrc='/team/danish.jpeg'
githubUsername='github'
githubLink='https://github.com/danisharora099'
/>
@ -267,7 +267,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Franck'
imgSrc='https://fryorcraken.xyz/images/6164.jpg'
imgSrc='/team/franck.jpeg'
githubUsername='github'
githubLink='https://github.com/fryorcraken'
/>
@ -275,7 +275,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Gabriel'
imgSrc='https://avatars.githubusercontent.com/u/101006718?v=4'
imgSrc='/team/gabriel.jpeg'
githubUsername='github'
githubLink='https://github.com/gabrielmer'
/>
@ -283,7 +283,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Guru'
imgSrc='https://pbs.twimg.com/profile_images/1722661065635377152/GjrfHLAC_400x400.jpg'
imgSrc='/team/guru.jpeg'
githubUsername='github'
githubLink='https://github.com/hackyguru'
/>
@ -291,7 +291,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Hanno'
imgSrc='https://avatars.githubusercontent.com/u/68783915?v=4'
imgSrc='/team/hanno.png'
githubUsername='github'
githubLink='https://github.com/jm-clius'
/>
@ -299,7 +299,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Marina'
imgSrc='https://cdn.discordapp.com/avatars/534364526330642452/90ea19cb78e2c9a10a4fffc975f2d303?size=1024'
imgSrc='/team/marina.jpeg'
discordUsername="crypto_marina"
discordLink="https://discord.com/users/534364526330642452"
/>
@ -307,7 +307,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Pedro'
imgSrc='https://cdn.discordapp.com/avatars/388306101327626240/f4d8470124a2479abe5aaa62e061555d?size=1024'
imgSrc='/team/pedro.png'
discordUsername="discord"
discordLink="https://discord.com/users/388306101327626240"
/>
@ -323,7 +323,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Richard'
imgSrc='https://avatars.githubusercontent.com/u/1106587?v=4'
imgSrc='/team/richard.png'
githubUsername='github'
githubLink='https://github.com/richard-ramos/'
/>
@ -331,7 +331,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Simon-Pierre'
imgSrc='https://avatars.githubusercontent.com/u/5952132?v=4'
imgSrc='/team/sp.jpeg'
githubUsername='github'
githubLink='https://github.com/SionoiS'
/>
@ -339,7 +339,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Sasha'
imgSrc='https://avatars.githubusercontent.com/u/118575614?v=4'
imgSrc='/team/sasha.png'
githubUsername='github'
githubLink='https://github.com/weboko'
/>
@ -347,7 +347,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Sergei'
imgSrc='https://avatars.githubusercontent.com/u/7126627?v=4'
imgSrc='/team/sergei.jpeg'
githubUsername='github'
githubLink='https://github.com/s-tikhomirov/'
/>
@ -355,7 +355,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Solomon'
imgSrc='https://avatars.githubusercontent.com/u/47832826?v=4'
imgSrc='/team/solomon.png'
githubUsername='github'
githubLink='https://github.com/LordGhostX'
/>
@ -363,7 +363,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Tanya'
imgSrc='https://avatars.githubusercontent.com/u/120410716?v=4'
imgSrc='/team/tanya.jpeg'
githubUsername='github'
githubLink='https://github.com/stubbsta'
/>
@ -371,7 +371,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Václav'
imgSrc='https://avatars.githubusercontent.com/u/4759808?v=4'
imgSrc='/team/vaclav.jpeg'
githubUsername='github'
githubLink='https://github.com/vpavlin'
/>
@ -379,7 +379,7 @@ import Link from '@docusaurus/Link'
<Grid.Item>
<ProfileCard
name='Zoltan'
imgSrc='https://avatars.githubusercontent.com/u/113987313?v=4'
imgSrc='/team/zoltan.jpeg'
githubUsername='github'
githubLink='https://github.com/NagyZoltanPeter'
/>

BIN
static/team/alvaro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
static/team/arseiny.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
static/team/danish.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
static/team/franck.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
static/team/gabriel.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
static/team/guru.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
static/team/hanno.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

BIN
static/team/marina.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
static/team/pedro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

BIN
static/team/richard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

BIN
static/team/sasha.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
static/team/sergei.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
static/team/solomon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
static/team/sp.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
static/team/tanya.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
static/team/vaclav.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
static/team/zoltan.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB