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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Rybička
Merge requests
!3
Release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Release
test
into
main
Overview
0
Commits
15
Pipelines
3
Changes
1
Merged
Alexa Valentová
requested to merge
test
into
main
2 years ago
Overview
0
Commits
15
Pipelines
3
Changes
1
0
0
Merge request reports
Viewing commit
99b74c01
Prev
Next
Show latest version
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
99b74c01
remove useless UI index header
· 99b74c01
Tomáš Valenta
authored
2 years ago
shared/templates/shared/index.html
+
110
−
59
View file @ 0ac588e0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -4,7 +4,7 @@
{% load static %}
{% block title %}Rybička{% endblock %}
{% block header_name %}
Seznam nástrojů
{% endblock %}
{% block header_name %}
Pirátský nožík
{% endblock %}
{% block description %}{% endblock %}
{% block head %}
@@ -12,8 +12,10 @@
{% endblock %}
{% block content %}
<main>
<h1
class=
"text-6xl font-bebas mb-5"
>
Rychlé nástroje
</h1>
<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
"
%}"
>
@@ -34,6 +36,7 @@
</div>
</div>
</li>
<li
class=
"card"
>
<a
href=
"{% url "
rv_voting_calc:index
"
%}"
>
<img
@@ -53,6 +56,33 @@
</div>
</div>
</li>
<li
class=
"card"
>
<a
href=
"{% url "
mail_signature:index
"
%}"
target=
"_blank"
>
<img
src=
"{% static "
shared
/
signature.webp
"
%}"
alt=
"Generátor emailových podpisů"
class=
"w-full h-48 object-cover"
>
</a>
<div
class=
"p-4"
>
<h2
class=
"mb-2 text-xl font-bold"
>
<a
href=
"{% url "
mail_signature:index
"
%}"
target=
"_blank"
>
Generátor emailových podpisů
</a>
</h2>
<div
class=
"font-light text-sm break-words"
>
Vyplněním získáš HTML kód, který můžeš vložit jako podpis do svých emailů.
</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"
>
<img
@@ -68,10 +98,31 @@
</a>
</h2>
<div
class=
"font-light text-sm break-words"
>
Webová aplikace sloužící k vytvoření alternativních krátkých URL adres.
Vytvoření alternativních krátkých URL adres.
</div>
</div>
</li>
<li
class=
"card"
>
<a
href=
"https://z.pirati.cz"
target=
"_blank"
>
<img
src=
"{% static "
shared
/
marketing.webp
"
%}"
alt=
"Zkracovač odkazů"
class=
"w-full h-48 object-cover"
>
</a>
<div
class=
"p-4"
>
<h2
class=
"mb-2 text-xl font-bold"
>
<a
href=
"https://generator.pirati.cz"
target=
"_blank"
>
Generátor grafiky
</a>
</h2>
<div
class=
"font-light text-sm break-words"
>
Jednoduché tvoření grafických výstupů.
</div>
</div>
</li>
</ul>
</section>
</main>
{% endblock %}
Loading