Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rybička
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
Container 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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Rybička
Merge requests
!1
Test release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Test release
feat/rv-voting
into
test
Overview
0
Commits
16
Pipelines
1
Changes
38
Merged
Alexa Valentová
requested to merge
feat/rv-voting
into
test
2 years ago
Overview
0
Commits
16
Pipelines
1
Changes
38
Expand
0
0
Merge request reports
Compare
test
test (base)
and
latest version
latest version
afc2b8f9
16 commits,
2 years ago
38 files
+
1119
−
43
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
38
Search (e.g. *.vue) (Ctrl+P)
member_group_size_calc/templates/member_group_size_calc/index.html
+
9
−
4
Options
@@ -7,6 +7,11 @@
{% block description %}Výpočet velikosti skupiny členů podle jednoacího řádu.{% endblock %}
{% block head %}
<link
rel=
"stylesheet"
href=
"https://styleguide.pirati.cz/2.11.x/css/styles.css"
>
{% render_bundle "member_group_size_calc" %}
{% endblock %}
@@ -15,17 +20,17 @@
<h1
class=
"text-6xl font-bebas mb-5"
>
Kalkulačka velikosti skupiny členů
</h1>
<div
class=
"bg-amber-100 p-4 flex flex-row items-center gap-4 mb-4 lg:w-[768px] md:w-full"
>
<i
class=
"
fa-solid fa-lightbulb
text-3xl text-amber-800"
></i>
<i
class=
"
ico--book
text-3xl text-amber-800"
></i>
<div
class=
"text-amber-800"
>
Tato kalkulačka slouží pro výpočet skupiny členů podle
<a
class=
"underline text-amber-900"
href=
"https://wiki.pirati.cz/rules/jdr"
href=
"https://wiki.pirati.cz/rules/jdr
#skupina_clenu
"
>
Jednacího řádu
</a>
.
</div>
</div>
<div
class=
"bg-gray-100 p-4 flex flex-row items-start gap-4 mb-4 lg:w-[768px] md:w-full"
>
<i
class=
"
fa-solid fa-circle
-info text-3xl text-gray-800"
></i>
<i
class=
"
ico-
-info text-3xl text-gray-800"
></i>
<div
class=
"text-gray-800"
>
<h2
class=
"text-lg font-bold mb-3"
>
Jednací řád celostátního fóra
</h2>
@@ -123,7 +128,7 @@
</div>
<p
class=
"font-light"
>
<i>
Vypočtené hodnoty
jsou
zaokrouhl
eny
na celé
číslo
nahoru.
</i>
<i>
Vypočtené hodnoty
se
zaokrouhl
ují
na celé
osoby (
nahoru
)
.
</i>
</p>
</main>
{% endblock %}
Loading