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

View file

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

View file

@ -197,60 +197,109 @@ const data = {
"mykola",
"tree"
],
program: [
stages: [
{
time: "9:00 - 9:30",
title: "Registration & networking"
id: "main",
name: "Main stage"
},
{
time: "9:30 - 9:35",
title: "Welcome to Web3Privacy",
speakers: [{ name: "TBA" }],
desc: "Welcoming visitors to our private-centric research, community and conference"
},
{
time: "9:35 - 10:55",
title: "Talks I."
},
{
time: "10:55 - 11:20",
title: "25min Coffee Break"
},
{
time: "11:25 - 12:40",
title: "Talks II."
},
{
time: "12:40 - 14:00",
title: "Lunch & Networking"
},
{
time: "14:00 - 15:40",
title: "Talks III."
},
{
time: "15:40 - 16:05",
title: "25min Coffee Break"
},
{
time: "16:10 - 18:30",
title: "Talks IV."
},
{
time: "18:30 - 18:35",
title: "Closing Remarks",
speakers: [{ name: "TBA" }]
},
{
time: "18:30 - 20:00",
title: "Networking & Drinks"
},
{
time: "20:00 - 4:00",
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)."
id: "second",
name: "Workshop stage"
}
]
],
program: {
main: [
{
time: "9:00 - 9:30",
title: "Registration & networking"
},
{
time: "9:30 - 9:35",
title: "Welcome to Web3Privacy",
speakers: [{ name: "TBA" }],
desc: "Welcoming visitors to our private-centric research, community and conference"
},
{
time: "9:35 - 10:55",
title: "Talks I. - TBA"
},
{
time: "10:55 - 11:20",
title: "25min Coffee Break",
type: "other"
},
{
time: "11:25 - 12:40",
title: "Talks II. - TBA"
},
{
time: "12:40 - 14:00",
title: "Lunch & Networking",
type: "other"
},
{
time: "14:00 - 15:40",
title: "Talks III. - TBA"
},
{
time: "15:40 - 16:05",
title: "25min Coffee Break",
type: "other"
},
{
time: "16:10 - 18:30",
title: "Talks IV. - TBA"
},
{
time: "18:30 - 18:35",
title: "Closing Remarks",
speakers: [{ name: "TBA" }]
},
{
time: "18:30 - 20:00",
title: "Networking & Drinks",
type: "other"
},
{
time: "20:00 - 4:00",
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)."
}
],
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 }) {
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 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/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 dictionary = {

View file

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

View file

@ -199,66 +199,115 @@
"mykola",
"tree"
],
"program": [
"stages": [
{
"time": "9:00 - 9:30",
"title": "Registration & networking"
"id": "main",
"name": "Main stage"
},
{
"time": "9:30 - 9:35",
"title": "Welcome to Web3Privacy",
"speakers": [
{
"name": "TBA"
}
],
"desc": "Welcoming visitors to our private-centric research, community and conference"
},
{
"time": "9:35 - 10:55",
"title": "Talks I."
},
{
"time": "10:55 - 11:20",
"title": "25min Coffee Break"
},
{
"time": "11:25 - 12:40",
"title": "Talks II."
},
{
"time": "12:40 - 14:00",
"title": "Lunch & Networking"
},
{
"time": "14:00 - 15:40",
"title": "Talks III."
},
{
"time": "15:40 - 16:05",
"title": "25min Coffee Break"
},
{
"time": "16:10 - 18:30",
"title": "Talks IV."
},
{
"time": "18:30 - 18:35",
"title": "Closing Remarks",
"speakers": [
{
"name": "TBA"
}
]
},
{
"time": "18:30 - 20:00",
"title": "Networking & Drinks"
},
{
"time": "20:00 - 4:00",
"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)."
"id": "second",
"name": "Workshop stage"
}
]
],
"program": {
"main": [
{
"time": "9:00 - 9:30",
"title": "Registration & networking"
},
{
"time": "9:30 - 9:35",
"title": "Welcome to Web3Privacy",
"speakers": [
{
"name": "TBA"
}
],
"desc": "Welcoming visitors to our private-centric research, community and conference"
},
{
"time": "9:35 - 10:55",
"title": "Talks I. - TBA"
},
{
"time": "10:55 - 11:20",
"title": "25min Coffee Break",
"type": "other"
},
{
"time": "11:25 - 12:40",
"title": "Talks II. - TBA"
},
{
"time": "12:40 - 14:00",
"title": "Lunch & Networking",
"type": "other"
},
{
"time": "14:00 - 15:40",
"title": "Talks III. - TBA"
},
{
"time": "15:40 - 16:05",
"title": "25min Coffee Break",
"type": "other"
},
{
"time": "16:10 - 18:30",
"title": "Talks IV. - TBA"
},
{
"time": "18:30 - 18:35",
"title": "Closing Remarks",
"speakers": [
{
"name": "TBA"
}
]
},
{
"time": "18:30 - 20:00",
"title": "Networking & Drinks",
"type": "other"
},
{
"time": "20:00 - 4:00",
"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)."
}
],
"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="theme-color" content="#000000" />
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout-4a86f96b.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-d463aff3.js">
<link href="./_app/immutable/assets/_layout-b19de5a6.css" rel="stylesheet">
<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/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/modules/pages/_layout.js-f7953a61.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-4ea03685.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/modules/pages/_layout.js-e7fe3f8f.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-c60846aa.js">
<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>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
@ -105,47 +105,80 @@
</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>
<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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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"><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>
<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>
<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"><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"><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"><span class="animate-section ">Talks 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 ">Talks 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 ">Talks 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 ">Talks IV. - TBA</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"><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 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 text-mild">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"><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 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><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>
<script type="module" data-sveltekit-hydrate="1vb60d4">
import { start } from "./_app/immutable/start-d463aff3.js";
<script type="module" data-sveltekit-hydrate="1twko07">
import { start } from "./_app/immutable/start-0db4a180.js";
start({
assets: "",
env: {},
target: document.querySelector('[data-sveltekit-hydrate="1vb60d4"]').parentNode,
version: "1677150961421",
target: document.querySelector('[data-sveltekit-hydrate="1twko07"]').parentNode,
version: "1677153063421",
hydrate: {
node_ids: [0, 2],
data: [{type:"data",data:null,uses:{}},null],