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
0b22d699
Verified
Commit
0b22d699
authored
7 months ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Konec registrace
parent
72c034f7
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#20092
passed
7 months ago
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/App.js
+3
-1
3 additions, 1 deletion
src/App.js
src/config.js
+5
-5
5 additions, 5 deletions
src/config.js
src/pages/Registration2.js
+28
-0
28 additions, 0 deletions
src/pages/Registration2.js
with
36 additions
and
6 deletions
src/App.js
+
3
−
1
View file @
0b22d699
...
...
@@ -27,6 +27,7 @@ import Map from "./pages/Map";
import
Party
from
"
./pages/Party
"
;
import
Program
from
"
./pages/Program
"
;
import
Registration
from
"
./pages/Registration
"
;
import
Registration2
from
"
./pages/Registration2
"
;
import
Team
from
"
./pages/Team
"
;
import
Volunteers
from
"
./pages/Volunteers
"
;
import
Workshops
from
"
./pages/Workshops
"
;
...
...
@@ -104,7 +105,8 @@ function PageBody() {
})}
>
<
Routes
>
<
Route
path
=
"
/registrace
"
element
=
{
<
Registration
/>
}
/
>
<
Route
path
=
"
/registrace-vip
"
element
=
{
<
Registration
/>
}
/
>
<
Route
path
=
"
/registrace
"
element
=
{
<
Registration2
/>
}
/
>
<
Route
path
=
"
/stravovani
"
element
=
{
<
Catering
/>
}
/
>
<
Route
path
=
"
/organizatori
"
element
=
{
<
Team
/>
}
/
>
<
Route
path
=
"
/ubytovani
"
element
=
{
<
Accommodation
/>
}
/
>
...
...
This diff is collapsed.
Click to expand it.
src/config.js
+
5
−
5
View file @
0b22d699
...
...
@@ -163,11 +163,11 @@ export const nav = [
title
:
"
Zasedání CF
"
,
link
:
"
/zasedani
"
,
},
//
{
//
link: "/registrace",
//
title: "Registrace",
//
notonhome: true,
//
},
{
link
:
"
/registrace
"
,
title
:
"
Registrace
"
,
notonhome
:
true
,
},
{
link
:
"
/ubytovani
"
,
title
:
"
Ubytování
"
,
...
...
This diff is collapsed.
Click to expand it.
src/pages/Registration2.js
0 → 100644
+
28
−
0
View file @
0b22d699
import
{
Helmet
}
from
"
react-helmet
"
;
import
PageTitle
from
"
components/PageTitle
"
;
import
{
basics
}
from
"
config
"
;
const
Registration2
=
()
=>
{
return
(
<
article
className
=
"
w-full
"
>
<
PageTitle
>
Registrace
byla
ukončena
<
/PageTitle
>
<
Helmet
>
<
title
>
Registrace
|
{
basics
.
appTitle
}
<
/title
>
<
meta
property
=
"
og:title
"
content
=
"
Registrace
"
/>
<
/Helmet
>
<
div
className
=
"
content-block
"
>
<
p
>
Registrace
na
zasedání
Celostátního
fóra
2024
byla
z
kapacitních
důvodů
ukončena
.
To
však
neznamená
,
že
přijdete
o
možnost
účasti
–
zasedání
můžete
sledovat
a
zapojit
se
online
na
adrese
<
a
href
=
"
https://cf2024.online/
"
>
cf2024
.
online
<
/a
>
<
/p
>
<
/div
>
<
/article
>
);
};
export
default
Registration2
;
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