This commit is contained in:
burningtree 2023-02-13 17:10:43 +00:00
rodič 9db5ef593a
revize fef9add310
12 změnil soubory, kde provedl 202 přidání a 67 odebrání

Zobrazit soubor

@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&display=swap');
/*
! tailwindcss v3.2.6 | MIT License | https://tailwindcss.com
@ -804,10 +804,6 @@ table.table-custom{
table-layout: auto;
}
.cursor-pointer{
cursor: pointer;
}
.list-disc{
list-style-type: disc;
}

Zobrazit soubor

@ -1,5 +1,5 @@
import { _ } from "./_layout-66834f1b.js";
import { default as default2 } from "../components/pages/_layout.svelte-00646616.js";
import { _ } from "./_layout-7215df95.js";
import { default as default2 } from "../components/pages/_layout.svelte-0373f034.js";
export {
default2 as component,
_ as universal

Zobrazit soubor

@ -1,4 +1,4 @@
import { default as default2 } from "../components/pages/_page.svelte-9e94ee1d.js";
import { default as default2 } from "../components/pages/_page.svelte-6ac4cd17.js";
export {
default2 as component
};

Zobrazit soubor

@ -2725,6 +2725,8 @@ tickets:
- Coffee breaks
- Buffet lunch
- Networking drinks with speakers & attendees
hint: |
[Apply for a discount ](https://tally.so/r/mYPDJW)<br />(as independent developer, student, privacy advocate, open-source contributor..)
- title: "#Lunarpunk Party"
price: 350 CZK (~15 EUR)
includes:
@ -2738,6 +2740,10 @@ faq:
text: Our event is for anyone interested in privacy topics in the Web3 industry. There will be space for about 300 enthusiasts.
- title: Will the talks be livestreamed and/or recorded?
text: Yes, we plan do both. Livestream of the whole conference and recordings of the lectures will be publicly available.
- title: When will tickets go on sale? What will be the payment options?
text: 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.
- title: All-day access ticket is expensive for me. Do you offer any discounts?
text: 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 [this form](https://tally.so/r/mYPDJW).
- title: How do I get to the venue?
text: Venue X10 (full name "[Divadlo X10](https://divadlox10.cz)") is located in the centre of Prague near the metro station *Národní Třída* (Line B) and *Můstek* (Line A,C). The address is [Charvátova 10/39, Prague 1, 110 00](https://goo.gl/maps/Yh8qWagnqB1DvK676) ([Google Maps](https://goo.gl/maps/Yh8qWagnqB1DvK676)).
people:

Zobrazit soubor

@ -49,7 +49,7 @@ function create_if_block_1$2(ctx) {
let if_block;
let if_block_anchor;
let current;
const if_block_creators = [create_if_block_2$1, create_if_block_3$1, create_else_block_1];
const if_block_creators = [create_if_block_2$2, create_if_block_3$1, create_else_block_1];
const if_blocks = [];
function select_block_type_1(ctx2, dirty) {
if (
@ -370,7 +370,7 @@ function create_if_block_3$1(ctx) {
}
};
}
function create_if_block_2$1(ctx) {
function create_if_block_2$2(ctx) {
let switch_instance;
let switch_instance_anchor;
let current;
@ -4782,7 +4782,7 @@ function create_if_block_3(ctx) {
}
};
}
function create_if_block_2(ctx) {
function create_if_block_2$1(ctx) {
let h3;
let current;
const default_slot_template = (
@ -5078,7 +5078,7 @@ function create_fragment$n(ctx) {
const if_block_creators = [
create_if_block$3,
create_if_block_1$1,
create_if_block_2,
create_if_block_2$1,
create_if_block_3,
create_if_block_4,
create_if_block_5,
@ -7812,7 +7812,7 @@ function create_each_block_4(ctx) {
}
};
}
function create_if_block_1(ctx) {
function create_if_block_2(ctx) {
let div;
let sveltemarkdown;
let current;
@ -7894,7 +7894,7 @@ function create_each_block_3(ctx) {
let current;
let if_block = (
/*pi*/
ctx[10].desc && create_if_block_1(ctx)
ctx[10].desc && create_if_block_2(ctx)
);
return {
c() {
@ -7983,7 +7983,7 @@ function create_each_block_3(ctx) {
transition_in(if_block, 1);
}
} else {
if_block = create_if_block_1(ctx2);
if_block = create_if_block_2(ctx2);
if_block.c();
transition_in(if_block, 1);
if_block.m(td1, null);
@ -8048,7 +8048,7 @@ function create_each_block_2(ctx) {
}
};
}
function create_if_block(ctx) {
function create_if_block_1(ctx) {
let div;
let t_value = (
/*tt*/
@ -8087,6 +8087,60 @@ function create_if_block(ctx) {
}
};
}
function create_if_block(ctx) {
let div;
let sveltemarkdown;
let current;
sveltemarkdown = new SvelteMarkdown({ props: { source: (
/*tt*/
ctx[4].hint
) } });
return {
c() {
div = element("div");
create_component(sveltemarkdown.$$.fragment);
this.h();
},
l(nodes) {
div = claim_element(nodes, "DIV", { class: true });
var div_nodes = children(div);
claim_component(sveltemarkdown.$$.fragment, div_nodes);
div_nodes.forEach(detach);
this.h();
},
h() {
attr(div, "class", "mt-10 markdown text-base");
},
m(target, anchor) {
insert_hydration(target, div, anchor);
mount_component(sveltemarkdown, div, null);
current = true;
},
p(ctx2, dirty) {
const sveltemarkdown_changes = {};
if (dirty & /*data*/
1)
sveltemarkdown_changes.source = /*tt*/
ctx2[4].hint;
sveltemarkdown.$set(sveltemarkdown_changes);
},
i(local) {
if (current)
return;
transition_in(sveltemarkdown.$$.fragment, local);
current = true;
},
o(local) {
transition_out(sveltemarkdown.$$.fragment, local);
current = false;
},
d(detaching) {
if (detaching)
detach(div);
destroy_component(sveltemarkdown);
}
};
}
function create_each_block_1(ctx) {
let div2;
let div0;
@ -8106,6 +8160,8 @@ function create_each_block_1(ctx) {
let ul;
let t4;
let t5;
let t6;
let current;
let each_value_2 = (
/*tt*/
ctx[4].includes
@ -8114,9 +8170,13 @@ function create_each_block_1(ctx) {
for (let i = 0; i < each_value_2.length; i += 1) {
each_blocks[i] = create_each_block_2(get_each_context_2(ctx, each_value_2, i));
}
let if_block = (
let if_block0 = (
/*tt*/
ctx[4].note && create_if_block(ctx)
ctx[4].note && create_if_block_1(ctx)
);
let if_block1 = (
/*tt*/
ctx[4].hint && create_if_block(ctx)
);
return {
c() {
@ -8132,9 +8192,12 @@ function create_each_block_1(ctx) {
each_blocks[i].c();
}
t4 = space();
if (if_block)
if_block.c();
if (if_block0)
if_block0.c();
t5 = space();
if (if_block1)
if_block1.c();
t6 = space();
this.h();
},
l(nodes) {
@ -8157,17 +8220,20 @@ function create_each_block_1(ctx) {
}
ul_nodes.forEach(detach);
t4 = claim_space(div2_nodes);
if (if_block)
if_block.l(div2_nodes);
if (if_block0)
if_block0.l(div2_nodes);
t5 = claim_space(div2_nodes);
if (if_block1)
if_block1.l(div2_nodes);
t6 = claim_space(div2_nodes);
div2_nodes.forEach(detach);
this.h();
},
h() {
attr(div0, "class", "text-3xl uppercase");
attr(div1, "class", "text-xl mt-6");
attr(div1, "class", "text-xl mt-6 font-bold");
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 ");
attr(div2, "class", "bg-[#0d1117] hover:border-0 py-10 px-10 hover:text-black hover:bg-white");
},
m(target, anchor) {
insert_hydration(target, div2, anchor);
@ -8182,17 +8248,21 @@ function create_each_block_1(ctx) {
each_blocks[i].m(ul, null);
}
append_hydration(div2, t4);
if (if_block)
if_block.m(div2, null);
if (if_block0)
if_block0.m(div2, null);
append_hydration(div2, t5);
if (if_block1)
if_block1.m(div2, null);
append_hydration(div2, t6);
current = true;
},
p(ctx2, dirty) {
if (dirty & /*data*/
1 && t0_value !== (t0_value = /*tt*/
if ((!current || dirty & /*data*/
1) && t0_value !== (t0_value = /*tt*/
ctx2[4].title + ""))
set_data(t0, t0_value);
if (dirty & /*data*/
1 && t2_value !== (t2_value = /*tt*/
if ((!current || dirty & /*data*/
1) && t2_value !== (t2_value = /*tt*/
ctx2[4].price + ""))
set_data(t2, t2_value);
if (dirty & /*data*/
@ -8219,24 +8289,59 @@ function create_each_block_1(ctx) {
/*tt*/
ctx2[4].note
) {
if (if_block) {
if_block.p(ctx2, dirty);
if (if_block0) {
if_block0.p(ctx2, dirty);
} else {
if_block = create_if_block(ctx2);
if_block.c();
if_block.m(div2, t5);
if_block0 = create_if_block_1(ctx2);
if_block0.c();
if_block0.m(div2, t5);
}
} else if (if_block) {
if_block.d(1);
if_block = null;
} else if (if_block0) {
if_block0.d(1);
if_block0 = null;
}
if (
/*tt*/
ctx2[4].hint
) {
if (if_block1) {
if_block1.p(ctx2, dirty);
if (dirty & /*data*/
1) {
transition_in(if_block1, 1);
}
} else {
if_block1 = create_if_block(ctx2);
if_block1.c();
transition_in(if_block1, 1);
if_block1.m(div2, t6);
}
} else if (if_block1) {
group_outros();
transition_out(if_block1, 1, 1, () => {
if_block1 = null;
});
check_outros();
}
},
i(local) {
if (current)
return;
transition_in(if_block1);
current = true;
},
o(local) {
transition_out(if_block1);
current = false;
},
d(detaching) {
if (detaching)
detach(div2);
destroy_each(each_blocks, detaching);
if (if_block)
if_block.d();
if (if_block0)
if_block0.d();
if (if_block1)
if_block1.d();
}
};
}
@ -8469,6 +8574,9 @@ function create_fragment(ctx) {
for (let i = 0; i < each_value_1.length; i += 1) {
each_blocks_1[i] = create_each_block_1(get_each_context_1(ctx, each_value_1, i));
}
const out_2 = (i) => transition_out(each_blocks_1[i], 1, 1, () => {
each_blocks_1[i] = null;
});
let each_value = (
/*data*/
ctx[0].config.faq
@ -8477,7 +8585,7 @@ function create_fragment(ctx) {
for (let i = 0; i < each_value.length; i += 1) {
each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
}
const out_2 = (i) => transition_out(each_blocks[i], 1, 1, () => {
const out_3 = (i) => transition_out(each_blocks[i], 1, 1, () => {
each_blocks[i] = null;
});
return {
@ -8963,16 +9071,19 @@ function create_fragment(ctx) {
const child_ctx = get_each_context_1(ctx2, each_value_1, i);
if (each_blocks_1[i]) {
each_blocks_1[i].p(child_ctx, dirty);
transition_in(each_blocks_1[i], 1);
} else {
each_blocks_1[i] = create_each_block_1(child_ctx);
each_blocks_1[i].c();
transition_in(each_blocks_1[i], 1);
each_blocks_1[i].m(div24, null);
}
}
for (; i < each_blocks_1.length; i += 1) {
each_blocks_1[i].d(1);
group_outros();
for (i = each_value_1.length; i < each_blocks_1.length; i += 1) {
out_2(i);
}
each_blocks_1.length = each_value_1.length;
check_outros();
}
if (dirty & /*data*/
1) {
@ -8993,7 +9104,7 @@ function create_fragment(ctx) {
}
group_outros();
for (i = each_value.length; i < each_blocks.length; i += 1) {
out_2(i);
out_3(i);
}
check_outros();
}
@ -9010,6 +9121,9 @@ function create_fragment(ctx) {
for (let i = 0; i < each_value_3.length; i += 1) {
transition_in(each_blocks_2[i]);
}
for (let i = 0; i < each_value_1.length; i += 1) {
transition_in(each_blocks_1[i]);
}
for (let i = 0; i < each_value.length; i += 1) {
transition_in(each_blocks[i]);
}
@ -9027,6 +9141,10 @@ function create_fragment(ctx) {
for (let i = 0; i < each_blocks_2.length; i += 1) {
transition_out(each_blocks_2[i]);
}
each_blocks_1 = each_blocks_1.filter(Boolean);
for (let i = 0; i < each_blocks_1.length; i += 1) {
transition_out(each_blocks_1[i]);
}
each_blocks = each_blocks.filter(Boolean);
for (let i = 0; i < each_blocks.length; i += 1) {
transition_out(each_blocks[i]);

Zobrazit soubor

@ -1,4 +0,0 @@
import { l } from "../../chunks/_layout-66834f1b.js";
export {
l as load
};

Zobrazit soubor

@ -0,0 +1,4 @@
import { l } from "../../chunks/_layout-7215df95.js";
export {
l as load
};

Zobrazit soubor

@ -900,9 +900,9 @@ const __vitePreload = function preload(baseModule, deps, importerUrl) {
};
const matchers = {};
const nodes = [
() => __vitePreload(() => import("./chunks/0-6c51af54.js"), true ? ["./chunks/0-6c51af54.js","./chunks/_layout-66834f1b.js","./components/pages/_layout.svelte-00646616.js","./chunks/index-744c867d.js","./assets/_layout-e2d8eb37.css"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/0-a296f653.js"), true ? ["./chunks/0-a296f653.js","./chunks/_layout-7215df95.js","./components/pages/_layout.svelte-0373f034.js","./chunks/index-744c867d.js","./assets/_layout-6fbaac9c.css"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/1-50fdc045.js"), true ? ["./chunks/1-50fdc045.js","./components/error.svelte-78b0075d.js","./chunks/index-744c867d.js","./chunks/singletons-5ef66a80.js"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/2-beab183a.js"), true ? ["./chunks/2-beab183a.js","./components/pages/_page.svelte-9e94ee1d.js","./chunks/index-744c867d.js"] : void 0, import.meta.url)
() => __vitePreload(() => import("./chunks/2-7ce62d06.js"), true ? ["./chunks/2-7ce62d06.js","./components/pages/_page.svelte-6ac4cd17.js","./chunks/index-744c867d.js"] : void 0, import.meta.url)
];
const server_loads = [];
const dictionary = {

Zobrazit soubor

@ -1 +1 @@
{"version":"1676291880261"}
{"version":"1676308237702"}

Zobrazit soubor

@ -65,7 +65,8 @@
"Coffee breaks",
"Buffet lunch",
"Networking drinks with speakers & attendees"
]
],
"hint": "[Apply for a discount →](https://tally.so/r/mYPDJW)<br />(as independent developer, student, privacy advocate, open-source contributor..)\n"
},
{
"title": "#Lunarpunk Party",
@ -88,6 +89,14 @@
"title": "Will the talks be livestreamed and/or recorded?",
"text": "Yes, we plan do both. Livestream of the whole conference and recordings of the lectures will be publicly available."
},
{
"title": "When will tickets go on sale? What will be the payment options?",
"text": "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."
},
{
"title": "All-day access ticket is expensive for me. Do you offer any discounts?",
"text": "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 [this form](https://tally.so/r/mYPDJW)."
},
{
"title": "How do I get to the venue?",
"text": "Venue X10 (full name \"[Divadlo X10](https://divadlox10.cz)\") is located in the centre of Prague near the metro station *Národní Třída* (Line B) and *Můstek* (Line A,C). The address is [Charvátova 10/39, Prague 1, 110 00](https://goo.gl/maps/Yh8qWagnqB1DvK676) ([Google Maps](https://goo.gl/maps/Yh8qWagnqB1DvK676))."

Zobrazit soubor

@ -5,14 +5,14 @@
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout-e2d8eb37.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-ebc8a44d.js">
<link href="./_app/immutable/assets/_layout-6fbaac9c.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-d1a8fa63.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-744c867d.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-5ef66a80.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-00646616.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-862e3869.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-66834f1b.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-9e94ee1d.js"><title>Web3Privacy Prague 2023 | Monday, 5. June 2023</title><!-- HEAD_svelte-17f38t8_START --><!-- HEAD_svelte-17f38t8_END -->
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-0373f034.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-97428de9.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-7215df95.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-6ac4cd17.js"><title>Web3Privacy Prague 2023 | Monday, 5. June 2023</title><!-- HEAD_svelte-17f38t8_START --><!-- HEAD_svelte-17f38t8_END -->
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
@ -130,16 +130,18 @@
<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 "><div class="text-3xl uppercase">All-day Access</div>
<div class="text-xl mt-6">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">All-day Access</div>
<div class="text-xl mt-6 font-bold">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><div class="bg-[#0d1117] hover:border-0 py-10 px-10 "><div class="text-3xl uppercase">#Lunarpunk Party</div>
<div class="text-xl mt-6">350 CZK (~15 EUR)</div>
<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>
<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>
</div></div>
<div class="mt-8 text-xl">Tickets will go on sale in early March 2023.</div></div></div>
@ -148,6 +150,10 @@
<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 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 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 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">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>
@ -161,14 +167,14 @@
</div></div></div></div></footer></div>
<script type="module" data-sveltekit-hydrate="uoq3hn">
import { start } from "./_app/immutable/start-ebc8a44d.js";
<script type="module" data-sveltekit-hydrate="1qc9lq0">
import { start } from "./_app/immutable/start-d1a8fa63.js";
start({
assets: "",
env: {},
target: document.querySelector('[data-sveltekit-hydrate="uoq3hn"]').parentNode,
version: "1676291880261",
target: document.querySelector('[data-sveltekit-hydrate="1qc9lq0"]').parentNode,
version: "1676308237702",
hydrate: {
node_ids: [0, 2],
data: [{type:"data",data:null,uses:{}},null],