diff --git a/src/app.css b/src/app.css index 674c2ab..ca34908 100644 --- a/src/app.css +++ b/src/app.css @@ -78,7 +78,7 @@ .person-item:hover img { @apply grayscale-0 invert-0 blur-none; } - .person-item:hover .text-mild { + .person-item:hover .text-mild, .person-item:hover .text-supermild { @apply text-black; } } diff --git a/src/lib/components/PeopleList.svelte b/src/lib/components/PeopleList.svelte index f262519..b2347a6 100644 --- a/src/lib/components/PeopleList.svelte +++ b/src/lib/components/PeopleList.svelte @@ -3,6 +3,8 @@ export let people; export let size = 'normal'; + import SvelteMarkdown from 'svelte-markdown'; + function getPerson(id) { return people.find((p) => p.id === id); } @@ -12,15 +14,18 @@ {#each items.map(getPerson) as item} -
+
{item.name}
+ {#if item.caption} +
+ {/if}
{/each} diff --git a/src/lib/config.yaml b/src/lib/config.yaml index 34fce6a..edc11a2 100644 --- a/src/lib/config.yaml +++ b/src/lib/config.yaml @@ -23,11 +23,13 @@ themes: - title: Identity (ID) - title: Mixnets → Full-Stack Privacy desc: Imagine a Full-Stack Privacy -> how would it even look alike! +- title: Private messaging protocols + desc: We need resilient privacy-preserving, p2p communication layers for Web3, that allows free and uncensored human-to-human, machine-to-machine or hybrid communication. +- title: Solarpunk vs Lunarpunk + desc: For solarpunk to succeed it must integrate the lunarpunk unconscious. The only hope for solarpunk is to [go dark](https://www.egirlcapital.com/writings/107533289). Do you agree? - title: Cryptography - title: Tech journalists desc: Ethical crypto vs global cyberwars agenda -- title: Asian community - desc: It's rare to see asians in Europe, but there are so many of them doing privacy solutions - title: Privacy wars desc: Why are privacy-blockchain socials so toxic? We should stop hating each other & work together - title: Privacy workforce @@ -35,12 +37,8 @@ themes: - title: R&D (ZK, MPC) - title: Network states (with a privacy focus) desc: The network state-as-a-grassroots movement -- title: Solarpunk vs Lunarpunk - desc: For solarpunk to succeed it must integrate the lunarpunk unconscious. The only hope for solarpunk is to [go dark](https://www.egirlcapital.com/writings/107533289). Do you agree? - title: Veksl desc: Easy onboarding to cryptocurrencies without KYC/AML using peer-to-peer tools is crucial for privacy. What options do we have today? -- title: Private messaging protocols - desc: We need resilient privacy-preserving, p2p communication layers for Web3, that allows free and uncensored human-to-human, machine-to-machine or hybrid communication. ticketsIntro: Be a part of the first Web3Privacy Summit experience… ticketsNote: Tickets will go on sale in early March 2023. tickets: @@ -85,22 +83,27 @@ people: name: Mykola Siusko twitter: nicksvyaznoy img: mykola.png + caption: Web3 privacy advocate - id: tree name: Tree twitter: treecz img: tree.jpeg + caption: Creator of lunarpunk hackathons & events - id: juraj-bednar name: Juraj Bednar twitter: jurbed img: juraj-bednar.jpeg + caption: Educator, writer, cryptoanarchist & biohacker - id: mario-havel name: Mario Havel twitter: TMIYChao img: mario-havel.jpeg + caption: Hacker, Co-Founder of [Bordel Hackerspace](https://bordel.paralelnipolis.cz/#/) - id: guy-zyskind name: Guy Zyskind twitter: GuyZys img: guy-zyskind.jpeg + caption: Founder of [Secret Network](https://scrt.network/), CEO SCRT Labs speakers: - guy-zyskind - juraj-bednar diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 7b20227..450c4f5 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -38,7 +38,7 @@
Speakers
-
+
@@ -49,7 +49,7 @@
Hosts
-
+