Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
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
Container registry
Model registry
Operate
Environments
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
Maják
Commits
d2c6e542
Commit
d2c6e542
authored
2 years ago
by
Ondrej Rehounek
Browse files
Options
Downloads
Patches
Plain Diff
main: footer wip
parent
3ef002b0
No related branches found
No related tags found
2 merge requests
!607
Pirati.cz
,
!575
Feature/pirati cz
Pipeline
#9153
passed
2 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/ui-main/public/index.html
+70
-11
70 additions, 11 deletions
main/ui-main/public/index.html
main/ui-main/src/css/organisms/footer.pcss
+0
-16
0 additions, 16 deletions
main/ui-main/src/css/organisms/footer.pcss
with
70 additions
and
27 deletions
main/ui-main/public/index.html
+
70
−
11
View file @
d2c6e542
...
...
@@ -150,34 +150,34 @@
<div
class=
"font-alt mb-10 text-right text-2xl"
>
Zůstaňte s námi v konaktu
</div>
<div
class=
"f
ooter__social
"
>
<div
class=
"f
lex justify-end mb-16 text-right
"
>
<div>
<a
href=
""
>
<i
class=
"ico--facebook"
></i>
<a
href=
""
class=
"ml-8"
>
<i
class=
"ico--facebook
mr-1
"
></i>
@ceska.piratska.strana
</a>
</div>
<div>
<a
href=
""
>
<i
class=
"ico--twitter"
></i>
<a
href=
""
class=
"ml-8"
>
<i
class=
"ico--twitter
mr-1
"
></i>
#piratskastrana
</a>
</div>
<div>
<a
href=
""
>
<i
class=
"ico--instagram"
></i>
<a
href=
""
class=
"ml-8"
>
<i
class=
"ico--instagram
mr-1
"
></i>
@pirati.cz
</a>
</div>
<div>
<a
href=
""
>
<i
class=
"ico--youtube"
></i>
<a
href=
""
class=
"ml-8"
>
<i
class=
"ico--youtube
mr-1
"
></i>
pirati.cz
</a>
</div>
</div>
<div
class=
"w-full"
>
<div>
<div
class=
"
flex flex-wrap
w-full"
>
<div
class=
"w-48"
>
<h6
class=
"font-alt text-2xl mb-12"
>
Navigace
</h6>
...
...
@@ -191,6 +191,65 @@
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
</div>
</div>
<div
class=
"w-48"
>
<h6
class=
"font-alt text-2xl mb-12"
>
Navigace
</h6>
<div
class=
"flex flex-col max-h-60"
>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Jak pracujeme
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Program
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
</div>
</div>
<div
class=
"w-48"
>
<h6
class=
"font-alt text-2xl mb-12"
>
Navigace
</h6>
<div
class=
"flex flex-col max-h-60"
>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Jak pracujeme
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Program
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
<a
class=
"cursor-pointer hover:no-underline mb-5"
>
Lidé
</a>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
main/ui-main/src/css/organisms/footer.pcss
+
0
−
16
View file @
d2c6e542
footer {
clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
a {
@apply no-underline;
}
}
.footer__social {
@apply flex justify-end mb-2;
a {
@apply mr-8;
}
}
.footer__social i {
@apply mr-1;
}
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