This commit is contained in:
tree 2023-02-13 18:56:05 +01:00
rodič 526095d181
revize 4d95065f9c
4 změnil soubory, kde provedl 48 přidání a 28 odebrání

Zobrazit soubor

@ -4,6 +4,7 @@
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
<meta name="theme-color" content="#000000" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">

Zobrazit soubor

@ -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)

Zobrazit soubor

@ -2,6 +2,8 @@
import '../app.css';
export let data;
import SvelteMarkdown from 'svelte-markdown';
let navbar = false;
const menu = [
@ -19,7 +21,7 @@
<div class="flex">
<div class="flex items-center gap-4 grow">
<div class="w-16 py-2">
<a href="https://web3privacy.info"><img src="/web3privacy-cropped.jpg" /></a>
<a href={data.config.parentUrl}><img src={data.config.logo} alt={data.config.parent} /></a>
</div>
<!--h1 class="text-2xl uppercase">{data.config.title}</h1-->
</div>
@ -51,13 +53,13 @@
<div class="text-3xl md:text-5xl md:mb-4">{data.config.date}</div>
<div class="text-3xl md:text-5xl uppercase">{data.config.venue}</div>
<div class="mt-8 text-lg text-mild mx-4">
<p>Diving into the culture of the Web3 privacy industry</p>
<p>{data.config.slogan}</p>
<p>
<a
href="https://prgblockweek.com"
href={data.config.aggregatorUrl}
target="_blank"
class="underline hover:no-underline external external-mild"
>Prague Blockchain Week 2023</a
>{data.config.aggregator}</a
>
</p>
</div>
@ -72,12 +74,12 @@
<div class="flex gap-4">
<div class="grow">
<div class="w-32 sm:w-42">
<a href="https://web3privacy.info"><img src="/web3privacy-cropped.jpg" /></a>
<a href={data.config.parentUrl}><img src={data.config.logo} alt={data.config.parent} /></a>
</div>
</div>
<div class="text-right">
<div class="">
<a class="inline-block w-5 mr-1" href="https://twitter.com/web3privacy">
<a class="inline-block w-5 mr-1" href="https://twitter.com/{data.config.twitter}">
<svg viewBox="0 0 29 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M28.0266 3.12733C26.9955 3.62938 25.8872 3.96853 24.7242 4.12112C25.9113 3.34005 26.8231 2.10325 27.2524 0.629411C26.1413 1.35279 24.9107 1.87791 23.6009 2.16092C22.5522 0.934264 21.0578 0.167969 19.4039 0.167969C16.2285 0.167969 13.6538 2.99367 13.6538 6.47907C13.6538 6.97373 13.7047 7.45548 13.8028 7.91738C9.02398 7.6542 4.78719 5.14151 1.95117 1.3231C1.45622 2.25521 1.17259 3.33929 1.17259 4.49596C1.17259 6.68564 2.18771 8.61738 3.73058 9.74913C2.78804 9.71637 1.90142 9.43244 1.1262 8.95977C1.12555 8.98607 1.12555 9.01252 1.12555 9.03913C1.12555 12.0969 3.1076 14.6476 5.73804 15.2278C5.25556 15.3721 4.74758 15.4491 4.2232 15.4491C3.85268 15.4491 3.49255 15.4095 3.14137 15.3359C3.87315 17.8432 5.99658 19.6679 8.51282 19.7187C6.54493 21.4115 4.06569 22.4206 1.37163 22.4206C0.907503 22.4206 0.449828 22.3906 0 22.3323C2.54468 24.1231 5.56708 25.168 8.81424 25.168C19.3905 25.168 25.1742 15.5511 25.1742 7.21076C25.1742 6.93712 25.1686 6.66503 25.1576 6.39416C26.2809 5.50451 27.2556 4.39306 28.0265 3.12733H28.0266Z"
@ -85,15 +87,12 @@
/>
</svg>
</a>
<a href="https://twitter.com/web3privacy" class="text-2xl no-underline hover:underline">
@web3privacy
<a href="https://twitter.com/{data.config.twitter}" class="text-2xl no-underline hover:underline">
@{data.config.twitter}
</a>
</div>
<div class="mt-4 text-mild">
💛 Collaboration of <a href="https://web3privacy.info" class="external external-mild"
>Web3Privacy Now</a
>
& <a href="https://ethbrno.cz" class="external external-mild">ETHBrno</a> team
<SvelteMarkdown source={data.config.authors} />
</div>
</div>
</div>

Zobrazit soubor

@ -7,12 +7,18 @@
<svelte:head>
<title>{data.config.title} | {data.config.date}</title>
<meta name="description" content={data.config.desc} />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@{data.config.twitter}" />
<meta name="twitter:title" content="{data.config.title} | {data.config.date}" />
<meta name="twitter:description" content={data.config.desc} />
<meta name="twitter:image" content="https://{data.config.domain}{data.config.image}" />
</svelte:head>
<div class="bg-black" id="about">
<div class="middle-pane-medium pb-16 text-xl text-center mx-auto">
<div class="py-16 md:py-32 md:w-2/3 mx-auto markdown">
<SvelteMarkdown source={data.config.slogan} />
<SvelteMarkdown source={data.config.intro} />
</div>
<div class="section-header">Key themes</div>
<div class="grid md:grid-cols-3 gap-4 md:gap-10">
@ -88,7 +94,7 @@
<div class="middle-pane-medium pt-16 text-xl text-center mx-auto pb-32">
<div class="section-header">Sponsors</div>
<div>
<a href="https://matrix.to/#/@tree:gwei.cz" target="_blank"
<a href={data.config.sponsorUrl} target="_blank"
><button
class="py-2 px-5 bg-white text-black hover:bg-black border border-bg-white hover:text-white"
>Become a Sponsor</button
@ -101,7 +107,7 @@
<div class="bg-black" id="ticket">
<div class="middle-pane-medium pt-16 text-xl text-center mx-auto pb-32">
<div class="section-header">Ticket</div>
<div class="mb-8 text-lg text-mild">Be a part of the first Web3Privacy Summit experience…</div>
<div class="mb-8 text-lg text-mild">{data.config.ticketsIntro}</div>
<div class="grid lg:grid-cols-2 gap-10 md:w-2/3 mx-auto">
{#each data.config.tickets as tt}
<div
@ -126,7 +132,7 @@
</div>
{/each}
</div>
<div class="mt-8 text-xl">Tickets will go on sale in early March 2023.</div>
<div class="mt-8 text-xl">{data.config.ticketsNote}</div>
</div>
</div>