chore(static): remove unused images and normalize naming

pull/136/head
Christian Merten 10 months ago
parent c95b839191
commit 40edd650dc
Signed by: christian.merten
GPG Key ID: D953D69721B948B3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

@ -35,8 +35,8 @@ html_static_path = ['_static']
# -- Sphinxawsome-theme options ------------------------------------------------
# https://sphinxawesome.xyz/how-to/configure/
html_logo = "_static/favicon2.png"
html_favicon = "_static/favicon2.png"
html_logo = "_static/favicon.png"
html_favicon = "_static/favicon.png"
html_sidebars = {
"about": ["sidebar_main_nav_links.html"],

@ -394,7 +394,7 @@ class MemberAdmin(CommonAdminMixin, admin.ModelAdmin):
level = 4
else:
level = 5
return format_html(level*'<img height=20px src="{}"/>&nbsp;'.format("/static/admin/images/climber.png"))
return format_html(level*'<img height=20px src="{}"/>&nbsp;'.format("/static/admin/img/climber.png"))
activity_score.admin_order_field = '_activity_score'
activity_score.short_description = _('activity')

@ -43,7 +43,7 @@
}
\begin{document}
% HEADER RIGHT
\picpos{4.5cm}{11.5cm}{0cm}{/app/jdav_web/static/general/img/dav_logo_hd.png}
\picpos{4.5cm}{11.5cm}{0cm}{/app/jdav_web/static/general/img/dav_logo_sektion.png}
\begin{textblock*}{5cm}(11.5cm, 2.3cm)
\begin{flushright}
\small

@ -49,7 +49,7 @@
}
\begin{document}
% HEADER RIGHT
\picpos{4.5cm}{11.5cm}{0cm}{/app/jdav_web/static/general/img/dav_logo_hd.png}
\picpos{4.5cm}{11.5cm}{0cm}{/app/jdav_web/static/general/img/dav_logo_sektion.png}
\begin{textblock*}{5cm}(11.5cm, 2.3cm)
\begin{flushright}
\small

@ -39,7 +39,7 @@ window.onclick = function(event) {
<div class="navigation">
<div id="myNavbar" class="navbar">
<a href="/"><img style="margin: 0; padding: 0;"src="{% static 'startpage/img/jdav_logo.png' %}"></a>
<a href="/"><img style="margin: 0; padding: 0;"src="{% static 'general/img/jdav_logo_sektion.png' %}"></a>
<div>
<button onclick="myFunction()"class="dropbtn">Menü</button>
<a class="nav" href="/kompass">Login</a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 KiB

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

@ -2,7 +2,7 @@
{% load static i18n %}
{# Setup favicon #}
{% block extrahead %}<link rel="shortcut icon" type="image/png" href="{% static 'admin/images/favicon2.png' %}"/>{% endblock %}
{% block extrahead %}<link rel="shortcut icon" type="image/png" href="{% static 'admin/img/favicon.png' %}"/>{% endblock %}
{# Setup browser tab label #}
{% block title %}{{ title }} | KOMPASS {% endblock %}
@ -12,7 +12,7 @@
<h1 id="site-name">
<a href="{% url 'admin:index' %}">
{# Your logo here #}
<img src="{% static 'admin/images/jdav_logo_transparent.png' %}" alt="Your Company Name" height="50%" width="50%">
<img src="{% static 'admin/img/jdav_logo_transparent.png' %}" alt="Your Company Name" height="50%" width="50%">
<br><br>
</span> KOMPASS
</a>

Loading…
Cancel
Save