From 4d95065f9c1736c2e4cb34bb2cd5133a8f40a88a Mon Sep 17 00:00:00 2001 From: tree Date: Mon, 13 Feb 2023 18:56:05 +0100 Subject: [PATCH] Updates --- src/app.html | 1 + src/lib/config.js | 16 +++++++++++++- src/routes/+layout.svelte | 45 +++++++++++++++++++-------------------- src/routes/+page.svelte | 14 ++++++++---- 4 files changed, 48 insertions(+), 28 deletions(-) diff --git a/src/app.html b/src/app.html index 993a3f0..16e9eee 100644 --- a/src/app.html +++ b/src/app.html @@ -4,6 +4,7 @@ + %sveltekit.head% diff --git a/src/lib/config.js b/src/lib/config.js index b4e23f9..48e708f 100644 --- a/src/lib/config.js +++ b/src/lib/config.js @@ -6,7 +6,19 @@ title: Web3Privacy Prague 2023 shortname: "Web3Privacy Summit #1" date: Monday, 5. June 2023 venue: X10, Prague -slogan: | +domain: prague.web3privacy.info +image: "/web3privacy.png" +logo: "/web3privacy-cropped.jpg" +twitter: web3privacy +parent: Web3Privacy Now +parentUrl: https://web3privacy.info +desc: June 5, 2023 - A lunarpunk conference focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research. +authors: "💛 Collaboration of [Web3Privacy Now](https://web3privacy.info) & [ETHBrno](https://ethbrno.cz) team" +slogan: Diving into the culture of the Web3 privacy industry +aggregator: Prague Blockchain Week 2023 +aggregatorUrl: http://prgblockweek.com/ +sponsorUrl: https://matrix.to/#/@tree:gwei.cz +intro: | We need to protect our privacy, and that's why we're coming together on June 5 to Prague to sit down and discuss different aspects of privacy in the Web3 industry - how we can help shape it and make it more accessible - building a shared culture. The conference complements the research project [Web3Privacy Now](http://web3privacy.info/) and was created by joining forces with the production team of the privacy hackathon [ETHBrno](https://ethbrno.cz/). themes: - title: Human rights DAOs (pro-privacy) @@ -31,6 +43,8 @@ themes: 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: - title: All-day Access price: 2350 CZK (~99 EUR) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 12f4984..3c3e9f5 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -2,7 +2,9 @@ import '../app.css'; export let data; - let navbar = false; + import SvelteMarkdown from 'svelte-markdown'; + + let navbar = false; const menu = [ { title: 'About', url: '#about' }, @@ -19,27 +21,27 @@
- + {data.config.parent}
- + {#each menu as mi} {/each}
- {#if navbar} -
- {#each menu as mi} - - {/each} -
- {/if} + {#if navbar} +
+ {#each menu as mi} + + {/each} +
+ {/if}
@@ -51,13 +53,13 @@
{data.config.date}
{data.config.venue}
-

Diving into the culture of the Web3 privacy industry

+

{data.config.slogan}

Prague Blockchain Week 2023{data.config.aggregator}

@@ -72,12 +74,12 @@
- + {data.config.parent}
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 973abd8..b3a46dd 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -7,12 +7,18 @@ {data.config.title} | {data.config.date} + + + + + +