diff --git a/data/data.yaml b/data/data.yaml index ce9bc60..9302f34 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -16,6 +16,9 @@ contributorTypes: advisors: title: Advisors role: advisor + volunteers: + title: Volunteers + role: volunteer team: title: Core Team role: team @@ -147,6 +150,7 @@ contributors: name: dhadrien twitter: dhadrien_ bio: Founder of Sismo / ZK, Privacy, Decentralization and History + remote: true roles: [ speaker ] - id: chris-blec @@ -168,6 +172,12 @@ contributors: bio: Curiosity driven. Open science, individual privacy, collective cognition roles: [ mentor ] + - id: mykola-siusko + name: Mykola Siusko + twitter: nicksvyaznoy + bio: Web3 fixer | Curing surveillance capitalism + roles: [ speaker ] + # ---- ADVISORS ---- - id: mario-havel @@ -190,6 +200,28 @@ contributors: bio: Nethermind, previously Ethereum Magicians roles: [ advisor, judge ] + # ---- VOLUNTEERS ---- + + - id: gabari + name: Bryce + nickname: gabari + twitter: gabari___ + bio: Former head of communication for a top 3 DAO, Member of Developer DAO + roles: [ volunteer ] + + - id: hazae41 + name: Hugo + nickname: Haz Æ 41 + twitter: hazae41 + bio: Sponsor & Speakers seeker | Software Engineer specialised in Privacy & Decentralized systems, member of Developer DAO + roles: [ volunteer ] + + - id: victor + name: Victor + twitter: Heliatr0p + bio: Sponsors & Speakers seeker | Software Engineer + roles: [ volunteer ] + # ---- TEAM ---- - id: tree diff --git a/static/photos/contributors/gabari.jpg b/static/photos/contributors/gabari.jpg new file mode 100644 index 0000000..03332f6 Binary files /dev/null and b/static/photos/contributors/gabari.jpg differ diff --git a/static/photos/contributors/hazae41.jpg b/static/photos/contributors/hazae41.jpg new file mode 100644 index 0000000..7a429f7 Binary files /dev/null and b/static/photos/contributors/hazae41.jpg differ diff --git a/static/photos/contributors/mykola-siusko.jpg b/static/photos/contributors/mykola-siusko.jpg new file mode 100644 index 0000000..d3f69fd Binary files /dev/null and b/static/photos/contributors/mykola-siusko.jpg differ diff --git a/static/photos/contributors/victor.jpg b/static/photos/contributors/victor.jpg new file mode 100644 index 0000000..b9853e9 Binary files /dev/null and b/static/photos/contributors/victor.jpg differ