Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zasedání CF
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Zasedání CF
Commits
2eaeb194
Verified
Commit
2eaeb194
authored
Nov 13, 2023
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Upravy hopepage
parent
3eded5bc
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#15420
passed
Nov 13, 2023
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/config.js
+28
-25
28 additions, 25 deletions
src/config.js
src/pages/Home.js
+4
-6
4 additions, 6 deletions
src/pages/Home.js
with
32 additions
and
31 deletions
src/config.js
+
28
−
25
View file @
2eaeb194
...
...
@@ -115,7 +115,8 @@ export const map = {
markers
:
[
eventHall
,
workshopVenue
,
partyVenue
,
railwayStation
,
busStation
,
parkingForum
,
parkingRakev
,
parkingHrazena
],
};
export
const
venues
=
[
partyVenue
,
eventHall
,
workshopVenue
];
export
const
venues
=
[
eventHall
];
//export const venues = [partyVenue, eventHall, workshopVenue];
export
const
nav
=
[
{
...
...
@@ -123,34 +124,34 @@ export const nav = [
title
:
"
Registrace
"
,
notonhome
:
true
,
},
{
link
:
"
/ubytovani
"
,
title
:
"
Ubytování
"
,
},
//
{
//
link: "/ubytovani",
//
title: "Ubytování",
//
},
{
title
:
"
Zasedání CF
"
,
link
:
"
/zasedani
"
,
},
{
title
:
"
Stravování
"
,
link
:
"
/stravovani
"
,
},
//
{
//
title: "Stravování",
//
link: "/stravovani",
//
},
{
link
:
"
/doprava
"
,
title
:
"
Doprava
"
,
},
{
link
:
"
/program
"
,
title
:
"
Program
"
,
},
{
title
:
"
Party
"
,
link
:
"
/party
"
,
},
{
title
:
"
Workshopy
"
,
link
:
"
/workshopy
"
,
},
//
{
//
link: "/program",
//
title: "Program",
//
},
//
{
//
title: "Party",
//
link: "/party",
//
},
//
{
//
title: "Workshopy",
//
link: "/workshopy",
//
},
{
link
:
"
/mapa
"
,
title
:
"
Mapa
"
,
...
...
@@ -159,10 +160,10 @@ export const nav = [
link
:
"
/organizatori
"
,
title
:
"
Organizátoři
"
,
},
{
link
:
"
/volba-predsednictva
"
,
title
:
"
Volba předsednictva
"
,
},
//
{
//
link: "/volba-predsednictva",
//
title: "Volba předsednictva",
//
},
{
link
:
"
/hendikepovani
"
,
title
:
"
CF bez bariér
"
,
...
...
@@ -264,6 +265,7 @@ export const organisers = [
];
export
const
accommodation
=
[
/*
{
title: "Imperial Hotel Pytloun",
link: "https://www.pytloungrandhotelimperial.cz/cs/",
...
...
@@ -398,6 +400,7 @@ export const accommodation = [
},
],
},
*/
];
export
const
programGeneralSettings
=
{
...
...
This diff is collapsed.
Click to expand it.
src/pages/Home.js
+
4
−
6
View file @
2eaeb194
...
...
@@ -15,15 +15,14 @@ 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. dubna 2023 v Domě Kultury v 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 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">
...
...
@@ -31,9 +30,8 @@ const Home = () => {
</a>
.
</p>
*/
}
</div>
{
/*
<Button
className="md:text-xl btn--to-blue-300"
bodyClassName="whitespace-no-wrap"
...
...
@@ -45,8 +43,8 @@ const Home = () => {
>
Sledovat CF 2024 online
</Button>
*/
}
</div>
*/
}
<
div
className
=
"
content-block
"
>
<
p
className
=
"
text-md lg:text-lg
"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment