mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Merge pull request #25 from niclaz/members-addition
Adding Members and Community Partners to data for new website
This commit is contained in:
commit
08014164d0
37 changed files with 224 additions and 5 deletions
|
@ -140,6 +140,48 @@ $defs:
|
||||||
format: uri
|
format: uri
|
||||||
thumbs:
|
thumbs:
|
||||||
type: object
|
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:
|
research:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
@ -190,12 +232,31 @@ properties:
|
||||||
type: object
|
type: object
|
||||||
teams:
|
teams:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: true
|
||||||
properties:
|
properties:
|
||||||
core-team:
|
core-team:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
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:
|
projects:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
5
src/community-partners/cryptocanal.yaml
Normal file
5
src/community-partners/cryptocanal.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: CryptoCanal
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/CryptoCanal.png
|
||||||
|
refs:
|
||||||
|
website: https://lu.ma/cryptocanal
|
||||||
|
twitter: cryptocanal
|
5
src/community-partners/ethrome.yaml
Normal file
5
src/community-partners/ethrome.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: ETHRome
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/ETHRome.png
|
||||||
|
refs:
|
||||||
|
website: https://ethrome.org
|
||||||
|
twitter: ETHRome
|
5
src/community-partners/gcc.yaml
Normal file
5
src/community-partners/gcc.yaml
Normal 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
|
5
src/community-partners/hopr.yaml
Normal file
5
src/community-partners/hopr.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: HOPR
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/hopr.svg
|
||||||
|
refs:
|
||||||
|
website: https://hoprnet.org
|
||||||
|
twitter: hoprnet
|
5
src/community-partners/kernel.yaml
Normal file
5
src/community-partners/kernel.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Kernel Community
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/kernel.png
|
||||||
|
refs:
|
||||||
|
website: https://kernel.community/
|
||||||
|
twitter: Kernel0x
|
5
src/community-partners/lunardao.yaml
Normal file
5
src/community-partners/lunardao.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: LunarDAO
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/LunarDAO.png
|
||||||
|
refs:
|
||||||
|
website: https://lunardao.net
|
||||||
|
twitter: lunarpunksquad
|
5
src/community-partners/molochdao.yaml
Normal file
5
src/community-partners/molochdao.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name:
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/MolochDAO.png
|
||||||
|
refs:
|
||||||
|
website: https://molochdao.com
|
||||||
|
twitter: molochdao
|
5
src/community-partners/paralelnipolis.yaml
Normal file
5
src/community-partners/paralelnipolis.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Paralelni Polis
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/polis.png
|
||||||
|
refs:
|
||||||
|
website: https://paralelnipolis.cz/en
|
||||||
|
twitter: Paralelni_polis
|
5
src/community-partners/shieldingsummit.yaml
Normal file
5
src/community-partners/shieldingsummit.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Shielding Summit
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/ssummit.png
|
||||||
|
refs:
|
||||||
|
website: https://shieldingsummit.org
|
||||||
|
twitter: ShieldingSummit
|
5
src/community-partners/urbe.yaml
Normal file
5
src/community-partners/urbe.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Urbe.eth
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/Urbe.png
|
||||||
|
refs:
|
||||||
|
website: https://linktr.ee/urbe.eth
|
||||||
|
twitter: urbeEth
|
5
src/community-partners/zcash.yaml
Normal file
5
src/community-partners/zcash.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Zcash
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/zcash.png
|
||||||
|
refs:
|
||||||
|
website: https://z.cash
|
||||||
|
twitter: zcash
|
|
@ -27,6 +27,32 @@ teams:
|
||||||
- mykola-siusko
|
- mykola-siusko
|
||||||
- pg
|
- pg
|
||||||
- coinmandeer
|
- 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:
|
research:
|
||||||
$load: research
|
$load: research
|
||||||
projects:
|
projects:
|
||||||
|
|
5
src/members/0xbow.yaml
Normal file
5
src/members/0xbow.yaml
Normal 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
5
src/members/codex.yaml
Normal 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
5
src/members/dyne.yaml
Normal 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
5
src/members/gnosis.yaml
Normal 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
5
src/members/intmax.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Intmax
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/intmax.png
|
||||||
|
refs:
|
||||||
|
website: https://www.intmax.io
|
||||||
|
twitter: intmaxIO
|
5
src/members/labyrinth.yaml
Normal file
5
src/members/labyrinth.yaml
Normal 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
5
src/members/logos.yaml
Normal 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
5
src/members/moros.yaml
Normal 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
5
src/members/namada.yaml
Normal 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
5
src/members/nomos.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Nomos
|
||||||
|
imageUrl: https://web3privacy.info/membersLogo/nomos.svg
|
||||||
|
refs:
|
||||||
|
website: https://nomos.tech
|
||||||
|
twitter: Nomos_tech
|
5
src/members/tokendynamics.yaml
Normal file
5
src/members/tokendynamics.yaml
Normal 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
5
src/members/waku.yaml
Normal 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
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
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
BIN
src/people/_images/odd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
BIN
src/people/_images/robert.png
Normal file
BIN
src/people/_images/robert.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
3
src/people/cat.yaml
Normal file
3
src/people/cat.yaml
Normal 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
|
|
@ -1,4 +1,6 @@
|
||||||
name: Coinmandeer
|
name: Coinmandeer
|
||||||
|
caption: UI/UX Design & Brand
|
||||||
|
imageUrl: https://data.web3privacy.info/img/people/coinmandeer.png
|
||||||
refs:
|
refs:
|
||||||
twitter: KeenOfCoin
|
twitter: KeenOfCoin
|
||||||
github: coinmandeer
|
github: coinmandeer
|
||||||
|
|
3
src/people/mf.yaml
Normal file
3
src/people/mf.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name: MF
|
||||||
|
caption: Master of Caffeine
|
||||||
|
imageUrl: https://web3privacy.info/core-contributors/mf.png
|
|
@ -1,5 +1,6 @@
|
||||||
name: Michael Parenti
|
name: Michael Parenti
|
||||||
caption: Cofounder of Bitcoiners Without Borders
|
caption: Ops & vibe
|
||||||
|
imageUrl: https://web3privacy.info/core-contributors/michael-parenti.png
|
||||||
country: at
|
country: at
|
||||||
refs:
|
refs:
|
||||||
twitter: exiledsurfer
|
twitter: exiledsurfer
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
name: Mykola Siusko
|
name: Mykola Siusko
|
||||||
caption: Web3 privacy advocate behind [Web3Privacy Now](https://web3privacy.info/)
|
caption: Chief Empathy Officer
|
||||||
country: es
|
country: es
|
||||||
|
imageUrl: https://data.web3privacy.info/img/people/mykola-siusko.png
|
||||||
refs:
|
refs:
|
||||||
twitter: nicksvyaznoy
|
twitter: nicksvyaznoy
|
||||||
github: msiusko
|
github: msiusko
|
||||||
|
|
3
src/people/odd.yaml
Normal file
3
src/people/odd.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name: Odd
|
||||||
|
caption: Copywriting & Education
|
||||||
|
imageUrl: https://web3privacy.info/core-contributors/odd.png
|
|
@ -1,7 +1,8 @@
|
||||||
name: PG
|
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
|
country: it
|
||||||
|
imageUrl: https://data.web3privacy.info/img/people/pg.jpg
|
||||||
refs:
|
refs:
|
||||||
twitter: PG_CDG
|
twitter: PG_CDG
|
||||||
github: EclecticSamurai
|
github: EclecticSamurai
|
||||||
matrix: pg_cdg:matrix.org
|
matrix: pg_cdg:matrix.org
|
||||||
|
|
3
src/people/robert.yaml
Normal file
3
src/people/robert.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name: Robert de Groot
|
||||||
|
caption: Partnership & Volunteers
|
||||||
|
imageUrl: https://web3privacy.info/core-contributors/robert.png
|
Loading…
Reference in a new issue