diff --git a/schema/index.yaml b/schema/index.yaml index 32b4921..61f0224 100644 --- a/schema/index.yaml +++ b/schema/index.yaml @@ -88,6 +88,8 @@ $defs: pattern: "^[a-z0-9-]+$" name: type: string + nickname: + type: string caption: type: string country: diff --git a/src/events/index.yaml b/src/events/index.yaml index da66219..61f7bd9 100644 --- a/src/events/index.yaml +++ b/src/events/index.yaml @@ -48,6 +48,24 @@ visitors: 139 links: web: https://lu.ma/web3privacynow_rome + speakers: + - eleanore-blanc + - rik-krieger + - vincenzo-iovino + - alan-scott + - kieran-mesquita + - andrea-togni + - jaromil + - catsnaks + - serinko + - vaclav-pavlin + - alex-zaidelson + - r-prokh + - carlo-chialastri + - limone-eth + - costanza-gallo + - pg + - catsnaks - id: w3pm-prg1 type: meetup diff --git a/src/people/_images/alan-scott.jpeg b/src/people/_images/alan-scott.jpeg new file mode 100644 index 0000000..34b503d Binary files /dev/null and b/src/people/_images/alan-scott.jpeg differ diff --git a/src/people/_images/alex-zaidelson.jpeg b/src/people/_images/alex-zaidelson.jpeg new file mode 100644 index 0000000..1d531c3 Binary files /dev/null and b/src/people/_images/alex-zaidelson.jpeg differ diff --git a/src/people/_images/andrea-togni.jpg b/src/people/_images/andrea-togni.jpg new file mode 100644 index 0000000..b4c373e Binary files /dev/null and b/src/people/_images/andrea-togni.jpg differ diff --git a/src/people/_images/carlo-chialastri.jpeg b/src/people/_images/carlo-chialastri.jpeg new file mode 100644 index 0000000..04678ca Binary files /dev/null and b/src/people/_images/carlo-chialastri.jpeg differ diff --git a/src/people/_images/eleanore-blanc.jpeg b/src/people/_images/eleanore-blanc.jpeg new file mode 100644 index 0000000..7ad24f9 Binary files /dev/null and b/src/people/_images/eleanore-blanc.jpeg differ diff --git a/src/people/_images/jaromil.jpeg b/src/people/_images/jaromil.jpeg new file mode 100644 index 0000000..2204923 Binary files /dev/null and b/src/people/_images/jaromil.jpeg differ diff --git a/src/people/_images/kieran-mesquita.jpeg b/src/people/_images/kieran-mesquita.jpeg new file mode 100644 index 0000000..7566675 Binary files /dev/null and b/src/people/_images/kieran-mesquita.jpeg differ diff --git a/src/people/_images/limone-eth.jpeg b/src/people/_images/limone-eth.jpeg new file mode 100644 index 0000000..46e5b16 Binary files /dev/null and b/src/people/_images/limone-eth.jpeg differ diff --git a/src/people/_images/r-prokh.jpeg b/src/people/_images/r-prokh.jpeg new file mode 100644 index 0000000..50dab56 Binary files /dev/null and b/src/people/_images/r-prokh.jpeg differ diff --git a/src/people/_images/rik-krieger.jpg b/src/people/_images/rik-krieger.jpg new file mode 100644 index 0000000..1e74eed Binary files /dev/null and b/src/people/_images/rik-krieger.jpg differ diff --git a/src/people/_images/serinko.jpeg b/src/people/_images/serinko.jpeg index f72510e..c1c60fc 100644 Binary files a/src/people/_images/serinko.jpeg and b/src/people/_images/serinko.jpeg differ diff --git a/src/people/_images/vaclav-pavlin.jpeg b/src/people/_images/vaclav-pavlin.jpeg new file mode 100644 index 0000000..7611a41 Binary files /dev/null and b/src/people/_images/vaclav-pavlin.jpeg differ diff --git a/src/people/_images/vincenzo-iovino.jpg b/src/people/_images/vincenzo-iovino.jpg new file mode 100644 index 0000000..6a9e0ec Binary files /dev/null and b/src/people/_images/vincenzo-iovino.jpg differ diff --git a/src/people/alan-scott.yaml b/src/people/alan-scott.yaml new file mode 100644 index 0000000..9ea5804 --- /dev/null +++ b/src/people/alan-scott.yaml @@ -0,0 +1,5 @@ +name: Alan Scott +caption: Co-founder of [Railgun](https://www.railgun.org/) +country: us +refs: + twitter: tsu_kareta \ No newline at end of file diff --git a/src/people/alex-zaidelson.yaml b/src/people/alex-zaidelson.yaml new file mode 100644 index 0000000..d68c92a --- /dev/null +++ b/src/people/alex-zaidelson.yaml @@ -0,0 +1,4 @@ +name: Alex Zaidelson +caption: CEO [SCRT Labs](https://www.scrtlabs.com/) +refs: + twitter: azaidelson \ No newline at end of file diff --git a/src/people/andrea-togni.yaml b/src/people/andrea-togni.yaml new file mode 100644 index 0000000..cee243b --- /dev/null +++ b/src/people/andrea-togni.yaml @@ -0,0 +1,2 @@ +name: Andrea Togni +caption: Philosopher, Monero policy workgroup \ No newline at end of file diff --git a/src/people/carlo-chialastri.yaml b/src/people/carlo-chialastri.yaml new file mode 100644 index 0000000..015b411 --- /dev/null +++ b/src/people/carlo-chialastri.yaml @@ -0,0 +1,5 @@ +name: Carlo Avv. Chialastri +caption: Urbe.eth lawyer +country: it +refs: + linkedin: carlo-avv-chialastri-8456a544 \ No newline at end of file diff --git a/src/people/catsnaks.yaml b/src/people/catsnaks.yaml new file mode 100644 index 0000000..9b78b68 --- /dev/null +++ b/src/people/catsnaks.yaml @@ -0,0 +1,2 @@ +name: Catsnaks +caption: "[PSE](https://pse.dev/)" \ No newline at end of file diff --git a/src/people/eleanore-blanc.yaml b/src/people/eleanore-blanc.yaml new file mode 100644 index 0000000..56c272e --- /dev/null +++ b/src/people/eleanore-blanc.yaml @@ -0,0 +1,5 @@ +name: Eléonore Blanc +caption: Crypto Educator & Founder of [CryptoCanal](https://www.cryptocanal.org/), [ETHDam](https://www.ethdam.com/) organiser +country: nl +refs: + twitter: blockblanc \ No newline at end of file diff --git a/src/people/jaromil.yaml b/src/people/jaromil.yaml new file mode 100644 index 0000000..ac685b4 --- /dev/null +++ b/src/people/jaromil.yaml @@ -0,0 +1,5 @@ +name: Denis Roio +nickname: Jaromil +caption: Founder of [Dyne.org](https://dyne.org/) +refs: + twitter: jaromil \ No newline at end of file diff --git a/src/people/kieran-mesquita.yaml b/src/people/kieran-mesquita.yaml new file mode 100644 index 0000000..3803d4d --- /dev/null +++ b/src/people/kieran-mesquita.yaml @@ -0,0 +1,4 @@ +name: Kieran Mesquita +caption: Chief scientist [Railgun DAO](https://www.railgun.org/) +refs: + twitter: mesquka \ No newline at end of file diff --git a/src/people/limone-eth.yaml b/src/people/limone-eth.yaml new file mode 100644 index 0000000..9ea8847 --- /dev/null +++ b/src/people/limone-eth.yaml @@ -0,0 +1,5 @@ +name: limone.eth +caption: Serial hacker and community builder | core [urbeEth](https://twitter.com/urbeeth) & [ETHRome](https://www.ethrome.org/) +country: it +refs: + twitter: limone_eth \ No newline at end of file diff --git a/src/people/r-prokh.yaml b/src/people/r-prokh.yaml new file mode 100644 index 0000000..4f3d245 --- /dev/null +++ b/src/people/r-prokh.yaml @@ -0,0 +1,6 @@ +name: Roma +nickname: r_prokh +caption: Growth Lead @ [Questbook](https://questbook.app/) +country: pt +refs: + twitter: r_prokh \ No newline at end of file diff --git a/src/people/rik-krieger.yaml b/src/people/rik-krieger.yaml new file mode 100644 index 0000000..ad7ede2 --- /dev/null +++ b/src/people/rik-krieger.yaml @@ -0,0 +1,6 @@ +name: Rik Krieger +nickname: rikzrh +caption: Co-founder of [HOPR](https://hoprnet.org/) +country: ch +refs: + twitter: rikzrh \ No newline at end of file diff --git a/src/people/serinko.yaml b/src/people/serinko.yaml index acc9c52..ddc0ce5 100644 --- a/src/people/serinko.yaml +++ b/src/people/serinko.yaml @@ -1,2 +1,4 @@ name: Serinko -caption: Privacy Researcher \ No newline at end of file +caption: Privacy Researcher +refs: + twitter: serinko13 \ No newline at end of file diff --git a/src/people/vaclav-pavlin.yaml b/src/people/vaclav-pavlin.yaml new file mode 100644 index 0000000..ef9e6b5 --- /dev/null +++ b/src/people/vaclav-pavlin.yaml @@ -0,0 +1,5 @@ +name: Václav Pavlín +caption: Core contributor @ [Status](https://status.app/), [Logos](https://logos.co/about), [Waku](https://waku.org/) +country: cz +refs: + twitter: vpavlin \ No newline at end of file diff --git a/src/people/vincenzo-iovino.yaml b/src/people/vincenzo-iovino.yaml new file mode 100644 index 0000000..334bc91 --- /dev/null +++ b/src/people/vincenzo-iovino.yaml @@ -0,0 +1,5 @@ +name: Vincenzo Iovino +caption: Researcher at [Aragon ZK Research](https://research.aragon.org/) +country: it +refs: + twitter: vincenzoiovino \ No newline at end of file