Skip to content
Snippets Groups Projects
Commit 127284f8 authored by libor.adamek's avatar libor.adamek
Browse files

Update Home.js - přidány buttony program, podklady a online

parent 3dad1021
No related branches found
No related tags found
No related merge requests found
Pipeline #20623 passed
...@@ -18,8 +18,7 @@ const Home = () => { ...@@ -18,8 +18,7 @@ const Home = () => {
<div className="content-block"> <div className="content-block">
<p className="text-md lg:text-lg"> <p className="text-md lg:text-lg">
<strong>Zasedání CF se bude konat v prostorách Interhotelu Zlín ve&nbsp;Zlíně v termínu 15.&nbsp;února 2025 od 9 do 18 hodin.</strong><br /><br /> <strong>Zasedání CF se bude konat v prostorách Interhotelu Zlín ve&nbsp;Zlíně v termínu 15.&nbsp;února 2025 od 9 do 18 hodin.</strong>
Další informace budou postupně zveřejňovány.
</p> </p>
</div> </div>
...@@ -41,7 +40,7 @@ const Home = () => { ...@@ -41,7 +40,7 @@ const Home = () => {
{days} dní a {hours} hodin {days} dní a {hours} hodin
</h1> </h1>
{/*
<Button <Button
className="md:text-xl btn--to-blue-300" className="md:text-xl btn--to-blue-300"
bodyClassName="whitespace-no-wrap" bodyClassName="whitespace-no-wrap"
...@@ -56,7 +55,7 @@ const Home = () => { ...@@ -56,7 +55,7 @@ const Home = () => {
className="md:text-xl btn--to-blue-300 ml-4" className="md:text-xl btn--to-blue-300 ml-4"
bodyClassName="whitespace-no-wrap" bodyClassName="whitespace-no-wrap"
color="blue-300" color="blue-300"
href="https://a.pirati.cz/cf/2024-11/" href="https://a.pirati.cz/cf/2025-02/"
icon="ico--chevron-right" icon="ico--chevron-right"
target="_blank" target="_blank"
> >
...@@ -67,15 +66,15 @@ const Home = () => { ...@@ -67,15 +66,15 @@ const Home = () => {
className="md:text-xl btn--to-blue-300 ml-4" className="md:text-xl btn--to-blue-300 ml-4"
bodyClassName="whitespace-no-wrap" bodyClassName="whitespace-no-wrap"
color="green-400" color="green-400"
href="https://cf2024.online" href="https://cf2025.pirati.cz/"
icon="ico--chevron-right" icon="ico--chevron-right"
rel="noreferrer noopener" rel="noreferrer noopener"
target="_blank" target="_blank"
> >
Sledovat CF 2024 online Sledovat CF 2025 online
</Button> </Button>
*/}
</div> </div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment