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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
5b00fe7d
Commit
5b00fe7d
authored
2 years ago
by
OndraPetrzilka
Browse files
Options
Downloads
Patches
Plain Diff
main_contact_page template
parent
1c80eed4
No related branches found
No related tags found
3 merge requests
!607
Pirati.cz
,
!589
Feature/pirati cz ondra
,
!575
Feature/pirati cz
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/templates/main/main_contact_page.html
+92
-1
92 additions, 1 deletion
main/templates/main/main_contact_page.html
with
92 additions
and
1 deletion
main/templates/main/main_contact_page.html
+
92
−
1
View file @
5b00fe7d
{% extends "main/base.html" %}
{% extends "main/base.html" %}
{% load wagtailcore_tags wagtailimages_tags shared_filters %}
{% load wagtailcore_tags wagtailimages_tags shared_filters %}
{% block content %}{% endblock content %}
{% block content %}
{% include 'main/includes/layout/simple_page_header' %}
<main
role=
"main"
>
<section
class=
"grid-container no-max mb-16"
>
<div
class=
"grid-content-with-right-side flex flex-wrap"
>
<div
class=
"mb-12 xl:mb-0"
>
<h2
class=
"font-alt text-3xl sm:text-4xl mb-5"
>
Kontakty pro veřejnost
</h2>
<div
class=
"flex flex-wrap justify-between"
>
<div
class=
"leading-5 w-1/2"
>
<span
class=
"font-bold"
>
Informační linka:
</span><br/>
+420 703 681 682
<br/>
+420 608 963 111
<br/>
<br/>
<span
class=
"font-bold"
>
Provozní doba:
</span><br/>
Po, St, Pá: 8-16:30
<br/>
Út, Čt: 11-19:30
<br/>
<br/>
<span
class=
"font-bold"
>
E-mail:
</span><br>
<a
href=
"mailto:info@pirati.cz"
class=
"text-turquoise-500 underline"
>
info@pirati.cz
</a><br>
<br>
<span
class=
"font-bold"
>
International Department
</span><br>
<a
href=
"mailto:international@pirati.cz"
class=
"text-turquoise-500 underline"
>
international@pirati.cz
</a><br>
<br>
</div>
<div
class=
"leading-5 w-5/6 sm:w-5/12"
>
<span
class=
"font-bold"
>
Informační linka:
</span><br/>
+420 703 681 682
<br/>
+420 608 963 111
<br/>
<br/>
<span
class=
"font-bold"
>
Provozní doba:
</span><br/>
Po, St, Pá: 8-16:30
<br/>
Út, Čt: 11-19:30
<br/>
<br/>
<span
class=
"font-bold"
>
E-mail:
</span><br>
<a
href=
"mailto:info@pirati.cz"
class=
"text-turquoise-500 underline"
>
info@pirati.cz
</a><br>
<br>
<span
class=
"font-bold"
>
Transparentní účet
</span><br>
24190421219/3190 (Fio banka)
<br>
<a
href=
""
class=
"text-turquoise-500 underline"
>
další transparentní účty
</a><br>
</div>
</div>
</div>
<div
class=
"w-full max-w-2xl"
>
<h2
class=
"font-alt text-4xl mb-5"
>
Regionální kontakty
</h2>
<div
class=
"__js-root w-full flex max-w-2xl items-center"
>
<ui-region-map
class=
"w-full"
></ui-region-map>
</div>
</div>
</div>
</section>
<div
class=
"grid-container"
>
<section
class=
"grid-content-with-right-side mb-20"
>
<h2
class=
"font-alt text-4xl mb-5"
>
Další kontakty
</h2>
<div
class=
"flex flex-wrap"
>
{{> molecules-contact-block }}
{{> molecules-contact-block }}
{{> molecules-contact-block }}
</div>
</section>
</div>
<div
class=
"grid-container no-max"
>
<section
class=
"grid-content-with-right-side mb-20"
>
<h2
class=
"font-alt text-4xl mb-5"
>
Kontakty pro média
</h2>
<div
class=
"flex flex-wrap"
>
{{> molecules-contact-person-box }}
{{> molecules-contact-person-box }}
{{> molecules-contact-person-box }}
</div>
</div>
</section>
</div>
</main>
{% endblock content %}
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