This commit is contained in:
burningtree 2023-02-16 20:41:29 +00:00
parent 9628a33fe0
commit 1b0197d914
8 changed files with 155 additions and 99 deletions

View file

@ -607,7 +607,7 @@ table.table-custom{
color: rgb(255 255 255 / 0.7);
}
.person-item:hover .table-custom th{
.person-item:hover .table-custom th, .topic-item:hover .table-custom th{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
@ -654,7 +654,7 @@ table.table-custom{
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.person-item:hover .text-mild, .person-item:hover .text-supermild{
.person-item:hover .text-mild, .person-item:hover .text-supermild, .topic-item:hover .text-mild{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}

View file

@ -1,5 +1,5 @@
import { _ } from "./_layout-68f6d432.js";
import { default as default2 } from "../components/pages/_layout.svelte-2f842b9f.js";
import { default as default2 } from "../components/pages/_layout.svelte-b01be7cb.js";
export {
default2 as component,
_ as universal

View file

@ -1,4 +1,4 @@
import { default as default2 } from "../components/pages/_page.svelte-faad47a7.js";
import { default as default2 } from "../components/pages/_page.svelte-3b0d8dc2.js";
export {
default2 as component
};

View file

@ -156,13 +156,13 @@ function create_each_block$1(ctx) {
ctx[5].twitter
));
attr(a0, "target", "_blank");
attr(div1, "class", "mt-4 speaker-name animate-speaker");
attr(div1, "class", "mt-4 speaker-name animate-speaker text-xl");
attr(a1, "href", a1_href_value = twitterLink(
/*item*/
ctx[5].twitter
));
attr(a1, "class", "hover:underline animate-speaker");
attr(div2, "class", "text-base text-mild");
attr(div2, "class", "text-lg text-mild");
attr(div3, "class", div3_class_value = "hover:bg-white hover:text-black p-2 " + /*size*/
(ctx[1] === "small" ? "w-2/3 sm:w-48" : "w-2/3 sm:w-64") + " person-item");
},
@ -461,9 +461,9 @@ function create_each_block_4(ctx) {
this.h();
},
h() {
attr(div0, "class", "text-2xl animate-topic");
attr(div1, "class", "mt-4 text-lg markdown");
attr(div2, "class", "bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6");
attr(div0, "class", "text-2xl animate-section");
attr(div1, "class", "mt-4 text-lg text-mild markdown");
attr(div2, "class", "bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item");
},
m(target, anchor) {
insert_hydration(target, div2, anchor);
@ -478,8 +478,8 @@ function create_each_block_4(ctx) {
dispose = listen(
div2,
"mouseenter",
/*animateTopic*/
ctx[1]
/*animateSection*/
ctx[1](35)
);
mounted = true;
}
@ -580,6 +580,7 @@ function create_each_block_3(ctx) {
let t0;
let td1;
let div;
let span;
let t1_value = (
/*pi*/
ctx[11].title + ""
@ -595,6 +596,8 @@ function create_each_block_3(ctx) {
let t4;
let t5;
let current;
let mounted;
let dispose;
let if_block = (
/*pi*/
ctx[11].desc && create_if_block_2(ctx)
@ -606,6 +609,7 @@ function create_each_block_3(ctx) {
t0 = space();
td1 = element("td");
div = element("div");
span = element("span");
t1 = text(t1_value);
t2 = space();
t3 = text(t3_value);
@ -626,7 +630,10 @@ function create_each_block_3(ctx) {
var td1_nodes = children(td1);
div = claim_element(td1_nodes, "DIV", { class: true });
var div_nodes = children(div);
t1 = claim_text(div_nodes, t1_value);
span = claim_element(div_nodes, "SPAN", { class: true });
var span_nodes = children(span);
t1 = claim_text(span_nodes, t1_value);
span_nodes.forEach(detach);
t2 = claim_space(div_nodes);
t3 = claim_text(div_nodes, t3_value);
div_nodes.forEach(detach);
@ -640,6 +647,7 @@ function create_each_block_3(ctx) {
},
h() {
attr(td0, "class", "text-right time xl:whitespace-nowrap sm:w-16 xl:w-36");
attr(span, "class", "animate-section");
attr(div, "class", "text-xl");
attr(td1, "class", "text-left");
attr(tr, "class", "");
@ -651,7 +659,8 @@ function create_each_block_3(ctx) {
append_hydration(tr, t0);
append_hydration(tr, td1);
append_hydration(td1, div);
append_hydration(div, t1);
append_hydration(div, span);
append_hydration(span, t1);
append_hydration(div, t2);
append_hydration(div, t3);
append_hydration(td1, t4);
@ -659,6 +668,15 @@ function create_each_block_3(ctx) {
if_block.m(td1, null);
append_hydration(tr, t5);
current = true;
if (!mounted) {
dispose = listen(
tr,
"mouseenter",
/*animateSection*/
ctx[1](35)
);
mounted = true;
}
},
p(ctx2, dirty) {
var _a2;
@ -714,6 +732,8 @@ function create_each_block_3(ctx) {
detach(tr);
if (if_block)
if_block.d();
mounted = false;
dispose();
}
};
}
@ -865,6 +885,8 @@ function create_each_block_1(ctx) {
let t5;
let t6;
let current;
let mounted;
let dispose;
let each_value_2 = (
/*tt*/
ctx[5].includes
@ -933,8 +955,8 @@ function create_each_block_1(ctx) {
this.h();
},
h() {
attr(div0, "class", "text-3xl uppercase");
attr(div1, "class", "text-xl mt-6 font-bold");
attr(div0, "class", "text-3xl uppercase animate-section");
attr(div1, "class", "text-xl mt-6 font-bold animate-section");
attr(ul, "class", "mt-6 text-lg text-left list-disc px-6");
attr(div2, "class", "bg-[#0d1117] hover:border-0 py-10 px-10 hover:text-black hover:bg-white");
},
@ -958,6 +980,15 @@ function create_each_block_1(ctx) {
if_block1.m(div2, null);
append_hydration(div2, t6);
current = true;
if (!mounted) {
dispose = listen(
div2,
"mouseenter",
/*animateSection*/
ctx[1](40)
);
mounted = true;
}
},
p(ctx2, dirty) {
if ((!current || dirty & /*data*/
@ -1045,6 +1076,8 @@ function create_each_block_1(ctx) {
if_block0.d();
if (if_block1)
if_block1.d();
mounted = false;
dispose();
}
};
}
@ -1061,6 +1094,8 @@ function create_each_block(ctx) {
let sveltemarkdown;
let t2;
let current;
let mounted;
let dispose;
sveltemarkdown = new SvelteMarkdown({ props: { source: (
/*fi*/
ctx[2].text
@ -1093,7 +1128,7 @@ function create_each_block(ctx) {
this.h();
},
h() {
attr(div0, "class", "text-2xl font-bold mb-6");
attr(div0, "class", "text-2xl font-bold mb-6 animate-section");
attr(div1, "class", "text-lg markdown");
attr(div2, "class", "py-10 px-4 hover:bg-white hover:text-black");
},
@ -1106,6 +1141,15 @@ function create_each_block(ctx) {
mount_component(sveltemarkdown, div1, null);
append_hydration(div2, t2);
current = true;
if (!mounted) {
dispose = listen(
div2,
"mouseenter",
/*animateSection*/
ctx[1](15)
);
mounted = true;
}
},
p(ctx2, dirty) {
if ((!current || dirty & /*data*/
@ -1133,6 +1177,8 @@ function create_each_block(ctx) {
if (detaching)
detach(div2);
destroy_component(sveltemarkdown);
mounted = false;
dispose();
}
};
}
@ -1233,6 +1279,8 @@ function create_fragment(ctx) {
let t30;
let div29;
let current;
let mounted;
let dispose;
document.title = title_value = /*data*/
ctx[0].config.title + " | " + /*data*/
ctx[0].config.date;
@ -1742,6 +1790,10 @@ function create_fragment(ctx) {
each_blocks[i].m(div29, null);
}
current = true;
if (!mounted) {
dispose = listen(button, "mouseenter", animateText);
mounted = true;
}
},
p(ctx2, [dirty]) {
if ((!current || dirty & /*data*/
@ -1782,7 +1834,7 @@ function create_fragment(ctx) {
sveltemarkdown_changes.source = /*data*/
ctx2[0].config.intro;
sveltemarkdown.$set(sveltemarkdown_changes);
if (dirty & /*animateTopic, data*/
if (dirty & /*animateSection, data*/
3) {
each_value_4 = /*data*/
ctx2[0].config.themes;
@ -1825,8 +1877,8 @@ function create_fragment(ctx) {
peoplelist1_changes.people = /*data*/
ctx2[0].config.people;
peoplelist1.$set(peoplelist1_changes);
if (dirty & /*data*/
1) {
if (dirty & /*animateSection, data*/
3) {
each_value_3 = /*data*/
ctx2[0].config.program;
let i;
@ -1857,8 +1909,8 @@ function create_fragment(ctx) {
1) && t24_value !== (t24_value = /*data*/
ctx2[0].config.ticketsIntro + ""))
set_data(t24, t24_value);
if (dirty & /*data*/
1) {
if (dirty & /*animateSection, data*/
3) {
each_value_1 = /*data*/
ctx2[0].config.tickets;
let i;
@ -1884,8 +1936,8 @@ function create_fragment(ctx) {
1) && t27_value !== (t27_value = /*data*/
ctx2[0].config.ticketsNote + ""))
set_data(t27, t27_value);
if (dirty & /*data*/
1) {
if (dirty & /*animateSection, data*/
3) {
each_value = /*data*/
ctx2[0].config.faq;
let i;
@ -1992,22 +2044,26 @@ function create_fragment(ctx) {
if (detaching)
detach(div31);
destroy_each(each_blocks, detaching);
mounted = false;
dispose();
}
};
}
const func = (x) => x;
function instance($$self, $$props, $$invalidate) {
let { data } = $$props;
function animateTopic(el) {
for (const e of el.target.getElementsByClassName("animate-topic")) {
animateText({ target: e });
function animateSection(interval = 50) {
return (el) => {
for (const e of el.target.getElementsByClassName("animate-section")) {
animateText({ target: e }, interval);
}
};
}
$$self.$$set = ($$props2) => {
if ("data" in $$props2)
$$invalidate(0, data = $$props2.data);
};
return [data, animateTopic];
return [data, animateSection];
}
class Page extends SvelteComponent {
constructor(options) {

View file

@ -900,9 +900,9 @@ const __vitePreload = function preload(baseModule, deps, importerUrl) {
};
const matchers = {};
const nodes = [
() => __vitePreload(() => import("./chunks/0-d0a6196e.js"), true ? ["./chunks/0-d0a6196e.js","./chunks/_layout-68f6d432.js","./components/pages/_layout.svelte-2f842b9f.js","./chunks/index-858fda85.js","./chunks/helpers-a9b07fa3.js","./assets/_layout-59390a36.css"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/0-590d6e0c.js"), true ? ["./chunks/0-590d6e0c.js","./chunks/_layout-68f6d432.js","./components/pages/_layout.svelte-b01be7cb.js","./chunks/index-858fda85.js","./chunks/helpers-a9b07fa3.js","./assets/_layout-90b2abc7.css"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/1-a708a445.js"), true ? ["./chunks/1-a708a445.js","./components/error.svelte-b9497535.js","./chunks/index-858fda85.js","./chunks/singletons-1811cedd.js"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/2-c0e96414.js"), true ? ["./chunks/2-c0e96414.js","./components/pages/_page.svelte-faad47a7.js","./chunks/index-858fda85.js","./chunks/helpers-a9b07fa3.js"] : void 0, import.meta.url)
() => __vitePreload(() => import("./chunks/2-1c881355.js"), true ? ["./chunks/2-1c881355.js","./components/pages/_page.svelte-3b0d8dc2.js","./chunks/index-858fda85.js","./chunks/helpers-a9b07fa3.js"] : void 0, import.meta.url)
];
const server_loads = [];
const dictionary = {

View file

@ -1 +1 @@
{"version":"1676578882700"}
{"version":"1676580084670"}

View file

@ -6,15 +6,15 @@
<meta name="viewport" content="width=device-width" />
<meta name="theme-color" content="#000000" />
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout-59390a36.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-cbc8d0d8.js">
<link href="./_app/immutable/assets/_layout-90b2abc7.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-a0a7a3db.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-858fda85.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-1811cedd.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-2f842b9f.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-b01be7cb.js">
<link rel="modulepreload" href="./_app/immutable/chunks/helpers-a9b07fa3.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-23db4802.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-68f6d432.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-faad47a7.js"><title>Web3Privacy Prague 2023 | 5. June 2023</title><!-- HEAD_svelte-1v6y0me_START --><meta name="description" content="June 5, 2023 - A lunarpunk conference focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research."><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@web3privacy"><meta name="twitter:title" content="Web3Privacy Prague 2023"><meta name="twitter:description" content="June 5, 2023 - A lunarpunk conference focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research."><meta name="twitter:image" content="https://prague.web3privacy.info/web3privacy.png"><!-- HEAD_svelte-1v6y0me_END -->
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-3b0d8dc2.js"><title>Web3Privacy Prague 2023 | 5. June 2023</title><!-- HEAD_svelte-1v6y0me_START --><meta name="description" content="June 5, 2023 - A lunarpunk conference focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research."><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@web3privacy"><meta name="twitter:title" content="Web3Privacy Prague 2023"><meta name="twitter:description" content="June 5, 2023 - A lunarpunk conference focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research."><meta name="twitter:image" content="https://prague.web3privacy.info/web3privacy.png"><!-- HEAD_svelte-1v6y0me_END -->
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
@ -35,57 +35,57 @@
<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"><p>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 <a href="http://web3privacy.info/">Web3Privacy Now</a> and was created by joining forces with the production team of the privacy hackathon <a href="https://ethbrno.cz/">ETHBrno</a>.</p></div>
<div class="section-header">Key themes</div>
<div class="grid md:grid-cols-3 gap-4 md:gap-10"><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">HUMAN RIGHTS DAOS (PRO-PRIVACY)</div>
<div class="mt-4 text-lg markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">IDENTITY (ID)</div>
<div class="mt-4 text-lg markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">MIXNETS → FULL-STACK PRIVACY</div>
<div class="mt-4 text-lg markdown"><p>Imagine a Full-Stack Privacy -> how would it even look alike!</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">PRIVATE MESSAGING PROTOCOLS</div>
<div class="mt-4 text-lg markdown"><p>We need resilient privacy-preserving, p2p communication layers for Web3, that allows free and uncensored human-to-human, machine-to-machine or hybrid communication.</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">SOLARPUNK VS LUNARPUNK</div>
<div class="mt-4 text-lg markdown"><p>For solarpunk to succeed it must integrate the lunarpunk unconscious. The only hope for solarpunk is to <a href="https://www.egirlcapital.com/writings/107533289">go dark</a>. Do you agree?</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">CRYPTOGRAPHY</div>
<div class="mt-4 text-lg markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">TECH JOURNALISTS</div>
<div class="mt-4 text-lg markdown"><p>Ethical crypto vs global cyberwars agenda</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">PRIVACY WARS</div>
<div class="mt-4 text-lg markdown"><p>Why are privacy-blockchain socials so toxic? We should stop hating each other &amp; work together</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">PRIVACY WORKFORCE</div>
<div class="mt-4 text-lg markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">PRIVACY ACTIVIST'S</div>
<div class="mt-4 text-lg markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">R&amp;D (ZK, MPC)</div>
<div class="mt-4 text-lg markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">NETWORK STATES (WITH A PRIVACY FOCUS)</div>
<div class="mt-4 text-lg markdown"><p>The network state-as-a-grassroots movement</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6"><div class="text-2xl animate-topic">VEKSL</div>
<div class="mt-4 text-lg markdown"><p>Easy onboarding to cryptocurrencies without KYC/AML using peer-to-peer tools is crucial for privacy. What options do we have today?</p></div>
<div class="grid md:grid-cols-3 gap-4 md:gap-10"><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">HUMAN RIGHTS DAOS (PRO-PRIVACY)</div>
<div class="mt-4 text-lg text-mild markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">IDENTITY (ID)</div>
<div class="mt-4 text-lg text-mild markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">MIXNETS → FULL-STACK PRIVACY</div>
<div class="mt-4 text-lg text-mild markdown"><p>Imagine a Full-Stack Privacy -> how would it even look alike!</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">PRIVATE MESSAGING PROTOCOLS</div>
<div class="mt-4 text-lg text-mild markdown"><p>We need resilient privacy-preserving, p2p communication layers for Web3, that allows free and uncensored human-to-human, machine-to-machine or hybrid communication.</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">SOLARPUNK VS LUNARPUNK</div>
<div class="mt-4 text-lg text-mild markdown"><p>For solarpunk to succeed it must integrate the lunarpunk unconscious. The only hope for solarpunk is to <a href="https://www.egirlcapital.com/writings/107533289">go dark</a>. Do you agree?</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">CRYPTOGRAPHY</div>
<div class="mt-4 text-lg text-mild markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">TECH JOURNALISTS</div>
<div class="mt-4 text-lg text-mild markdown"><p>Ethical crypto vs global cyberwars agenda</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">PRIVACY WARS</div>
<div class="mt-4 text-lg text-mild markdown"><p>Why are privacy-blockchain socials so toxic? We should stop hating each other &amp; work together</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">PRIVACY WORKFORCE</div>
<div class="mt-4 text-lg text-mild markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">PRIVACY ACTIVIST'S</div>
<div class="mt-4 text-lg text-mild markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">R&amp;D (ZK, MPC)</div>
<div class="mt-4 text-lg text-mild markdown"></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">NETWORK STATES (WITH A PRIVACY FOCUS)</div>
<div class="mt-4 text-lg text-mild markdown"><p>The network state-as-a-grassroots movement</p></div>
</div><div class="bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 topic-item"><div class="text-2xl animate-section">VEKSL</div>
<div class="mt-4 text-lg text-mild markdown"><p>Easy onboarding to cryptocurrencies without KYC/AML using peer-to-peer tools is crucial for privacy. What options do we have today?</p></div>
</div></div></div></div>
<div class="" id="speakers"><div class="middle-pane-medium pt-16 text-xl text-center mx-auto"><div class="section-header">Speakers</div>
<div class="mx-auto"><div class="pb-16 flex flex-wrap justify-center gap-6"><div class="hover:bg-white hover:text-black p-2 w-2/3 sm:w-64 person-item"><div><a href="https://twitter.com/GuyZys" target="_blank"><img src="/people/guy-zyskind.jpeg" class="grayscale invert aspect-square object-cover w-full"></a></div>
<div class="mt-4 speaker-name animate-speaker">GUY ZYSKIND</div>
<div class="text-base text-mild"><a href="https://twitter.com/GuyZys" class="hover:underline animate-speaker">@GuyZys</a></div>
<div class="mt-4 speaker-name animate-speaker text-xl">GUY ZYSKIND</div>
<div class="text-lg text-mild"><a href="https://twitter.com/GuyZys" class="hover:underline animate-speaker">@GuyZys</a></div>
<div class="mt-2 text-base text-supermild"><p>Founder of <a href="https://scrt.network/">Secret Network</a>, CEO SCRT Labs</p></div>
</div><div class="hover:bg-white hover:text-black p-2 w-2/3 sm:w-64 person-item"><div><a href="https://twitter.com/jurbed" target="_blank"><img src="/people/juraj-bednar.jpeg" class="grayscale invert aspect-square object-cover w-full"></a></div>
<div class="mt-4 speaker-name animate-speaker">JURAJ BEDNAR</div>
<div class="text-base text-mild"><a href="https://twitter.com/jurbed" class="hover:underline animate-speaker">@jurbed</a></div>
<div class="mt-4 speaker-name animate-speaker text-xl">JURAJ BEDNAR</div>
<div class="text-lg text-mild"><a href="https://twitter.com/jurbed" class="hover:underline animate-speaker">@jurbed</a></div>
<div class="mt-2 text-base text-supermild"><p>Educator, writer, cryptoanarchist &amp; biohacker</p></div>
</div><div class="hover:bg-white hover:text-black p-2 w-2/3 sm:w-64 person-item"><div><a href="https://twitter.com/TMIYChao" target="_blank"><img src="/people/mario-havel.jpeg" class="grayscale invert aspect-square object-cover w-full"></a></div>
<div class="mt-4 speaker-name animate-speaker">MARIO HAVEL</div>
<div class="text-base text-mild"><a href="https://twitter.com/TMIYChao" class="hover:underline animate-speaker">@TMIYChao</a></div>
<div class="mt-4 speaker-name animate-speaker text-xl">MARIO HAVEL</div>
<div class="text-lg text-mild"><a href="https://twitter.com/TMIYChao" class="hover:underline animate-speaker">@TMIYChao</a></div>
<div class="mt-2 text-base text-supermild"><p>Hacker, Co-Founder of <a href="https://bordel.paralelnipolis.cz/#/">Bordel Hackerspace</a></p></div>
</div></div></div></div></div>
<div id="hosts"><div class="middle-pane-medium pt-0 text-xl text-center mx-auto"><div class="section-header">Hosts</div>
<div class="mx-auto"><div class="pb-16 flex flex-wrap justify-center gap-6"><div class="hover:bg-white hover:text-black p-2 w-2/3 sm:w-48 person-item"><div><a href="https://twitter.com/nicksvyaznoy" target="_blank"><img src="/people/mykola.png" class="grayscale invert aspect-square object-cover w-full"></a></div>
<div class="mt-4 speaker-name animate-speaker">MYKOLA SIUSKO</div>
<div class="text-base text-mild"><a href="https://twitter.com/nicksvyaznoy" class="hover:underline animate-speaker">@nicksvyaznoy</a></div>
<div class="mt-4 speaker-name animate-speaker text-xl">MYKOLA SIUSKO</div>
<div class="text-lg text-mild"><a href="https://twitter.com/nicksvyaznoy" class="hover:underline animate-speaker">@nicksvyaznoy</a></div>
<div class="mt-2 text-base text-supermild"><p>Web3 privacy advocate</p></div>
</div><div class="hover:bg-white hover:text-black p-2 w-2/3 sm:w-48 person-item"><div><a href="https://twitter.com/treecz" target="_blank"><img src="/people/tree.jpeg" class="grayscale invert aspect-square object-cover w-full"></a></div>
<div class="mt-4 speaker-name animate-speaker">TREE</div>
<div class="text-base text-mild"><a href="https://twitter.com/treecz" class="hover:underline animate-speaker">@treecz</a></div>
<div class="mt-4 speaker-name animate-speaker text-xl">TREE</div>
<div class="text-lg text-mild"><a href="https://twitter.com/treecz" class="hover:underline animate-speaker">@treecz</a></div>
<div class="mt-2 text-base text-supermild"><p>Creator of lunarpunk hackathons &amp; events</p></div>
</div></div></div></div></div>
@ -93,41 +93,41 @@
<table class="table-auto table-custom w-full mx-0 lg:mx-8"><thead><tr><th class="text-right">time</th>
<th class="text-left">topic</th></tr></thead>
<tbody><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->9:00 <div class="xl:inline-block hidden mx-1">-</div> 9:30<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">Registration &amp; networking </div>
<td class="text-left"><div class="text-xl"><span class="animate-section">Registration &amp; networking</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->9:30 <div class="xl:inline-block hidden mx-1">-</div> 9:35<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">Welcome to Web3Privacy ― TBA</div>
<td class="text-left"><div class="text-xl"><span class="animate-section">Welcome to Web3Privacy</span> ― TBA</div>
<div class="mt-2 text-base description text-mild markdown"><p>Welcoming visitors to our private-centric research, community and conference</p>
</div></td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->9:35 <div class="xl:inline-block hidden mx-1">-</div> 10:55<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">Talks I. </div>
<td class="text-left"><div class="text-xl"><span class="animate-section">Talks I.</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->10:55 <div class="xl:inline-block hidden mx-1">-</div> 11:20<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">25min Coffee Break </div>
<td class="text-left"><div class="text-xl"><span class="animate-section">25min Coffee Break</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->11:25 <div class="xl:inline-block hidden mx-1">-</div> 12:40<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">Talks II. </div>
<td class="text-left"><div class="text-xl"><span class="animate-section">Talks II.</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->12:40 <div class="xl:inline-block hidden mx-1">-</div> 14:00<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">Lunch &amp; Networking </div>
<td class="text-left"><div class="text-xl"><span class="animate-section">Lunch &amp; Networking</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->14:00 <div class="xl:inline-block hidden mx-1">-</div> 15:40<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">Talks III. </div>
<td class="text-left"><div class="text-xl"><span class="animate-section">Talks III.</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->15:40 <div class="xl:inline-block hidden mx-1">-</div> 16:05<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">25min Coffee Break </div>
<td class="text-left"><div class="text-xl"><span class="animate-section">25min Coffee Break</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->16:10 <div class="xl:inline-block hidden mx-1">-</div> 18:30<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">Talks IV. </div>
<td class="text-left"><div class="text-xl"><span class="animate-section">Talks IV.</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->18:30 <div class="xl:inline-block hidden mx-1">-</div> 18:35<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">Closing Remarks ― TBA</div>
<td class="text-left"><div class="text-xl"><span class="animate-section">Closing Remarks</span> ― TBA</div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->18:30 <div class="xl:inline-block hidden mx-1">-</div> 20:00<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">Networking &amp; Drinks </div>
<td class="text-left"><div class="text-xl"><span class="animate-section">Networking &amp; Drinks</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36"><!-- HTML_TAG_START -->20:00 <div class="xl:inline-block hidden mx-1">-</div> 4:00<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl">#Lunarpunk party </div>
<td class="text-left"><div class="text-xl"><span class="animate-section">#Lunarpunk party</span> </div>
<div class="mt-2 text-base description text-mild markdown"><p>Enjoy our afterparty in Lunarpunk style with quality Prague rave DJs, which will take place in the same venue until the morning (4am).</p>
</div></td>
</tr></tbody></table></div></div>
@ -137,14 +137,14 @@
<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="grid lg:grid-cols-2 gap-10 md:w-2/3 mx-auto"><div class="bg-[#0d1117] hover:border-0 py-10 px-10 hover:text-black hover:bg-white"><div class="text-3xl uppercase">All-day Access</div>
<div class="text-xl mt-6 font-bold">2350 CZK (~99 EUR)</div>
<div class="grid lg:grid-cols-2 gap-10 md:w-2/3 mx-auto"><div class="bg-[#0d1117] hover:border-0 py-10 px-10 hover:text-black hover:bg-white"><div class="text-3xl uppercase animate-section">All-day Access</div>
<div class="text-xl mt-6 font-bold animate-section">2350 CZK (~99 EUR)</div>
<ul class="mt-6 text-lg text-left list-disc px-6"><li>All talks &amp; panels</li><li>Coffee breaks</li><li>Buffet lunch</li><li>Networking drinks with speakers &amp; attendees</li></ul>
<div class="mt-10 markdown text-base"><p><a href="https://tally.so/r/mYPDJW">Apply for a discount →</a><!-- HTML_TAG_START --><br /><!-- HTML_TAG_END -->(as independent developer, student, privacy advocate, open-source contributor..)</p></div>
</div><div class="bg-[#0d1117] hover:border-0 py-10 px-10 hover:text-black hover:bg-white"><div class="text-3xl uppercase">#Lunarpunk Party</div>
<div class="text-xl mt-6 font-bold">350 CZK (~15 EUR)</div>
</div><div class="bg-[#0d1117] hover:border-0 py-10 px-10 hover:text-black hover:bg-white"><div class="text-3xl uppercase animate-section">#Lunarpunk Party</div>
<div class="text-xl mt-6 font-bold animate-section">350 CZK (~15 EUR)</div>
<ul class="mt-6 text-lg text-left list-disc px-6"><li>8pm - morning</li><li>Prague rave from top DJs</li><li>VJs and projections</li><li>Networking with attendees, speakers &amp; sponsors</li></ul>
<div class="mt-10 text-base">*Party access is included in the All-day Pass</div>
@ -153,21 +153,21 @@
<div class="mt-8 text-xl">Tickets will go on sale in early March 2023.</div></div></div>
<div class="mb-36" id="faq"><div class="middle-pane-medium pt-20 text-xl text-center mx-auto"><div class="section-header">FAQ</div>
<div class="grid md:grid-cols-2 gap-2 md:gap-10"><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6">What is Web3Privacy Now?</div>
<div class="grid md:grid-cols-2 gap-2 md:gap-10"><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6 animate-section">What is Web3Privacy Now?</div>
<div class="text-lg markdown"><p><a href="http://web3privacy.info/">Web3privacy now</a> is a research project aimed at building a culture of privacy industry in web3: the most extensive database of privacy-enhancing solutions, the framework for PEDApps ideation, use-cases database &amp; many more.</p></div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6">What is Prague Blockchain Week?</div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6 animate-section">What is Prague Blockchain Week?</div>
<div class="text-lg markdown"><p><a href="http://prgblockweek.com/">Prague Blockchain Week 2023</a> (#PBW23) is a decentralized gathering of all people interested in cryptocurrencies and related topics. It consists of many independent events across Jun 2 - 11, including conferences, hackathons, workshops, community meetups, as well as various parties and happy hours.</p></div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6">Who is the event for?</div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6 animate-section">Who is the event for?</div>
<div class="text-lg markdown"><p>Our event is for anyone interested in privacy topics in the Web3 industry. There will be space for about 300 enthusiasts.</p></div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6">Will the talks be livestreamed and/or recorded?</div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6 animate-section">Will the talks be livestreamed and/or recorded?</div>
<div class="text-lg markdown"><p>Yes, we plan do both. Livestream of the whole conference and recordings of the lectures will be publicly available.</p></div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6">When will tickets go on sale? What will be the payment options?</div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6 animate-section">When will tickets go on sale? What will be the payment options?</div>
<div class="text-lg markdown"><p>Tickets will go on sale in early March 2023. Payment will be possible via credit card, Bitcoin (on-chain), Lightning Network or possibly other cryptocurrencies.</p></div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6">All-day access ticket is expensive for me. Do you offer any discounts?</div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6 animate-section">All-day access ticket is expensive for me. Do you offer any discounts?</div>
<div class="text-lg markdown"><p>Yes, we do! We offer discounts (up to 75%) for independent developers, students and especially active privacy advocates or open-source contributors to private protocols or tools. If you are interested in a discount, please fill out <a href="https://tally.so/r/mYPDJW">this form</a>.</p></div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6">Why event isn't admission free?</div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6 animate-section">Why event isn't admission free?</div>
<div class="text-lg markdown"><p>We would like to have most of the cost of the event covered by admission fees directly from visitors. We want to be independent of sponsors and reduce the pressure to make it a "sales" or marketing event.</p></div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6">How do I get to the venue?</div>
</div><div class="py-10 px-4 hover:bg-white hover:text-black"><div class="text-2xl font-bold mb-6 animate-section">How do I get to the venue?</div>
<div class="text-lg markdown"><p>Venue X10 (full name "<a href="https://divadlox10.cz">Divadlo X10</a>") is located in the centre of Prague near the metro station <em>Národní Třída</em> (Line B) and <em>Můstek</em> (Line A,C). The address is <a href="https://goo.gl/maps/Yh8qWagnqB1DvK676">Charvátova 10/39, Prague 1, 110 00</a> (<a href="https://goo.gl/maps/Yh8qWagnqB1DvK676">Google Maps</a>).</p></div>
</div></div></div></div>
@ -178,14 +178,14 @@
<div class="mt-4 text-supermild"><p>This web is built with <a href="https://kit.svelte.dev/">SvelteKit</a> and is <a href="https://github.com/web3privacy/w3ps1">open-source</a> under CC0 license</p></div></div></div></div></footer></div>
<script type="module" data-sveltekit-hydrate="dsruso">
import { start } from "./_app/immutable/start-cbc8d0d8.js";
<script type="module" data-sveltekit-hydrate="nb7iov">
import { start } from "./_app/immutable/start-a0a7a3db.js";
start({
assets: "",
env: {},
target: document.querySelector('[data-sveltekit-hydrate="dsruso"]').parentNode,
version: "1676578882700",
target: document.querySelector('[data-sveltekit-hydrate="nb7iov"]').parentNode,
version: "1676580084670",
hydrate: {
node_ids: [0, 2],
data: [{type:"data",data:null,uses:{}},null],