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
fdeefc98
Verified
Commit
fdeefc98
authored
3 years ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Party
parent
985b523c
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6587
passed
3 years ago
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/App.js
+4
-0
4 additions, 0 deletions
src/App.js
src/config.js
+1
-1
1 addition, 1 deletion
src/config.js
src/pages/Party.js
+36
-0
36 additions, 0 deletions
src/pages/Party.js
with
41 additions
and
1 deletion
src/App.js
+
4
−
0
View file @
fdeefc98
...
...
@@ -22,6 +22,7 @@ import VNav from "./components/VNav";
import
Accommodation
from
"
./pages/Accommodation
"
;
import
Home
from
"
./pages/Home
"
;
import
Map
from
"
./pages/Map
"
;
import
Party
from
"
./pages/Party
"
;
import
Program
from
"
./pages/Program
"
;
import
Registration
from
"
./pages/Registration
"
;
import
Team
from
"
./pages/Team
"
;
...
...
@@ -117,6 +118,9 @@ function PageBody() {
<
Route
path
=
"
/pro-dobrovolniky
"
>
<
Volunteers
/>
<
/Route
>
<
Route
path
=
"
/party
"
>
<
Party
/>
<
/Route
>
<
Route
path
=
"
/
"
>
<
Home
/>
<
/Route
>
...
...
This diff is collapsed.
Click to expand it.
src/config.js
+
1
−
1
View file @
fdeefc98
...
...
@@ -68,7 +68,7 @@ export const nav = [
},
{
title
:
"
Party
"
,
link
:
"
https://www.facebook.com/events/3018946831656543/
"
,
link
:
"
/party
"
,
},
{
link
:
"
/mapa
"
,
...
...
This diff is collapsed.
Click to expand it.
src/pages/Party.js
0 → 100644
+
36
−
0
View file @
fdeefc98
import
{
Helmet
}
from
"
react-helmet
"
;
import
PageTitle
from
"
components/PageTitle
"
;
import
{
basics
}
from
"
config
"
;
const
Party
=
()
=>
{
return
(
<
article
className
=
"
w-full
"
>
<
PageTitle
>
Virtual
music
party
<
/PageTitle
>
<
Helmet
>
<
title
>
Virtual
music
party
|
{
basics
.
appTitle
}
<
/title
>
<
meta
property
=
"
og:title
"
content
=
"
Virtual music party
"
/>
<
/Helmet
>
<
div
className
=
"
content-block
"
>
<
p
>
Pirate
DJs
si
pro
posluchače
a
diváky
opět
připravili
celkem
tři
streamovací
kanály
s
tematickou
žánrovou
náplní
.
A
to
jak
na
sobotní
večer
po
zasedání
,
tak
i
na
páteční
zahřívačku
.
Pusťte
pirátské
DJs
do
svých
obýváků
,
sluchátek
nebo
sklepení
!
Sousedi
se
letos
ještě
vyspí
dost
!
Přejeme
příjemnou
zábavu
<
/p
>
<
p
>
Přesný
časový
program
ještě
doplníme
v
<
a
href
=
"
https://www.facebook.com/events/3018946831656543/
"
>
události
na
facebooku
<
/a
>
<
/p
>
<
/div
>
<
/article
>
);
};
export
default
Party
;
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