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
0e84d1d1
Verified
Commit
0e84d1d1
authored
1 year ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Konec
parent
62307eff
No related branches found
No related tags found
No related merge requests found
Pipeline
#19808
passed
9 months ago
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pages/Home.js
+8
-6
8 additions, 6 deletions
src/pages/Home.js
with
8 additions
and
6 deletions
src/pages/Home.js
+
8
−
6
View file @
0e84d1d1
...
@@ -17,6 +17,7 @@ const Home = () => {
...
@@ -17,6 +17,7 @@ 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 Brně v termínu 13. – 14. ledna 2024.</strong><br/><br/>
<strong>Letos se zasedání CF s doprovodným programem bude konat v Brně v termínu 13. – 14. ledna 2024.</strong><br/><br/>
...
@@ -49,7 +50,6 @@ const Home = () => {
...
@@ -49,7 +50,6 @@ const Home = () => {
</div>
</div>
{
/*
<div className="content-block alert alert--yellow-400 flex-col p-8 md:p-16">
<div className="content-block alert alert--yellow-400 flex-col p-8 md:p-16">
<h3 className="head-alt-md">Online registrace účastníků zasedání CF byla spuštěna</h3>
<h3 className="head-alt-md">Online registrace účastníků zasedání CF byla spuštěna</h3>
<p className="text-md lg:text-lg">
<p className="text-md lg:text-lg">
...
@@ -73,7 +73,6 @@ const Home = () => {
...
@@ -73,7 +73,6 @@ 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"
...
@@ -129,15 +128,15 @@ const Home = () => {
...
@@ -129,15 +128,15 @@ 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 29. dubna 2023 v Domě Kultury v Liberci</h3>
<
h2
className
=
"
head-alt-md lg:head-alt-lg
"
>
<
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
202
4
.
Děkujeme
všem
za
účast
a
těšíme
se
na
vás
na
zasedání
Celostátního
fóra
v
roce
202
5
.
<
/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{" "}
<a href="https://cf2024.online" className="font-bold">
<a href="https://cf2024.online" className="font-bold">
...
@@ -145,6 +144,7 @@ const Home = () => {
...
@@ -145,6 +144,7 @@ const Home = () => {
</a>
</a>
.
.
</p>
</p>
*/
}
<
/div
>
<
/div
>
{
/*
{
/*
...
@@ -161,6 +161,7 @@ const Home = () => {
...
@@ -161,6 +161,7 @@ const Home = () => {
</Button>
</Button>
*/
}
*/
}
<
/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"
...
@@ -191,6 +192,7 @@ const Home = () => {
...
@@ -191,6 +192,7 @@ const Home = () => {
</div>
</div>
</div>
</div>
</div>
</div>
*/
}
<
/article
>
<
/article
>
);
);
...
...
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