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

Odblokovani Home

parent eccd2469
Branches
No related tags found
No related merge requests found
Pipeline #19817 failed
...@@ -17,7 +17,6 @@ const Home = () => { ...@@ -17,7 +17,6 @@ const Home = () => {
<article className="space-y-8 md:space-y-16"> <article className="space-y-8 md:space-y-16">
{/*
<div className="content-block"> <div className="content-block">
<p className="text-md lg:text-lg"> <p className="text-md lg:text-lg">
<strong>Letos se zasedání CF s doprovodným programem bude konat v&nbsp;Brně v termínu 13.&nbsp;&nbsp;14. ledna 2024.</strong><br/><br/> <strong>Letos se zasedání CF s doprovodným programem bude konat v&nbsp;Brně v termínu 13.&nbsp;&nbsp;14. ledna 2024.</strong><br/><br/>
...@@ -26,6 +25,7 @@ const Home = () => { ...@@ -26,6 +25,7 @@ const Home = () => {
</div> </div>
{/*
<div className="grid md:grid-cols-3 gap-4 md:gap-8 content-block"> <div className="grid md:grid-cols-3 gap-4 md:gap-8 content-block">
{venues.map((venueItem) => ( {venues.map((venueItem) => (
<VenueCard <VenueCard
...@@ -73,6 +73,7 @@ const Home = () => { ...@@ -73,6 +73,7 @@ const Home = () => {
</div> </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="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 <div
className="cf-hero" className="cf-hero"
...@@ -128,7 +129,7 @@ const Home = () => { ...@@ -128,7 +129,7 @@ const Home = () => {
))} ))}
</div> </div>
*/} {/*
<div className="bg-blue-300 text-white p-8 md:p-16"> <div className="bg-blue-300 text-white p-8 md:p-16">
<div className="content-block"> <div className="content-block">
<h3 className="head-alt-md">Zasedání Celostátního fóra proběhlo 13.&nbsp;ledna 2024 v&nbsp;Brně</h3> <h3 className="head-alt-md">Zasedání Celostátního fóra proběhlo 13.&nbsp;ledna 2024 v&nbsp;Brně</h3>
...@@ -136,6 +137,7 @@ const Home = () => { ...@@ -136,6 +137,7 @@ const Home = () => {
Děkujeme všem za účast a těšíme se na vás na zasedání Celostátního fóra v roce 2025. Děkujeme všem za účast a těšíme se na vás na zasedání Celostátního fóra v roce 2025.
</h2> </h2>
*/}
{/* {/*
<p className="text-md lg:text-lg"> <p className="text-md lg:text-lg">
Zasedání bude možno sledovat on-line na adrese{" "} Zasedání bude možno sledovat on-line na adrese{" "}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment