Merge pull request #25 from niclaz/members-addition

Adding Members and Community Partners to data for new website
This commit is contained in:
PG 2024-09-30 22:56:09 +02:00 committed by GitHub
commit 08014164d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 224 additions and 5 deletions

View file

@ -140,6 +140,48 @@ $defs:
format: uri
thumbs:
type: object
members:
type: object
additionalProperties: false
required:
- name
properties:
name:
type: string
imageUrl:
type: string
format: uri
refs:
type: object
additionalProperties: false
properties:
twitter:
type: string
website:
type: string
thumbs:
type: object
community-partners:
type: object
additionalProperties: false
required:
- name
properties:
name:
type: string
imageUrl:
type: string
format: uri
refs:
type: object
additionalProperties: false
properties:
twitter:
type: string
website:
type: string
thumbs:
type: object
research:
type: object
additionalProperties: false
@ -190,12 +232,31 @@ properties:
type: object
teams:
type: object
additionalProperties: false
additionalProperties: true
properties:
core-team:
type: array
items:
type: string
core-speakers:
type: array
items:
type: string
core-contributors:
type: array
items:
type: string
members:
type: array
items:
$ref: "#/$defs/members"
community-partners:
type: array
items:
$ref: "#/$defs/community-partners"
projects:
type: array
items:

View file

@ -0,0 +1,5 @@
name: CryptoCanal
imageUrl: https://web3privacy.info/membersLogo/CryptoCanal.png
refs:
website: https://lu.ma/cryptocanal
twitter: cryptocanal

View file

@ -0,0 +1,5 @@
name: ETHRome
imageUrl: https://web3privacy.info/membersLogo/ETHRome.png
refs:
website: https://ethrome.org
twitter: ETHRome

View file

@ -0,0 +1,5 @@
name: GCC of Commons
imageUrl: https://web3privacy.info/membersLogo/GCC.png
refs:
website: https://www.gccofficial.org/en
twitter: GCCofCommons

View file

@ -0,0 +1,5 @@
name: HOPR
imageUrl: https://web3privacy.info/membersLogo/hopr.svg
refs:
website: https://hoprnet.org
twitter: hoprnet

View file

@ -0,0 +1,5 @@
name: Kernel Community
imageUrl: https://web3privacy.info/membersLogo/kernel.png
refs:
website: https://kernel.community/
twitter: Kernel0x

View file

@ -0,0 +1,5 @@
name: LunarDAO
imageUrl: https://web3privacy.info/membersLogo/LunarDAO.png
refs:
website: https://lunardao.net
twitter: lunarpunksquad

View file

@ -0,0 +1,5 @@
name:
imageUrl: https://web3privacy.info/membersLogo/MolochDAO.png
refs:
website: https://molochdao.com
twitter: molochdao

View file

@ -0,0 +1,5 @@
name: Paralelni Polis
imageUrl: https://web3privacy.info/membersLogo/polis.png
refs:
website: https://paralelnipolis.cz/en
twitter: Paralelni_polis

View file

@ -0,0 +1,5 @@
name: Shielding Summit
imageUrl: https://web3privacy.info/membersLogo/ssummit.png
refs:
website: https://shieldingsummit.org
twitter: ShieldingSummit

View file

@ -0,0 +1,5 @@
name: Urbe.eth
imageUrl: https://web3privacy.info/membersLogo/Urbe.png
refs:
website: https://linktr.ee/urbe.eth
twitter: urbeEth

View file

@ -0,0 +1,5 @@
name: Zcash
imageUrl: https://web3privacy.info/membersLogo/zcash.png
refs:
website: https://z.cash
twitter: zcash

View file

@ -27,6 +27,32 @@ teams:
- mykola-siusko
- pg
- coinmandeer
members:
$load: members
community-partners:
$load: community-partners
core-speakers:
- david-chaum
- tor-ekeland
- michael-bauwens
- vitalik-buterin
- paul-dylan-ennis
- jaromil
- ameen-soleimani
- ahmed-ghappour
- scott-moore
- juraj-bednar
- kurt-opsahl
- guy-zyskind
core-contributors:
- mykola-siusko
- pg
- michael-parenti
- coinmandeer
- robert
- cat
- odd
- mf
research:
$load: research
projects:

5
src/members/0xbow.yaml Normal file
View file

@ -0,0 +1,5 @@
name: 0xbow
imageUrl: https://web3privacy.info/membersLogo/0xbow.png
refs:
website: https://0xbow.io
twitter: 0xbowio

5
src/members/codex.yaml Normal file
View file

@ -0,0 +1,5 @@
name: Codex
imageUrl: https://web3privacy.info/membersLogo/codex.svg
refs:
website: https://codex.storage
twitter: Codex_storage

5
src/members/dyne.yaml Normal file
View file

@ -0,0 +1,5 @@
name: Dyne
imageUrl: https://web3privacy.info/membersLogo/dyne.png
refs:
website: https://dyne.org
twitter: dyneorg

5
src/members/gnosis.yaml Normal file
View file

@ -0,0 +1,5 @@
name: Gnosis DAO
imageUrl: https://web3privacy.info/membersLogo/gnosisdao.png
refs:
website: https://www.gnosis.io/gnosisdao
twitter: gnosischain

5
src/members/intmax.yaml Normal file
View file

@ -0,0 +1,5 @@
name: Intmax
imageUrl: https://web3privacy.info/membersLogo/intmax.png
refs:
website: https://www.intmax.io
twitter: intmaxIO

View file

@ -0,0 +1,5 @@
name: Labyrinth
imageUrl: https://web3privacy.info/membersLogo/labyrinth.png
refs:
website: https://www.labyrinth.technology
twitter: Labyrinth_HQ

5
src/members/logos.yaml Normal file
View file

@ -0,0 +1,5 @@
name: LOGOS
imageUrl: https://web3privacy.info/membersLogo/logos.svg
refs:
website: https://logos.co
twitter: logos_network

5
src/members/moros.yaml Normal file
View file

@ -0,0 +1,5 @@
name: MorosNet
imageUrl: https://web3privacy.info/membersLogo/moros.png
refs:
website: https://morosnet.com/
twitter: morosnet

5
src/members/namada.yaml Normal file
View file

@ -0,0 +1,5 @@
name: Namada
imageUrl: https://web3privacy.info/membersLogo/namada.png
refs:
website: https://namada.net/
twitter: namada

5
src/members/nomos.yaml Normal file
View file

@ -0,0 +1,5 @@
name: Nomos
imageUrl: https://web3privacy.info/membersLogo/nomos.svg
refs:
website: https://nomos.tech
twitter: Nomos_tech

View file

@ -0,0 +1,5 @@
name: TokenDynamics
imageUrl: https://web3privacy.info/membersLogo/tokendynamics.png
refs:
website: https://tokendynamics.xyz/
twitter: tokendynamics

5
src/members/waku.yaml Normal file
View file

@ -0,0 +1,5 @@
name: WAKU
imageUrl: https://web3privacy.info/membersLogo/waku.svg
refs:
website: https://waku.org
twitter: waku_org

BIN
src/people/_images/cat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
src/people/_images/mf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
src/people/_images/odd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

3
src/people/cat.yaml Normal file
View file

@ -0,0 +1,3 @@
name: cat
caption: Like all pure creatures, cats are practical. William S. Burroughs
imageUrl: https://web3privacy.info/core-contributors/cat.png

View file

@ -1,4 +1,6 @@
name: Coinmandeer
caption: UI/UX Design & Brand
imageUrl: https://data.web3privacy.info/img/people/coinmandeer.png
refs:
twitter: KeenOfCoin
github: coinmandeer

3
src/people/mf.yaml Normal file
View file

@ -0,0 +1,3 @@
name: MF
caption: Master of Caffeine
imageUrl: https://web3privacy.info/core-contributors/mf.png

View file

@ -1,5 +1,6 @@
name: Michael Parenti
caption: Cofounder of Bitcoiners Without Borders
caption: Ops & vibe
imageUrl: https://web3privacy.info/core-contributors/michael-parenti.png
country: at
refs:
twitter: exiledsurfer

View file

@ -1,6 +1,7 @@
name: Mykola Siusko
caption: Web3 privacy advocate behind [Web3Privacy Now](https://web3privacy.info/)
caption: Chief Empathy Officer
country: es
imageUrl: https://data.web3privacy.info/img/people/mykola-siusko.png
refs:
twitter: nicksvyaznoy
github: msiusko

3
src/people/odd.yaml Normal file
View file

@ -0,0 +1,3 @@
name: Odd
caption: Copywriting & Education
imageUrl: https://web3privacy.info/core-contributors/odd.png

View file

@ -1,6 +1,7 @@
name: PG
caption: Organizing [ETHRome](https://ethrome.org) w/ [urbe.eth](https://linktr.ee/urbe.eth), making sauce w/ [SpaghettETH](https://linktr.ee/spaghetteth)
caption: Larrikin sling master
country: it
imageUrl: https://data.web3privacy.info/img/people/pg.jpg
refs:
twitter: PG_CDG
github: EclecticSamurai

3
src/people/robert.yaml Normal file
View file

@ -0,0 +1,3 @@
name: Robert de Groot
caption: Partnership & Volunteers
imageUrl: https://web3privacy.info/core-contributors/robert.png