This commit is contained in:
burningtree 2023-02-16 21:24:18 +00:00
parent 1b0197d914
commit 45f351eea8
5 changed files with 31 additions and 50 deletions

View file

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

View file

@ -64,10 +64,8 @@ function create_if_block$1(ctx) {
function create_each_block$1(ctx) { function create_each_block$1(ctx) {
let div3; let div3;
let div0; let div0;
let a0;
let img; let img;
let img_src_value; let img_src_value;
let a0_href_value;
let t0; let t0;
let div1; let div1;
let t1_value = ( let t1_value = (
@ -77,14 +75,14 @@ function create_each_block$1(ctx) {
let t1; let t1;
let t2; let t2;
let div2; let div2;
let a1; let a;
let t3; let t3;
let t4_value = ( let t4_value = (
/*item*/ /*item*/
ctx[5].twitter + "" ctx[5].twitter + ""
); );
let t4; let t4;
let a1_href_value; let a_href_value;
let t5; let t5;
let t6; let t6;
let div3_class_value; let div3_class_value;
@ -99,14 +97,13 @@ function create_each_block$1(ctx) {
c() { c() {
div3 = element("div"); div3 = element("div");
div0 = element("div"); div0 = element("div");
a0 = element("a");
img = element("img"); img = element("img");
t0 = space(); t0 = space();
div1 = element("div"); div1 = element("div");
t1 = text(t1_value); t1 = text(t1_value);
t2 = space(); t2 = space();
div2 = element("div"); div2 = element("div");
a1 = element("a"); a = element("a");
t3 = text("@"); t3 = text("@");
t4 = text(t4_value); t4 = text(t4_value);
t5 = space(); t5 = space();
@ -120,10 +117,7 @@ function create_each_block$1(ctx) {
var div3_nodes = children(div3); var div3_nodes = children(div3);
div0 = claim_element(div3_nodes, "DIV", {}); div0 = claim_element(div3_nodes, "DIV", {});
var div0_nodes = children(div0); var div0_nodes = children(div0);
a0 = claim_element(div0_nodes, "A", { href: true, target: true }); img = claim_element(div0_nodes, "IMG", { src: true, class: true });
var a0_nodes = children(a0);
img = claim_element(a0_nodes, "IMG", { src: true, class: true });
a0_nodes.forEach(detach);
div0_nodes.forEach(detach); div0_nodes.forEach(detach);
t0 = claim_space(div3_nodes); t0 = claim_space(div3_nodes);
div1 = claim_element(div3_nodes, "DIV", { class: true }); div1 = claim_element(div3_nodes, "DIV", { class: true });
@ -133,11 +127,11 @@ function create_each_block$1(ctx) {
t2 = claim_space(div3_nodes); t2 = claim_space(div3_nodes);
div2 = claim_element(div3_nodes, "DIV", { class: true }); div2 = claim_element(div3_nodes, "DIV", { class: true });
var div2_nodes = children(div2); var div2_nodes = children(div2);
a1 = claim_element(div2_nodes, "A", { href: true, class: true }); a = claim_element(div2_nodes, "A", { href: true, class: true });
var a1_nodes = children(a1); var a_nodes = children(a);
t3 = claim_text(a1_nodes, "@"); t3 = claim_text(a_nodes, "@");
t4 = claim_text(a1_nodes, t4_value); t4 = claim_text(a_nodes, t4_value);
a1_nodes.forEach(detach); a_nodes.forEach(detach);
div2_nodes.forEach(detach); div2_nodes.forEach(detach);
t5 = claim_space(div3_nodes); t5 = claim_space(div3_nodes);
if (if_block) if (if_block)
@ -151,17 +145,12 @@ function create_each_block$1(ctx) {
ctx[5].img)) ctx[5].img))
attr(img, "src", img_src_value); attr(img, "src", img_src_value);
attr(img, "class", "grayscale invert aspect-square object-cover w-full"); attr(img, "class", "grayscale invert aspect-square object-cover w-full");
attr(a0, "href", a0_href_value = twitterLink(
/*item*/
ctx[5].twitter
));
attr(a0, "target", "_blank");
attr(div1, "class", "mt-4 speaker-name animate-speaker text-xl"); attr(div1, "class", "mt-4 speaker-name animate-speaker text-xl");
attr(a1, "href", a1_href_value = twitterLink( attr(a, "href", a_href_value = twitterLink(
/*item*/ /*item*/
ctx[5].twitter ctx[5].twitter
)); ));
attr(a1, "class", "hover:underline animate-speaker"); attr(a, "class", "hover:underline animate-speaker");
attr(div2, "class", "text-lg text-mild"); attr(div2, "class", "text-lg text-mild");
attr(div3, "class", div3_class_value = "hover:bg-white hover:text-black p-2 " + /*size*/ 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"); (ctx[1] === "small" ? "w-2/3 sm:w-48" : "w-2/3 sm:w-64") + " person-item");
@ -169,16 +158,15 @@ function create_each_block$1(ctx) {
m(target, anchor) { m(target, anchor) {
insert_hydration(target, div3, anchor); insert_hydration(target, div3, anchor);
append_hydration(div3, div0); append_hydration(div3, div0);
append_hydration(div0, a0); append_hydration(div0, img);
append_hydration(a0, img);
append_hydration(div3, t0); append_hydration(div3, t0);
append_hydration(div3, div1); append_hydration(div3, div1);
append_hydration(div1, t1); append_hydration(div1, t1);
append_hydration(div3, t2); append_hydration(div3, t2);
append_hydration(div3, div2); append_hydration(div3, div2);
append_hydration(div2, a1); append_hydration(div2, a);
append_hydration(a1, t3); append_hydration(a, t3);
append_hydration(a1, t4); append_hydration(a, t4);
append_hydration(div3, t5); append_hydration(div3, t5);
if (if_block) if (if_block)
if_block.m(div3, null); if_block.m(div3, null);
@ -200,13 +188,6 @@ function create_each_block$1(ctx) {
ctx2[5].img)) { ctx2[5].img)) {
attr(img, "src", img_src_value); attr(img, "src", img_src_value);
} }
if (!current || dirty & /*items*/
1 && a0_href_value !== (a0_href_value = twitterLink(
/*item*/
ctx2[5].twitter
))) {
attr(a0, "href", a0_href_value);
}
if ((!current || dirty & /*items*/ if ((!current || dirty & /*items*/
1) && t1_value !== (t1_value = /*item*/ 1) && t1_value !== (t1_value = /*item*/
ctx2[5].name.toUpperCase() + "")) ctx2[5].name.toUpperCase() + ""))
@ -216,11 +197,11 @@ function create_each_block$1(ctx) {
ctx2[5].twitter + "")) ctx2[5].twitter + ""))
set_data(t4, t4_value); set_data(t4, t4_value);
if (!current || dirty & /*items*/ if (!current || dirty & /*items*/
1 && a1_href_value !== (a1_href_value = twitterLink( 1 && a_href_value !== (a_href_value = twitterLink(
/*item*/ /*item*/
ctx2[5].twitter ctx2[5].twitter
))) { ))) {
attr(a1, "href", a1_href_value); attr(a, "href", a_href_value);
} }
if ( if (
/*item*/ /*item*/

View file

@ -902,7 +902,7 @@ const matchers = {};
const nodes = [ const nodes = [
() => __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/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/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-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) () => __vitePreload(() => import("./chunks/2-ee8348ad.js"), true ? ["./chunks/2-ee8348ad.js","./components/pages/_page.svelte-9865258e.js","./chunks/index-858fda85.js","./chunks/helpers-a9b07fa3.js"] : void 0, import.meta.url)
]; ];
const server_loads = []; const server_loads = [];
const dictionary = { const dictionary = {

View file

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

View file

@ -7,14 +7,14 @@
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta http-equiv="content-security-policy" content=""> <meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout-90b2abc7.css" rel="stylesheet"> <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/start-c30bd8a9.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-858fda85.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/chunks/singletons-1811cedd.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-b01be7cb.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/chunks/helpers-a9b07fa3.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-23db4802.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/chunks/_layout-68f6d432.js">
<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 --> <link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-9865258e.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> </head>
<body data-sveltekit-preload-data="hover"> <body data-sveltekit-preload-data="hover">
<div style="display: contents"> <div style="display: contents">
@ -64,26 +64,26 @@
</div></div></div></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="" 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="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><img src="/people/guy-zyskind.jpeg" class="grayscale invert aspect-square object-cover w-full"></div>
<div class="mt-4 speaker-name animate-speaker text-xl">GUY ZYSKIND</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="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 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><div class="hover:bg-white hover:text-black p-2 w-2/3 sm:w-64 person-item"><div><img src="/people/juraj-bednar.jpeg" class="grayscale invert aspect-square object-cover w-full"></div>
<div class="mt-4 speaker-name animate-speaker text-xl">JURAJ BEDNAR</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="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 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><div class="hover:bg-white hover:text-black p-2 w-2/3 sm:w-64 person-item"><div><img src="/people/mario-havel.jpeg" class="grayscale invert aspect-square object-cover w-full"></div>
<div class="mt-4 speaker-name animate-speaker text-xl">MARIO HAVEL</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="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 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></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 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="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><img src="/people/mykola.png" class="grayscale invert aspect-square object-cover w-full"></div>
<div class="mt-4 speaker-name animate-speaker text-xl">MYKOLA SIUSKO</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="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 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><div class="hover:bg-white hover:text-black p-2 w-2/3 sm:w-48 person-item"><div><img src="/people/tree.jpeg" class="grayscale invert aspect-square object-cover w-full"></div>
<div class="mt-4 speaker-name animate-speaker text-xl">TREE</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="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 class="mt-2 text-base text-supermild"><p>Creator of lunarpunk hackathons &amp; events</p></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> <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="nb7iov"> <script type="module" data-sveltekit-hydrate="1l10c3b">
import { start } from "./_app/immutable/start-a0a7a3db.js"; import { start } from "./_app/immutable/start-c30bd8a9.js";
start({ start({
assets: "", assets: "",
env: {}, env: {},
target: document.querySelector('[data-sveltekit-hydrate="nb7iov"]').parentNode, target: document.querySelector('[data-sveltekit-hydrate="1l10c3b"]').parentNode,
version: "1676580084670", version: "1676582651971",
hydrate: { hydrate: {
node_ids: [0, 2], node_ids: [0, 2],
data: [{type:"data",data:null,uses:{}},null], data: [{type:"data",data:null,uses:{}},null],