Update contributors
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-10-17 09:30:57 +02:00
rodič 0801efbeab
revize fe07af1df2
6 změnil soubory, kde provedl 57 přidání a 22 odebrání

Zobrazit soubor

@ -4,6 +4,13 @@ contributors:
# ---- SPEAKERS ----
- id: silur
name: Abraham Endre
nickname: Silur
link: https://github.com/Silur
bio: Hackoholic Cryptonaut - Early Ethereum dev and blockchain pioneer
roles: [ speaker ]
- id: rachel-oleary
name: Rachel-Rose O'Leary
twitter: lunar_mining
@ -12,12 +19,18 @@ contributors:
desc: |
Rachel-Rose OLeary is a core dev at lunarpunk layer 1, DarkFi. She is also co-editor of the philosophy journal Agorism in the 21st Century. As a writer she has published in egirlcapital, CoinDesk, Defiant, Wired and elsewhere under anonymous accounts. She believes privacy is necessary for communities to define their own destinies.
- id: artem-vorotnikov
name: Artem Vorotnikov
twitter: vorot93
bio: Ethereum Core Developer, creator of Akula
- id: nick-almond
name: Nick Almond
nickname: DrNick
twitter: DrNickA
bio: FactoryDAO
roles: [ speaker ]
- id: juraj-bednar
name: Juraj Bednar
twitter: jurbed
bio: Hacktrophy, Hackyourself.io
roles: [ speaker ]
remote: true
- id: pavol-luptak
name: Pavol Luptak
@ -33,30 +46,24 @@ contributors:
bio: WorldCoin, devpill.me
roles: [ speaker ]
- id: juraj-bednar
name: Juraj Bednar
twitter: jurbed
bio: Hacktrophy, Hackyourself.io
- id: artem-vorotnikov
name: Artem Vorotnikov
twitter: vorot93
bio: Ethereum Core Developer, creator of Akula
roles: [ speaker ]
remote: true
- id: owen-barnes
name: Owen Barnes
nickname: temporalwave
twitter: temporalwave
bio: independent freedom adviser
bio: Independent freedom adviser
roles: [ speaker, mentor ]
- id: william-mitsuda
name: Willian Mitsuda
twitter: wmitsuda
bio: creator of Otterscan
roles: [ speaker ]
remote: true
- id: qedk
name: QEDK
twitter: qedk_
bio: engineering Polygon, Moonshot Collective
bio: Creator of Otterscan
roles: [ speaker ]
remote: true
@ -66,12 +73,32 @@ contributors:
bio: Blockchain for Humanity, Swarm, Giveth
roles: [ speaker, mentor ]
- id: qedk
name: QEDK
twitter: qedk_
bio: Engineering Polygon, Moonshot Collective
roles: [ speaker ]
remote: true
- id: radek-svarz
name: Radek Švarz
twitter: radk
bio: dCZK, Apus.finance
roles: [ speaker ]
- id: lauri-peltonen
name: Lauri Peltonen
twitter: lauripelto
bio: Ethereum & StarkNet @ Equilibrium
roles: [ speaker, mentor ]
# ---- TEAM ----
- id: tree
name: Tree
twitter: treecz
bio: Gwei.cz and BohemianDAO founder, UTXO.22 steward
bio: Gwei.cz and BohemianDAO founder, Ethereum enthusiast
roles: [ team ]
- id: tereza

Zobrazit soubor

@ -20,6 +20,14 @@
}
]
function wrapContributor (c) {
if (c.twitter) {
c.link = 'https://twitter.com/' + c.twitter
}
return c
}
</script>
<svelte:head>
@ -34,10 +42,10 @@
</div>
<div class="flex flex-wrap justify-center">
{#each Object.values(data.contributors).filter(x => x.roles.includes(cat.role)) as item}
{#each Object.values(data.contributors).filter(x => x.roles.includes(cat.role)).map(wrapContributor) as item}
{#if item.name !== undefined}
<div class="bg-black bg-opacity-40 p-6 h-full w-full md:w-1/3 lg:w-1/4">
<a href="https://twitter.com/{item.twitter}" target="_blank">
<a href="{item.link}" target="_blank">
<img
class="h-40 md:h-60 w-full object-cover object-center mb-6 grayscale hover:grayscale-0"
loading="lazy"
@ -55,7 +63,7 @@
<div class="flex flex-row mb-2 {item.remote ? 'contributor-remote' : ''}">
<a
class="text-lg text-white font-medium title-font"
href={`https://twitter.com/${item.twitter}`}
href={item.link}
target="_blank"
>
{item.name}

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 241 KiB

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 15 KiB

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 34 KiB

binární
static/photos/contributors/silur.jpg Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 86 KiB