Merge pull request #5 from niclaz/patch-4
Adding Bangkok to event & Speakers to speakers
3
Makefile
|
@ -15,8 +15,5 @@ images:
|
||||||
img-opt:
|
img-opt:
|
||||||
deno run --allow-all utils/img-opt.js
|
deno run --allow-all utils/img-opt.js
|
||||||
|
|
||||||
test:
|
|
||||||
deno test --allow-all utils/test.js
|
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
deno fmt utils/*.js
|
deno fmt utils/*.js
|
BIN
src/events/_images/2024/c24bkk-poster-simple.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
src/events/_images/2024/c24bkk-poster.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
src/events/_images/2024/c24bkk-square.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
src/events/_images/2024/c24bkk-wide-square.png
Normal file
After Width: | Height: | Size: 647 KiB |
BIN
src/events/_images/2024/c24bkk-wide.png
Normal file
After Width: | Height: | Size: 777 KiB |
|
@ -1,3 +1,51 @@
|
||||||
|
- id: c24bkk
|
||||||
|
type: congress
|
||||||
|
date: "2024-11-11"
|
||||||
|
city: Bangkok
|
||||||
|
country: th
|
||||||
|
place: "[TBA](https://congress.web3privacy.info)"
|
||||||
|
place-address: TBA
|
||||||
|
confirmed: true
|
||||||
|
coincidence: "[DevCon](https://devcon.org)"
|
||||||
|
lead: Mykola
|
||||||
|
slots: 16
|
||||||
|
visitors: 300
|
||||||
|
links:
|
||||||
|
web: https://congress.web3privacy.info/
|
||||||
|
git: https://github.com/web3privacy/c24bkk
|
||||||
|
speakers:
|
||||||
|
- ameen-soleimani
|
||||||
|
- scott-moore
|
||||||
|
- silke-noa
|
||||||
|
- kurt-opsahl
|
||||||
|
- nick-almond
|
||||||
|
- jarrad-hope
|
||||||
|
- adrian-brink
|
||||||
|
- tsu-kareta
|
||||||
|
- andreas-miroyato
|
||||||
|
- ahmed-ghappour
|
||||||
|
- alex-gluchowski
|
||||||
|
- amit-chaudhary
|
||||||
|
- ann-brody
|
||||||
|
- claire-kart
|
||||||
|
- costanza-gallo
|
||||||
|
- daniel-luca
|
||||||
|
- lefteris-karapetsas
|
||||||
|
- lasha-antatze
|
||||||
|
- auryn-macmillan
|
||||||
|
- bob-summerwill
|
||||||
|
- manu-alzuru
|
||||||
|
- dapplion
|
||||||
|
- kris
|
||||||
|
- hsinju-chuang
|
||||||
|
- michelle-lai
|
||||||
|
- ying-tong
|
||||||
|
- remi-gai
|
||||||
|
- pie-man
|
||||||
|
- oskarth
|
||||||
|
- nate
|
||||||
|
- gavin-birch
|
||||||
|
|
||||||
- id: s23prg
|
- id: s23prg
|
||||||
type: summit
|
type: summit
|
||||||
date: "2023-06-05"
|
date: "2023-06-05"
|
||||||
|
|
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 42 KiB |
5
src/people/adrian-brink.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Adrian Brink
|
||||||
|
caption: Co-founder of [Namada](https://namada.net) and [Anoma](https://anoma.net/)
|
||||||
|
country: us
|
||||||
|
refs:
|
||||||
|
twitter: adrianbrink
|
5
src/people/ahmed-ghappour.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Ahmed Ghappour
|
||||||
|
caption: General Counsel of [Espresso Systems](https://www.espressosys.com/)
|
||||||
|
country: gb
|
||||||
|
refs:
|
||||||
|
twitter: ghappour
|
5
src/people/alex-gluchowski.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Alex Gluchowski
|
||||||
|
caption: Co-Founder of [Matter Labs](https://matter-labs.io/) & [ZKSync](https://www.zksync.io/)
|
||||||
|
country: us
|
||||||
|
refs:
|
||||||
|
twitter: gluk64
|
5
src/people/amit-chaudhary.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Amit Chaudhary
|
||||||
|
caption: Founder of [Labyrinth](https://www.labyrinth.technology/)
|
||||||
|
country: in
|
||||||
|
refs:
|
||||||
|
twitter: amitchax
|
5
src/people/andreas-miroyato.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Andreas Miroyato
|
||||||
|
caption: Co-founder of [Fileverse](https://fileverse.io/)
|
||||||
|
country: es
|
||||||
|
refs:
|
||||||
|
twitter: miroyato
|
5
src/people/ann-brody.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Ann Brody
|
||||||
|
caption: Independent Researcher McGill University
|
||||||
|
country: us
|
||||||
|
refs:
|
||||||
|
twitter: annbrody7
|
|
@ -1,4 +1,4 @@
|
||||||
name: Arturo FIlasto
|
name: Arturo Filasto
|
||||||
caption: Founder & CTO [Open Observatory of Network Interference](https://ooni.org/), former key person in [Tor](https://www.torproject.org/)
|
caption: Founder & CTO [Open Observatory of Network Interference](https://ooni.org/), former key person in [Tor](https://www.torproject.org/)
|
||||||
country: it
|
country: it
|
||||||
refs:
|
refs:
|
5
src/people/auryn-macmillan.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Auyrn Macmillan
|
||||||
|
caption: Core at [Gnosis Guild](https://www.gnosisguild.org/)
|
||||||
|
country: us
|
||||||
|
refs:
|
||||||
|
twitter: auryn_macmillan
|
5
src/people/bob-summerwill.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Bob Summerwill
|
||||||
|
caption: Executive Director of [ETC Cooperative](https://etccooperative.org/)
|
||||||
|
country: us
|
||||||
|
refs:
|
||||||
|
twitter: bobsummerwill
|
5
src/people/claire-kart.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Claire Kart
|
||||||
|
caption: CMO of [Aztec](https://aztec.network/)
|
||||||
|
country: gb
|
||||||
|
refs:
|
||||||
|
twitter: clairekart
|
5
src/people/daniel-luca.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Daniel Luca
|
||||||
|
caption: Tech VC at [Eden Block](https://www.edenblock.com/)
|
||||||
|
country: it
|
||||||
|
refs:
|
||||||
|
twitter: cleanunicorn
|
5
src/people/dapplion.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Dapplion
|
||||||
|
caption: Core dev at [Sigma Prime](https://sigmaprime.io/)
|
||||||
|
country: us
|
||||||
|
refs:
|
||||||
|
twitter: dapplion
|
5
src/people/gavin-birch.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Gavin Birch
|
||||||
|
caption: Core at [vKnowable](https://knowable.vc/) & [Namada](https://namada.net/)
|
||||||
|
country: us
|
||||||
|
refs:
|
||||||
|
twitter: Ether_Gavin
|
4
src/people/hsinju-chuang.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name: Hsinju Chuang
|
||||||
|
caption: Head of Growth at [Fhenix](https://www.fhenix.io/)
|
||||||
|
refs:
|
||||||
|
twitter: hsinjuchuang
|
5
src/people/jarrad-hope.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Jarrad Hope
|
||||||
|
caption: Founder of [Logos](https://logos.co) & [Status](https://status.app/)
|
||||||
|
country: au
|
||||||
|
refs:
|
||||||
|
twitter: jarradhope_
|
4
src/people/kris.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name: Kris
|
||||||
|
caption: ex-Ops for [Gitcoin Citizens](https://www.gitcoin.co/program)
|
||||||
|
refs:
|
||||||
|
twitter: krrisis
|
5
src/people/kurt-opsahl.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Kurt Opsahl
|
||||||
|
caption: Associate General Counsel [Filecoin Foundation](https://www.fil.org/)
|
||||||
|
country: us
|
||||||
|
refs:
|
||||||
|
twitter: kurtopsahl
|
5
src/people/lasha-antatze.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Lasha Antatze
|
||||||
|
caption: Core at [Rarimo Protocol](https://rarimo.com/)
|
||||||
|
country: us
|
||||||
|
refs:
|
||||||
|
twitter: LashaAntadze
|
5
src/people/lefteris-karapetsas.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Lefteris Karapetsas
|
||||||
|
caption: Founder of [Rotki](https://rotki.com/)
|
||||||
|
country: ge
|
||||||
|
refs:
|
||||||
|
twitter: LefterisJP
|
4
src/people/michelle-lai.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name: Michelle Lai
|
||||||
|
caption: Board at [Electric Coin Co](https://electriccoin.co/)
|
||||||
|
refs:
|
||||||
|
twitter: michlai007
|
5
src/people/nate.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Nate
|
||||||
|
caption: Core at Token Dynamics
|
||||||
|
country: us
|
||||||
|
refs:
|
||||||
|
twitter: OfficialESC
|
4
src/people/oskarth.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name: Oskarth
|
||||||
|
caption: Independent Researcher
|
||||||
|
refs:
|
||||||
|
twitter: oskarth
|
5
src/people/pie-man.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Pie Man
|
||||||
|
caption: Co-founder of [Fairblock Network](https://www.fairblock.network/)
|
||||||
|
country:
|
||||||
|
refs:
|
||||||
|
twitter: Pememoni
|
4
src/people/remi-gai.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name: Remi Gai
|
||||||
|
caption: Co-founder at [INCO](https://www.inco.org/)
|
||||||
|
refs:
|
||||||
|
twitter: remi_gai
|
5
src/people/scott-moore.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Scott Moore
|
||||||
|
caption: Co-founder of [Gitcoin](https://www.gitcoin.co/)
|
||||||
|
country: us
|
||||||
|
refs:
|
||||||
|
twitter: notscottmoore
|
5
src/people/silke-noa.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name: Silke Noa
|
||||||
|
caption: Lawyer and member of [AssangeDAO](https://assangedao.substack.com/)
|
||||||
|
country: gb
|
||||||
|
refs:
|
||||||
|
twitter: silkenoa
|
4
src/people/ying-tong.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name: Ying Tong
|
||||||
|
caption: Independent cryptographer & [Geometry Research](https://geometry.xyz/)
|
||||||
|
refs:
|
||||||
|
twitter: therealyingtong
|