This commit is contained in:
burningtree 2023-02-23 11:51:10 +00:00
parent ee86a7fcb3
commit 1e2b7b839a
12 changed files with 753 additions and 449 deletions

View file

@ -658,7 +658,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); 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, .topic-item:hover .text-mild{ .person-item:hover .text-mild, .person-item:hover .text-supermild, .topic-item:hover .text-mild, .topic-item:hover .text-supermild{
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity)); color: rgb(0 0 0 / var(--tw-text-opacity));
} }
@ -700,6 +700,10 @@ table.table-custom{
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
} }
.mb-10{
margin-bottom: 2.5rem;
}
.mb-36{ .mb-36{
margin-bottom: 9rem; margin-bottom: 9rem;
} }
@ -796,6 +800,10 @@ table.table-custom{
width: 1.25rem; width: 1.25rem;
} }
.w-auto{
width: auto;
}
.w-full{ .w-full{
width: 100%; width: 100%;
} }
@ -1145,14 +1153,30 @@ table.table-custom{
@media (min-width: 1280px){ @media (min-width: 1280px){
.xl\:mb-0{
margin-bottom: 0px;
}
.xl\:inline-block{ .xl\:inline-block{
display: inline-block; display: inline-block;
} }
.xl\:flex{
display: flex;
}
.xl\:w-1\/2{
width: 50%;
}
.xl\:w-36{ .xl\:w-36{
width: 9rem; width: 9rem;
} }
.xl\:gap-4{
gap: 1rem;
}
.xl\:whitespace-nowrap{ .xl\:whitespace-nowrap{
white-space: nowrap; white-space: nowrap;
} }

View file

@ -1,5 +1,5 @@
import { _ } from "./_layout-4ea03685.js"; import { _ } from "./_layout-c60846aa.js";
import { default as default2 } from "../components/pages/_layout.svelte-9586fa71.js"; import { default as default2 } from "../components/pages/_layout.svelte-170ef835.js";
export { export {
default2 as component, default2 as component,
_ as universal _ as universal

View file

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

View file

@ -197,7 +197,18 @@ const data = {
"mykola", "mykola",
"tree" "tree"
], ],
program: [ stages: [
{
id: "main",
name: "Main stage"
},
{
id: "second",
name: "Workshop stage"
}
],
program: {
main: [
{ {
time: "9:00 - 9:30", time: "9:00 - 9:30",
title: "Registration & networking" title: "Registration & networking"
@ -210,31 +221,34 @@ const data = {
}, },
{ {
time: "9:35 - 10:55", time: "9:35 - 10:55",
title: "Talks I." title: "Talks I. - TBA"
}, },
{ {
time: "10:55 - 11:20", time: "10:55 - 11:20",
title: "25min Coffee Break" title: "25min Coffee Break",
type: "other"
}, },
{ {
time: "11:25 - 12:40", time: "11:25 - 12:40",
title: "Talks II." title: "Talks II. - TBA"
}, },
{ {
time: "12:40 - 14:00", time: "12:40 - 14:00",
title: "Lunch & Networking" title: "Lunch & Networking",
type: "other"
}, },
{ {
time: "14:00 - 15:40", time: "14:00 - 15:40",
title: "Talks III." title: "Talks III. - TBA"
}, },
{ {
time: "15:40 - 16:05", time: "15:40 - 16:05",
title: "25min Coffee Break" title: "25min Coffee Break",
type: "other"
}, },
{ {
time: "16:10 - 18:30", time: "16:10 - 18:30",
title: "Talks IV." title: "Talks IV. - TBA"
}, },
{ {
time: "18:30 - 18:35", time: "18:30 - 18:35",
@ -243,14 +257,49 @@ const data = {
}, },
{ {
time: "18:30 - 20:00", time: "18:30 - 20:00",
title: "Networking & Drinks" title: "Networking & Drinks",
type: "other"
}, },
{ {
time: "20:00 - 4:00", time: "20:00 - 4:00",
title: "#Lunarpunk party", title: "#Lunarpunk party",
desc: "Enjoy our afterparty in Lunarpunk style with quality Prague rave DJs, which will take place in the same venue until the morning (4am)." desc: "Enjoy our afterparty in Lunarpunk style with quality Prague rave DJs, which will take place in the same venue until the morning (4am)."
} }
],
second: [
{
time: "09:35 - 10:55",
title: "Workshops I. - TBA"
},
{
time: "10:55 - 11:20",
title: "25min Coffee Break",
type: "other"
},
{
time: "11:25 - 12:40",
title: "Workshops II. - TBA"
},
{
time: "12:40 - 14:00",
title: "Lunch & Networking",
type: "other"
},
{
time: "14:00 - 15:40",
title: "Workshops III. - TBA"
},
{
time: "15:40 - 16:05",
title: "25min Coffee Break",
type: "other"
},
{
time: "16:10 - 18:30",
title: "Workshops IV."
}
] ]
}
}; };
async function load({ params, url, fetch }) { async function load({ params, url, fetch }) {
return { return {

View file

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

View file

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

View file

@ -900,9 +900,9 @@ const __vitePreload = function preload(baseModule, deps, importerUrl) {
}; };
const matchers = {}; const matchers = {};
const nodes = [ const nodes = [
() => __vitePreload(() => import("./chunks/0-3d4714de.js"), true ? ["./chunks/0-3d4714de.js","./chunks/_layout-4ea03685.js","./components/pages/_layout.svelte-9586fa71.js","./chunks/index-a23f1e07.js","./chunks/helpers-52e0076b.js","./assets/_layout-4a86f96b.css"] : void 0, import.meta.url), () => __vitePreload(() => import("./chunks/0-7aaa7879.js"), true ? ["./chunks/0-7aaa7879.js","./chunks/_layout-c60846aa.js","./components/pages/_layout.svelte-170ef835.js","./chunks/index-a23f1e07.js","./chunks/helpers-52e0076b.js","./assets/_layout-b19de5a6.css"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/1-0968ece7.js"), true ? ["./chunks/1-0968ece7.js","./components/error.svelte-dfa3fa2b.js","./chunks/index-a23f1e07.js","./chunks/singletons-a9453c75.js"] : void 0, import.meta.url), () => __vitePreload(() => import("./chunks/1-0968ece7.js"), true ? ["./chunks/1-0968ece7.js","./components/error.svelte-dfa3fa2b.js","./chunks/index-a23f1e07.js","./chunks/singletons-a9453c75.js"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/2-a9a57f08.js"), true ? ["./chunks/2-a9a57f08.js","./components/pages/_page.svelte-2674026e.js","./chunks/index-a23f1e07.js","./chunks/helpers-52e0076b.js","./chunks/singletons-a9453c75.js"] : void 0, import.meta.url) () => __vitePreload(() => import("./chunks/2-70ea19c7.js"), true ? ["./chunks/2-70ea19c7.js","./components/pages/_page.svelte-1f4bfbbb.js","./chunks/index-a23f1e07.js","./chunks/helpers-52e0076b.js","./chunks/singletons-a9453c75.js"] : void 0, import.meta.url)
]; ];
const server_loads = []; const server_loads = [];
const dictionary = { const dictionary = {

View file

@ -1 +1 @@
{"version":"1677150961421"} {"version":"1677153063421"}

View file

@ -199,7 +199,18 @@
"mykola", "mykola",
"tree" "tree"
], ],
"program": [ "stages": [
{
"id": "main",
"name": "Main stage"
},
{
"id": "second",
"name": "Workshop stage"
}
],
"program": {
"main": [
{ {
"time": "9:00 - 9:30", "time": "9:00 - 9:30",
"title": "Registration & networking" "title": "Registration & networking"
@ -216,31 +227,34 @@
}, },
{ {
"time": "9:35 - 10:55", "time": "9:35 - 10:55",
"title": "Talks I." "title": "Talks I. - TBA"
}, },
{ {
"time": "10:55 - 11:20", "time": "10:55 - 11:20",
"title": "25min Coffee Break" "title": "25min Coffee Break",
"type": "other"
}, },
{ {
"time": "11:25 - 12:40", "time": "11:25 - 12:40",
"title": "Talks II." "title": "Talks II. - TBA"
}, },
{ {
"time": "12:40 - 14:00", "time": "12:40 - 14:00",
"title": "Lunch & Networking" "title": "Lunch & Networking",
"type": "other"
}, },
{ {
"time": "14:00 - 15:40", "time": "14:00 - 15:40",
"title": "Talks III." "title": "Talks III. - TBA"
}, },
{ {
"time": "15:40 - 16:05", "time": "15:40 - 16:05",
"title": "25min Coffee Break" "title": "25min Coffee Break",
"type": "other"
}, },
{ {
"time": "16:10 - 18:30", "time": "16:10 - 18:30",
"title": "Talks IV." "title": "Talks IV. - TBA"
}, },
{ {
"time": "18:30 - 18:35", "time": "18:30 - 18:35",
@ -253,12 +267,47 @@
}, },
{ {
"time": "18:30 - 20:00", "time": "18:30 - 20:00",
"title": "Networking & Drinks" "title": "Networking & Drinks",
"type": "other"
}, },
{ {
"time": "20:00 - 4:00", "time": "20:00 - 4:00",
"title": "#Lunarpunk party", "title": "#Lunarpunk party",
"desc": "Enjoy our afterparty in Lunarpunk style with quality Prague rave DJs, which will take place in the same venue until the morning (4am)." "desc": "Enjoy our afterparty in Lunarpunk style with quality Prague rave DJs, which will take place in the same venue until the morning (4am)."
} }
],
"second": [
{
"time": "09:35 - 10:55",
"title": "Workshops I. - TBA"
},
{
"time": "10:55 - 11:20",
"title": "25min Coffee Break",
"type": "other"
},
{
"time": "11:25 - 12:40",
"title": "Workshops II. - TBA"
},
{
"time": "12:40 - 14:00",
"title": "Lunch & Networking",
"type": "other"
},
{
"time": "14:00 - 15:40",
"title": "Workshops III. - TBA"
},
{
"time": "15:40 - 16:05",
"title": "25min Coffee Break",
"type": "other"
},
{
"time": "16:10 - 18:30",
"title": "Workshops IV."
}
] ]
} }
}

View file

@ -6,15 +6,15 @@
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<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-4a86f96b.css" rel="stylesheet"> <link href="./_app/immutable/assets/_layout-b19de5a6.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-d463aff3.js"> <link rel="modulepreload" href="./_app/immutable/start-0db4a180.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-a23f1e07.js"> <link rel="modulepreload" href="./_app/immutable/chunks/index-a23f1e07.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-a9453c75.js"> <link rel="modulepreload" href="./_app/immutable/chunks/singletons-a9453c75.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-9586fa71.js"> <link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-170ef835.js">
<link rel="modulepreload" href="./_app/immutable/chunks/helpers-52e0076b.js"> <link rel="modulepreload" href="./_app/immutable/chunks/helpers-52e0076b.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-f7953a61.js"> <link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-e7fe3f8f.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-4ea03685.js"> <link rel="modulepreload" href="./_app/immutable/chunks/_layout-c60846aa.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-2674026e.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-1f4bfbbb.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">
@ -105,8 +105,11 @@
</div></div></div></div></div> </div></div></div></div></div>
<div class="bg-black" id="program"><div class="middle-pane-medium pt-16 text-xl text-center mx-auto pb-32"><div class="section-header">Program</div> <div class="bg-black" id="program"><div class="middle-pane-medium pt-16 text-xl text-center mx-auto pb-32"><div class="section-header">Program</div>
<div class="program xl:flex gap-10 xl:gap-4"><div class="w-auto xl:w-1/2 mb-10 xl:mb-0"><div class="text-3xl font-bold mb-4">Main stage</div>
<table class="table-auto table-custom w-full mx-0 lg:mx-8"><thead><tr><th class="text-right">time</th> <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> <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> <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"><span class="animate-section ">Registration &amp; networking</span> </div> <td class="text-left"><div class="text-xl"><span class="animate-section ">Registration &amp; networking</span> </div>
</td> </td>
@ -115,37 +118,67 @@
<div class="mt-2 text-base description text-mild markdown"><p>Welcoming visitors to our private-centric research, community and conference</p> <div class="mt-2 text-base description text-mild markdown"><p>Welcoming visitors to our private-centric research, community and conference</p>
</div></td> </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> </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"><span class="animate-section">Talks I.</span> </div> <td class="text-left"><div class="text-xl"><span class="animate-section ">Talks I. - TBA</span> </div>
</td> </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> </tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36 text-mild"><!-- 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"><span class="animate-section">25min Coffee Break</span> </div> <td class="text-left"><div class="text-xl"><span class="animate-section text-mild">25min Coffee Break</span> </div>
</td> </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> </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"><span class="animate-section">Talks II.</span> </div> <td class="text-left"><div class="text-xl"><span class="animate-section ">Talks II. - TBA</span> </div>
</td> </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> </tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36 text-mild"><!-- 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"><span class="animate-section">Lunch &amp; Networking</span> </div> <td class="text-left"><div class="text-xl"><span class="animate-section text-mild">Lunch &amp; Networking</span> </div>
</td> </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> </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"><span class="animate-section">Talks III.</span> </div> <td class="text-left"><div class="text-xl"><span class="animate-section ">Talks III. - TBA</span> </div>
</td> </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> </tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36 text-mild"><!-- 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"><span class="animate-section">25min Coffee Break</span> </div> <td class="text-left"><div class="text-xl"><span class="animate-section text-mild">25min Coffee Break</span> </div>
</td> </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> </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"><span class="animate-section">Talks IV.</span> </div> <td class="text-left"><div class="text-xl"><span class="animate-section ">Talks IV. - TBA</span> </div>
</td> </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> </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"><span class="animate-section ">Closing Remarks</span> ― TBA</div> <td class="text-left"><div class="text-xl"><span class="animate-section ">Closing Remarks</span> ― TBA</div>
</td> </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> </tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36 text-mild"><!-- 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"><span class="animate-section">Networking &amp; Drinks</span> </div> <td class="text-left"><div class="text-xl"><span class="animate-section text-mild">Networking &amp; Drinks</span> </div>
</td> </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> </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"><span class="animate-section ">#Lunarpunk party</span> </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 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> </div></td>
</tr></tbody></table></div></div> </tr>
</tbody></table>
</div><div class="w-auto xl:w-1/2 mb-10 xl:mb-0"><div class="text-3xl font-bold mb-4">Workshop stage</div>
<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 -->09:35 <div class="xl:inline-block hidden mx-1">-</div> 10:55<!-- HTML_TAG_END --></td>
<td class="text-left"><div class="text-xl"><span class="animate-section ">Workshops I. - TBA</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36 text-mild"><!-- 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"><span class="animate-section text-mild">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"><span class="animate-section ">Workshops II. - TBA</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36 text-mild"><!-- 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"><span class="animate-section text-mild">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"><span class="animate-section ">Workshops III. - TBA</span> </div>
</td>
</tr><tr class=""><td class="text-right time xl:whitespace-nowrap sm:w-16 xl:w-36 text-mild"><!-- 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"><span class="animate-section text-mild">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"><span class="animate-section ">Workshops IV.</span> </div>
</td>
</tr>
</tbody></table>
</div></div></div></div>
<div class="" id="sponsors"><div class="middle-pane-medium pt-16 text-xl text-center mx-auto pb-32"><div class="section-header">Sponsors</div> <div class="" id="sponsors"><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"><button class="py-2 px-5 bg-white text-black hover:bg-black border border-bg-white hover:text-white">Become a Sponsor</button></a></div></div></div> <div><a href="https://matrix.to/#/@tree:gwei.cz"><button class="py-2 px-5 bg-white text-black hover:bg-black border border-bg-white hover:text-white">Become a Sponsor</button></a></div></div></div>
@ -192,14 +225,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="1vb60d4"> <script type="module" data-sveltekit-hydrate="1twko07">
import { start } from "./_app/immutable/start-d463aff3.js"; import { start } from "./_app/immutable/start-0db4a180.js";
start({ start({
assets: "", assets: "",
env: {}, env: {},
target: document.querySelector('[data-sveltekit-hydrate="1vb60d4"]').parentNode, target: document.querySelector('[data-sveltekit-hydrate="1twko07"]').parentNode,
version: "1677150961421", version: "1677153063421",
hydrate: { hydrate: {
node_ids: [0, 2], node_ids: [0, 2],
data: [{type:"data",data:null,uses:{}},null], data: [{type:"data",data:null,uses:{}},null],