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
!8
Release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release
test
into
main
Overview
0
Commits
8
Pipelines
1
Changes
1
Merged
jan.bednarik
requested to merge
test
into
main
1 year ago
Overview
0
Commits
8
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0eb8a581
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0eb8a581
fix thumbnail
· 0eb8a581
Tomáš Valenta
authored
2 years ago
shared/templates/shared/index.html
+
47
−
6
Options
@@ -15,7 +15,7 @@
<main
class=
"flex flex-col gap-8"
>
<section>
<h2
class=
"head-alt-md mb-5"
>
Zabudované nástroje
</h2>
<ul
class=
"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"
>
<li
class=
"card"
>
<a
href=
"{% url "
member_group_size_calc:index
"
%}"
>
@@ -36,7 +36,7 @@
</div>
</div>
</li>
<li
class=
"card"
>
<a
href=
"{% url "
rv_voting_calc:index
"
%}"
>
<img
@@ -56,7 +56,7 @@
</div>
</div>
</li>
<li
class=
"card"
>
<a
href=
"{% url "
mail_signature:index
"
%}"
target=
"_blank"
>
<img
@@ -76,12 +76,53 @@
</div>
</div>
</li>
<li
class=
"card"
>
<a
href=
"{% url "
instagram_token:index
"
%}"
target=
"_blank"
>
<img
src=
"{% static "
shared
/
instagram.webp
"
%}"
alt=
"Kalkulačka přístupových tokenů do Instagramu"
class=
"w-full h-48 object-cover"
>
</a>
<div
class=
"p-4"
>
<h2
class=
"mb-2 text-xl font-bold"
>
<a
href=
"{% url "
instagram_token:index
"
%}"
target=
"_blank"
>
Kalkulačka přístupových tokenů do Instagramu
</a>
</h2>
<div
class=
"font-light text-sm break-words"
>
Přihlášením svým účtem získáš přístupové údaje, které můžeš využít pro
synchronizaci obsahu na domovské stránce pirati.cz.
</div>
</div>
</li>
<li
class=
"card"
>
<a
href=
"{% url "
asset_server_resize:index
"
%}"
>
<img
src=
"{% static "
shared
/
image.webp
"
%}"
alt=
"Generátor škálovaných odkazů na obrázky v Asset Serveru"
class=
"w-full h-48 object-cover"
>
</a>
<div
class=
"p-4"
>
<h2
class=
"mb-2 text-xl font-bold"
>
<a
href=
"{% url "
asset_server_resize:index
"
%}"
>
Generátor škálovaných odkazů na obrázky v Asset Serveru
</a>
</h2>
<div
class=
"font-light text-sm break-words"
>
Vyplněním získáš odkaz na zmenšený obrázek z asset serveru, který se dá použít pro embedování.
</div>
</div>
</li>
</ul>
</section>
<section>
<h2
class=
"head-alt-md mb-5"
>
Externí nástroje
</h2>
<ul
class=
"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"
>
<li
class=
"card"
>
<a
href=
"https://z.pirati.cz"
target=
"_blank"
>
@@ -102,7 +143,7 @@
</div>
</div>
</li>
<li
class=
"card"
>
<a
href=
"https://generator.pirati.cz"
target=
"_blank"
>
<img
Loading