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
Commits
89a19f7e
Commit
89a19f7e
authored
2 years ago
by
Tomáš Valenta
Browse files
Options
Downloads
Patches
Plain Diff
new link
parent
f5c99c7c
No related branches found
No related tags found
1 merge request
!1
Test release
Pipeline
#11119
passed
2 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
env.example
+1
-1
1 addition, 1 deletion
env.example
shared/static/shared/scissors.webp
+0
-0
0 additions, 0 deletions
shared/static/shared/scissors.webp
shared/templates/shared/index.html
+23
-4
23 additions, 4 deletions
shared/templates/shared/index.html
with
24 additions
and
5 deletions
env.example
+
1
−
1
View file @
89a19f7e
...
@@ -3,4 +3,4 @@ DATABASE_URL="postgresql://rybicka:rybicka@localhost:5432/rybicka"
...
@@ -3,4 +3,4 @@ DATABASE_URL="postgresql://rybicka:rybicka@localhost:5432/rybicka"
SECRET_KEY="%@=^sip3=tqn6d_-xvvidc1@-t0t3&*kab@vr4c4"
SECRET_KEY="%@=^sip3=tqn6d_-xvvidc1@-t0t3&*kab@vr4c4"
# Production settings
# Production settings
ALLOWED_HOSTS="
nastroje
.pirati.cz"
ALLOWED_HOSTS="
tools
.pirati.cz"
This diff is collapsed.
Click to expand it.
shared/static/shared/scissors.webp
0 → 100644
+
0
−
0
View file @
89a19f7e
43.6 KiB
This diff is collapsed.
Click to expand it.
shared/templates/shared/index.html
+
23
−
4
View file @
89a19f7e
...
@@ -14,8 +14,8 @@
...
@@ -14,8 +14,8 @@
{% block content %}
{% block content %}
<main>
<main>
<h1
class=
"text-6xl font-bebas mb-5"
>
Rychlé nástroje
</h1>
<h1
class=
"text-6xl font-bebas mb-5"
>
Rychlé nástroje
</h1>
<
div
class=
"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"
>
<
ul
class=
"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"
>
<
article
class=
"card"
>
<
li
class=
"card"
>
<a
href=
"{% url "
member_group_size_calc_index
"
%}"
>
<a
href=
"{% url "
member_group_size_calc_index
"
%}"
>
<img
<img
src=
"{% static "
shared
/
calculator.webp
"
%}"
src=
"{% static "
shared
/
calculator.webp
"
%}"
...
@@ -33,7 +33,26 @@
...
@@ -33,7 +33,26 @@
Výpočet velikosti skupiny členů podle jednacího řádu.
Výpočet velikosti skupiny členů podle jednacího řádu.
</div>
</div>
</div>
</div>
</article>
</li>
</div>
<li
class=
"card"
>
<a
href=
"https://z.pirati.cz"
target=
"_blank"
>
<img
src=
"{% static "
shared
/
scissors.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://z.pirati.cz"
target=
"_blank"
>
Zkracovač odkazů
</a>
</h2>
<div
class=
"font-light text-sm break-words"
>
Webová aplikace sloužící k vytvoření alternativních krátkých URL adres.
</div>
</div>
</li>
</ul>
</main>
</main>
{% endblock %}
{% endblock %}
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