Skip to content
Snippets Groups Projects
Verified Commit 817d3d5b authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Workshopy, dobrovolniky, odkazy

parent 1672cadd
No related branches found
No related tags found
No related merge requests found
Pipeline #16219 passed
......@@ -50,7 +50,6 @@ const VenueCard = ({
Další informace
</Button>
{/*
<Button
className="text-xs btn--to-blue-300 mr-2 mb-2"
bodyClassName="whitespace-no-wrap p-2 pl-4 pr-4"
......@@ -60,7 +59,6 @@ const VenueCard = ({
>
Program
</Button>
*/}
</div>
</CardBodyText>
......
......@@ -624,7 +624,7 @@ export const program = {
code: "alternative",
name: "Alternativní program",
venue: "Hlavní program",
colorBg: "yellow",
colorBg: "grey-125",
colorFg: "black",
},
],
......@@ -815,6 +815,13 @@ export const program = {
colorBg: "cyan-300",
colorFg: "white",
},
{
code: "workshopy3",
name: "Diskuze",
venue: "ŠPiCe, Lidická 81",
colorBg: "grey-125",
colorFg: "black",
},
],
slots: [
{
......@@ -950,6 +957,21 @@ export const program = {
},
],
},
{
time: "10:00",
sessions: [
{
track: "workshopy3",
timeStart: "10:00",
timeEnd: "11:50",
title: "Diskuze o návrhu na reformu aparátu strany",
agenda: [
"David františek Wagner a Tomáš Válek",
"Diskuze o návrhu na reformu aparátu strany Pokud tě zajímá, co je to reforma aparátu strany, přijď se podívat, jak to dnes funguje a co navrhujeme.",
],
},
],
},
],
},
],
......
......@@ -16,36 +16,6 @@ const Home = () => {
return (
<article className="space-y-8 md:space-y-16">
{/*
<div className="bg-blue-300 text-white p-8 md:p-16">
<div className="content-block">
<h3 className="head-alt-md">Zasedání Celostátního fóra proběhlo 29.&nbsp;dubna 2023 v&nbsp;Domě Kultury v&nbsp;Liberci</h3>
<h2 className="head-alt-md lg:head-alt-lg">
Děkujeme všem za účast a těšíme se na vás na volebním zasedání Celostátního fóra v&nbsp;lednu 2024.
</h2>
<p className="text-md lg:text-lg">
Zasedání bude možno sledovat on-line na adrese{" "}
<a href="https://cf2024.online" className="font-bold">
cf2023.online
</a>
.
</p>
</div>
<Button
className="md:text-xl btn--to-blue-300"
bodyClassName="whitespace-no-wrap"
color="white"
href="https://cf2024.online"
icon="ico--chevron-right"
rel="noreferrer noopener"
target="_blank"
>
Sledovat CF 2024 online
</Button>
</div>
*/}
<div className="content-block">
<p className="text-md lg:text-lg">
......@@ -55,7 +25,6 @@ const Home = () => {
</div>
{/*
<div className="grid md:grid-cols-3 gap-4 md:gap-8 content-block">
{venues.map((venueItem) => (
<VenueCard
......@@ -79,7 +48,6 @@ const Home = () => {
))}
</div>
*/}
{/*
<div className="content-block alert alert--yellow-400 flex-col p-8 md:p-16">
......@@ -161,6 +129,38 @@ const Home = () => {
))}
</div>
<div className="bg-blue-300 text-white p-8 md:p-16">
<div className="content-block">
{/*
<h3 className="head-alt-md">Zasedání Celostátního fóra proběhlo 29.&nbsp;dubna 2023 v&nbsp;Domě Kultury v&nbsp;Liberci</h3>
<h2 className="head-alt-md lg:head-alt-lg">
Děkujeme všem za účast a těšíme se na vás na volebním zasedání Celostátního fóra v&nbsp;lednu 2024.
</h2>
*/}
<p className="text-md lg:text-lg">
Zasedání bude možno sledovat on-line na adrese{" "}
<a href="https://cf2024.online" className="font-bold">
cf2023.online
</a>
.
</p>
</div>
{/*
<Button
className="md:text-xl btn--to-blue-300"
bodyClassName="whitespace-no-wrap"
color="white"
href="https://cf2024.online"
icon="ico--chevron-right"
rel="noreferrer noopener"
target="_blank"
>
Sledovat CF 2024 online
</Button>
*/}
</div>
<div className="relative card elevation-10 flex flex-col lg:flex-row lg:items-center my-8 xl:-mx-16 container-padding--zero md:container-padding--auto overflow-hidden">
<div
className="cf-hero"
......
......@@ -8,7 +8,7 @@ import { venues, organisers } from "config";
import { basics } from "config";
const Volunteers = () => {
const venueItem=venues[0];
const venueItem=venues[1];
const person=organisers[0].members[1];
return (
<article className="w-full">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment