chore(static): add attributions and replace third party images

pull/174/head
Christian Merten 3 months ago
parent 068dfaa6c8
commit 691ae04142
Signed by: christian.merten
GPG Key ID: D953D69721B948B3

@ -0,0 +1,2 @@
This repository contains third-party assets. Attributions are either placed in the file itself or
in a file `NOTICE.txt` in the respective folder.

@ -16,9 +16,9 @@ want to contribute code, please open a [pull request](https://git.jdav-hd.merten
The following is a short description of where to find the documentation with more information.
# Documentation
# Documentation
Documentation is handled by [sphinx](https://www.sphinx-doc.org/) and located in `docs/`.
Documentation is handled by [sphinx](https://www.sphinx-doc.org/) and located in `docs/`.
The sphinx documentation contains information about:
- Development Setup
@ -40,7 +40,14 @@ cd docs/
make html
# MacOS (with firefox)
open -a firefox $(pwd)/docs/build/html/index.html
open -a firefox $(pwd)/docs/build/html/index.html
# Linux (I guess?!?)
firefox ${pwd}/docs/build/html/index.html
firefox ${pwd}/docs/build/html/index.html
```
# License
This code is licensed under the [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html).
For the full license text, see `LICENCSE`.
See the `NOTICE.txt` file for attributions.

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-08 16:16+0100\n"
"POT-Creation-Date: 2025-09-07 02:13+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -48,7 +48,7 @@ msgstr "Abschnitt"
msgid "Sections"
msgstr "Abschnitte"
#: startpage/models.py
#: startpage/models.py startpage/tests.py
msgid "deactivated"
msgstr "deaktiviert"
@ -80,7 +80,7 @@ msgstr "Einträge"
msgid "file"
msgstr "Datei"
#: startpage/models.py
#: startpage/models.py startpage/tests.py
msgid "Empty"
msgstr "Leer"
@ -138,5 +138,29 @@ msgstr ""
"Dies ist nur ein Platzhalter. Bitte überschreibe diesen Platzhalter wie in "
"der Dokumentation beschrieben mit einem benutzerdefinierten Text."
#: startpage/templates/startpage/impressum.html
msgid "Attributions"
msgstr "Copyright Informationen"
#: startpage/templates/startpage/impressum.html
msgid "The source code of this website is licensed under"
msgstr "Der Quelltext dieser Webseite ist lizenziert unter"
#: startpage/templates/startpage/impressum.html
msgid "Copyright © 2025 JDAV Sektion "
msgstr "Copyright © 2025 JDAV Sektion "
#: startpage/templates/startpage/impressum.html
msgid "for the content of this website."
msgstr "für den Inhalt dieser Webseite."
#: startpage/templates/startpage/impressum.html
msgid "External assets used on this website:"
msgstr "Lizenzhinweise für Ressourcen Dritter:"
#: startpage/templates/startpage/impressum.html
msgid "Background image"
msgstr "Hintergrundbild"
#~ msgid "Awesome JDAV website being able to do a lot!"
#~ msgstr "Tolle JDAV Webseite die ganz viel kann!"

@ -7,7 +7,7 @@
<link rel="stylesheet" href="{% static 'startpage/css/base.css' %}">
<link rel="stylesheet" href="{% static 'startpage/css/fonts.css' %}">
<link rel="stylesheet" href="{% static 'startpage/css/people_grid.css' %}">
<link rel="shortcut icon" type="image/png" href="{% static 'startpage/img/favicon.png' %}"/>
<link rel="shortcut icon" type="image/svg+xml" href="{% static 'startpage/img/favicon.svg' %}"/>
</head>
<body>

@ -1,8 +1,31 @@
{% extends "startpage/base_subsite.html" %}
{% load static %}
{% load static common i18n %}
{% block content %}
{% include "startpage/impressum_content.html" %}
{% block attribution %}
<h1>{% trans "Attributions" %}</h1>
<p>
{% trans "The source code of this website is licensed under" %}
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPLv3</a>.
{% trans "Copyright © 2025 JDAV Sektion " %} {% settings_value 'SEKTION' %}
{% trans "for the content of this website." %}
</p>
<p>
{% trans "External assets used on this website:" %}
</p>
<ul>
<li>
{% trans "Background image" %}:
<a href="https://commons.wikimedia.org/wiki/File:Alps_Panorama_(4954145205).jpg">Reza</a>, <a href="https://creativecommons.org/licenses/by/2.0">CC BY 2.0</a>, via Wikimedia Commons
</li>
</ul>
{% endblock %}
{% endblock %}

@ -44,7 +44,7 @@ window.onclick = function(event) {
{% if not redirect_url %}
<div>
<button onclick="myFunction()"class="dropbtn">Menü</button>
<a class="nav" href="/kompass">Login</a>
<a class="dropbtn" href="/kompass">Login</a>
</div>
{% endif %}
</div>

@ -8,7 +8,7 @@
{% if member.image %}
<img src="{{member.image.url}}">
{% else %}
<img src="{% static 'startpage/img/placeholder.jpg' %}">
<img src="{% static 'startpage/img/placeholder.svg' %}">
{% endif %}
<div class="namebox">
<div class="name">{{ member.name }}</div>

@ -13,7 +13,7 @@
{% if member.image %}
<img src="{{ member.image.url }}">
{% else %}
<img src="{% static 'startpage/img/placeholder.jpg' %}">
<img src="{% static 'startpage/img/placeholder.svg' %}">
{% endif %}
<div class="namebox">
<div class="name">{{ member.name }}</div>

@ -9,7 +9,7 @@
{% if member.image %}
<img src="{{ member.image.url }}">
{% else %}
<img src="{% static 'startpage/img/placeholder.jpg' %}">
<img src="{% static 'startpage/img/placeholder.svg' %}">
{% endif %}
<div class="namebox">
<div class="name">{{ member.name }}</div>

@ -0,0 +1,3 @@
- `climber.png`:
Paul Sherman (https://commons.wikimedia.org/wiki/File:Rock_climbing_vector.svg),
Public Domain, via Wikimedia Commons

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<link rel="stylesheet" href="/downtime/base.css">
<link rel="shortcut icon" type="image/png" href="/downtime/favicon.png"/>
<link rel="shortcut icon" type="image/svg+xml" href="/downtime/favicon.svg"/>
<title>Wartungsarbeiten</title>
</head>
<body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="56.216759mm"
height="56.216759mm"
viewBox="0 0 56.216757 56.216759"
version="1.1"
id="svg5"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
sodipodi:docname="favicon.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="2.149246"
inkscape:cx="-9.305589"
inkscape:cy="38.618194"
inkscape:window-width="1920"
inkscape:window-height="1131"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<rect
x="182.14978"
y="169.88068"
width="232.517"
height="79.842117"
id="rect1516" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-29.946331,-23.342808)">
<circle
style="fill:#57ab27;fill-opacity:1;stroke-width:1.48706;paint-order:markers fill stroke"
id="path1730-6-1"
cx="58.05471"
cy="51.451187"
r="28.108379" />
<path
id="path3966-9-1"
style="fill:#ffffff;stroke-width:1.25619;paint-order:markers fill stroke"
inkscape:transform-center-x="-3.782124"
inkscape:transform-center-y="-4.3700306"
d="m 80.920792,53.466318 c -0.470466,3.311904 -13.350103,2.12902 -13.587434,2.635683 -0.679604,1.45084 3.938362,4.608269 6.042483,9.523902 1.290814,3.015588 -7.047323,-4.101451 -9.96792,-2.601752 -2.920596,1.499698 1.923956,15.743775 -1.35023,16.024675 -3.274187,0.2809 -5.545456,-15.647445 -6.494518,-16.033885 0,0 -14.24792,4.094643 -12.199826,1.483245 2.677707,-3.414185 9.25763,-4.828116 7.202174,-7.479738 -1.999671,-2.579656 -17.963879,8.442198 -19.103134,5.432682 -1.139256,-3.009516 14.035148,-8.666125 13.827521,-10.163424 -0.228782,-1.649843 -14.98569,-4.161215 -14.129021,-7.377038 0.856668,-3.215822 16.386111,0.75886 17.148239,-0.297092 0.816496,-1.131285 -6.937786,-9.696012 -4.409117,-11.776169 2.528672,-2.080158 9.745361,8.500431 10.087158,5.182534 0.123275,-1.196669 -2.960867,-14.105709 0.371765,-14.334482 3.332631,-0.228774 7.580901,13.354936 8.041922,13.749376 0.699867,0.598794 5.430215,-12.068543 8.236543,-10.279927 2.806326,1.788615 -4.56826,14.76871 -4.56889,14.956184 -8.48e-4,0.253286 17.004343,-6.237848 18.142636,-3.187729 1.13829,3.050119 -13.372314,8.616356 -13.110355,9.467028 0.306445,1.091863 10.29047,1.764021 9.820004,5.075927 z"
sodipodi:nodetypes="ssssssssssssssssssscs" />
<path
sodipodi:type="star"
style="fill:#57ab27;fill-opacity:1;stroke-width:0.551392;paint-order:markers fill stroke"
id="path6994"
inkscape:flatsided="false"
sodipodi:sides="8"
sodipodi:cx="55.687187"
sodipodi:cy="56.318855"
sodipodi:r1="10.57478"
sodipodi:r2="5.2873902"
sodipodi:arg1="0.47788294"
sodipodi:arg2="0.87058202"
inkscape:rounded="0.5"
inkscape:randomized="0.129"
d="m 65.047164,60.016711 c -1.043329,2.898852 -4.58494,-0.903394 -7.278213,0.616665 -2.693273,1.520059 3.29224,6.067166 0.367555,6.407593 -2.924685,0.340427 0.630911,-6.090507 -2.288698,-6.186604 -2.919608,-0.0961 -2.860116,5.86842 -5.572988,4.998628 -2.712872,-0.869792 3.356668,-2.945529 1.635993,-5.647407 -1.720675,-2.701878 -5.056026,0.874989 -6.446919,-1.853343 -1.390894,-2.728333 5.701768,1.667645 5.601562,-1.509319 -0.100206,-3.176963 -5.011127,-1.483341 -3.626569,-4.163713 1.384558,-2.680371 2.490677,3.259555 4.40284,0.852349 1.912162,-2.407207 -3.184342,-6.105625 -0.367555,-6.407593 2.816787,-0.301968 1.987545,4.704949 5.164071,4.71759 3.176526,0.01264 0.335826,-7.989334 2.697614,-6.257907 2.361789,1.731427 -0.301995,4.45675 1.239381,6.906686 1.541377,2.449936 5.616663,-1.066225 6.44692,1.853343 0.830256,2.919568 -5.402008,-1.40305 -5.601563,1.509319 -0.199555,2.912368 4.669898,1.264861 3.626569,4.163713 z"
inkscape:transform-center-x="0.14670795"
inkscape:transform-center-y="-0.080514039"
transform="matrix(1.0087409,0,0,1.0087409,2.0271192,-6.9908862)" />
<path
sodipodi:type="star"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.551392;paint-order:markers fill stroke"
id="path6994-80"
inkscape:flatsided="false"
sodipodi:sides="8"
sodipodi:cx="55.687187"
sodipodi:cy="56.318855"
sodipodi:r1="10.57478"
sodipodi:r2="5.2873902"
sodipodi:arg1="0.47788294"
sodipodi:arg2="0.87058202"
inkscape:rounded="0.5"
inkscape:randomized="0.129"
d="m 65.047164,60.016711 c -1.043329,2.898852 -4.58494,-0.903394 -7.278213,0.616665 -2.693273,1.520059 3.29224,6.067166 0.367555,6.407593 -2.924685,0.340427 0.630911,-6.090507 -2.288698,-6.186604 -2.919608,-0.0961 -2.860116,5.86842 -5.572988,4.998628 -2.712872,-0.869792 3.356668,-2.945529 1.635993,-5.647407 -1.720675,-2.701878 -5.056026,0.874989 -6.446919,-1.853343 -1.390894,-2.728333 5.701768,1.667645 5.601562,-1.509319 -0.100206,-3.176963 -5.011127,-1.483341 -3.626569,-4.163713 1.384558,-2.680371 2.490677,3.259555 4.40284,0.852349 1.912162,-2.407207 -3.184342,-6.105625 -0.367555,-6.407593 2.816787,-0.301968 1.987545,4.704949 5.164071,4.71759 3.176526,0.01264 0.335826,-7.989334 2.697614,-6.257907 2.361789,1.731427 -0.301995,4.45675 1.239381,6.906686 1.541377,2.449936 5.616663,-1.066225 6.44692,1.853343 0.830256,2.919568 -5.402008,-1.40305 -5.601563,1.509319 -0.199555,2.912368 4.669898,1.264861 3.626569,4.163713 z"
inkscape:transform-center-x="-0.94540916"
inkscape:transform-center-y="0.54557406"
transform="matrix(-0.2826781,-0.253817,0.253817,-0.2826781,60.377101,79.593343)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.1 KiB

@ -0,0 +1,4 @@
The files in this folder are adapted from the Django JET project
(formerly at https://github.com/geex-arts/django-jet, now at https://github.com/assem-ch/django-jet-reboot).
Django JET is released under AGPLv3 (https://www.gnu.org/licenses/agpl-3.0.en.html).

@ -154,38 +154,30 @@ h6 {
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
/* Links inside the navbar */
.navbar a.nav {
/* The dropdown container */
.dropdown {
float: left;
overflow: hidden;
}
/* Dropdown button */
.dropbtn {
float: right;
font-size: 16px;
color: black;
text-align: center;
padding: 11px 17px;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid black;
border-radius: 25px;
vertical-align: middle;
margin-left: auto;
cursor: pointer;
}
/* The dropdown container */
.dropdown {
float: left;
overflow: hidden;
}
/* Dropdown button */
.dropbtn {
font-size: 19px;
border: none;
outline: none;
color: black;
padding: 14px 16px;
background-color: rgba(255, 255, 255, 0);
font: inherit; /* Important for vertical align on mobile phones */
margin: 0; /* Important for vertical align on mobile phones */
float: right;
cursor: pointer;
.dropbtn:hover {
background-color: rgba(240, 240, 240, 1.0);
}
/* Add a red background color to navbar links on hover */
@ -345,6 +337,10 @@ a, a:visited {
text-decoration: none;
}
a.dropbtn {
color: black;
}
.helptext {
font-size: 9pt;
}

@ -0,0 +1,4 @@
The fonts in this directory are licensed under the Open Font License (https://openfontlicense.org/).
- Roboto font: https://fonts.google.com/specimen/Roboto
- Oswald font: https://fonts.google.com/specimen/Oswald

@ -0,0 +1,3 @@
- `background.jpeg`:
Reza (https://commons.wikimedia.org/wiki/File:Alps_Panorama_(4954145205).jpg),
CC BY 2.0 <https://creativecommons.org/licenses/by/2.0>, via Wikimedia Commons

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="56.216759mm"
height="56.216759mm"
viewBox="0 0 56.216757 56.216759"
version="1.1"
id="svg5"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
sodipodi:docname="favicon.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="2.149246"
inkscape:cx="-9.305589"
inkscape:cy="38.618194"
inkscape:window-width="1920"
inkscape:window-height="1131"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<rect
x="182.14978"
y="169.88068"
width="232.517"
height="79.842117"
id="rect1516" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-29.946331,-23.342808)">
<circle
style="fill:#57ab27;fill-opacity:1;stroke-width:1.48706;paint-order:markers fill stroke"
id="path1730-6-1"
cx="58.05471"
cy="51.451187"
r="28.108379" />
<path
id="path3966-9-1"
style="fill:#ffffff;stroke-width:1.25619;paint-order:markers fill stroke"
inkscape:transform-center-x="-3.782124"
inkscape:transform-center-y="-4.3700306"
d="m 80.920792,53.466318 c -0.470466,3.311904 -13.350103,2.12902 -13.587434,2.635683 -0.679604,1.45084 3.938362,4.608269 6.042483,9.523902 1.290814,3.015588 -7.047323,-4.101451 -9.96792,-2.601752 -2.920596,1.499698 1.923956,15.743775 -1.35023,16.024675 -3.274187,0.2809 -5.545456,-15.647445 -6.494518,-16.033885 0,0 -14.24792,4.094643 -12.199826,1.483245 2.677707,-3.414185 9.25763,-4.828116 7.202174,-7.479738 -1.999671,-2.579656 -17.963879,8.442198 -19.103134,5.432682 -1.139256,-3.009516 14.035148,-8.666125 13.827521,-10.163424 -0.228782,-1.649843 -14.98569,-4.161215 -14.129021,-7.377038 0.856668,-3.215822 16.386111,0.75886 17.148239,-0.297092 0.816496,-1.131285 -6.937786,-9.696012 -4.409117,-11.776169 2.528672,-2.080158 9.745361,8.500431 10.087158,5.182534 0.123275,-1.196669 -2.960867,-14.105709 0.371765,-14.334482 3.332631,-0.228774 7.580901,13.354936 8.041922,13.749376 0.699867,0.598794 5.430215,-12.068543 8.236543,-10.279927 2.806326,1.788615 -4.56826,14.76871 -4.56889,14.956184 -8.48e-4,0.253286 17.004343,-6.237848 18.142636,-3.187729 1.13829,3.050119 -13.372314,8.616356 -13.110355,9.467028 0.306445,1.091863 10.29047,1.764021 9.820004,5.075927 z"
sodipodi:nodetypes="ssssssssssssssssssscs" />
<path
sodipodi:type="star"
style="fill:#57ab27;fill-opacity:1;stroke-width:0.551392;paint-order:markers fill stroke"
id="path6994"
inkscape:flatsided="false"
sodipodi:sides="8"
sodipodi:cx="55.687187"
sodipodi:cy="56.318855"
sodipodi:r1="10.57478"
sodipodi:r2="5.2873902"
sodipodi:arg1="0.47788294"
sodipodi:arg2="0.87058202"
inkscape:rounded="0.5"
inkscape:randomized="0.129"
d="m 65.047164,60.016711 c -1.043329,2.898852 -4.58494,-0.903394 -7.278213,0.616665 -2.693273,1.520059 3.29224,6.067166 0.367555,6.407593 -2.924685,0.340427 0.630911,-6.090507 -2.288698,-6.186604 -2.919608,-0.0961 -2.860116,5.86842 -5.572988,4.998628 -2.712872,-0.869792 3.356668,-2.945529 1.635993,-5.647407 -1.720675,-2.701878 -5.056026,0.874989 -6.446919,-1.853343 -1.390894,-2.728333 5.701768,1.667645 5.601562,-1.509319 -0.100206,-3.176963 -5.011127,-1.483341 -3.626569,-4.163713 1.384558,-2.680371 2.490677,3.259555 4.40284,0.852349 1.912162,-2.407207 -3.184342,-6.105625 -0.367555,-6.407593 2.816787,-0.301968 1.987545,4.704949 5.164071,4.71759 3.176526,0.01264 0.335826,-7.989334 2.697614,-6.257907 2.361789,1.731427 -0.301995,4.45675 1.239381,6.906686 1.541377,2.449936 5.616663,-1.066225 6.44692,1.853343 0.830256,2.919568 -5.402008,-1.40305 -5.601563,1.509319 -0.199555,2.912368 4.669898,1.264861 3.626569,4.163713 z"
inkscape:transform-center-x="0.14670795"
inkscape:transform-center-y="-0.080514039"
transform="matrix(1.0087409,0,0,1.0087409,2.0271192,-6.9908862)" />
<path
sodipodi:type="star"
style="fill:#ffffff;fill-opacity:1;stroke-width:0.551392;paint-order:markers fill stroke"
id="path6994-80"
inkscape:flatsided="false"
sodipodi:sides="8"
sodipodi:cx="55.687187"
sodipodi:cy="56.318855"
sodipodi:r1="10.57478"
sodipodi:r2="5.2873902"
sodipodi:arg1="0.47788294"
sodipodi:arg2="0.87058202"
inkscape:rounded="0.5"
inkscape:randomized="0.129"
d="m 65.047164,60.016711 c -1.043329,2.898852 -4.58494,-0.903394 -7.278213,0.616665 -2.693273,1.520059 3.29224,6.067166 0.367555,6.407593 -2.924685,0.340427 0.630911,-6.090507 -2.288698,-6.186604 -2.919608,-0.0961 -2.860116,5.86842 -5.572988,4.998628 -2.712872,-0.869792 3.356668,-2.945529 1.635993,-5.647407 -1.720675,-2.701878 -5.056026,0.874989 -6.446919,-1.853343 -1.390894,-2.728333 5.701768,1.667645 5.601562,-1.509319 -0.100206,-3.176963 -5.011127,-1.483341 -3.626569,-4.163713 1.384558,-2.680371 2.490677,3.259555 4.40284,0.852349 1.912162,-2.407207 -3.184342,-6.105625 -0.367555,-6.407593 2.816787,-0.301968 1.987545,4.704949 5.164071,4.71759 3.176526,0.01264 0.335826,-7.989334 2.697614,-6.257907 2.361789,1.731427 -0.301995,4.45675 1.239381,6.906686 1.541377,2.449936 5.616663,-1.066225 6.44692,1.853343 0.830256,2.919568 -5.402008,-1.40305 -5.601563,1.509319 -0.199555,2.912368 4.669898,1.264861 3.626569,4.163713 z"
inkscape:transform-center-x="-0.94540916"
inkscape:transform-center-y="0.54557406"
transform="matrix(-0.2826781,-0.253817,0.253817,-0.2826781,60.377101,79.593343)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

@ -0,0 +1,102 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="33.394791mm"
height="38.402649mm"
viewBox="0 0 33.39479 38.402649"
version="1.1"
id="svg5"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
sodipodi:docname="placeholder.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#">
<sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
showguides="true"
inkscape:zoom="4.8176525"
inkscape:cx="53.449268"
inkscape:cy="87.179389"
inkscape:window-width="1920"
inkscape:window-height="1131"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1">
<sodipodi:guide
position="61.505519,-44.730047"
orientation="0,-1"
id="guide6240"
inkscape:locked="false" />
<sodipodi:guide
position="121.55171,-27.740338"
orientation="1,0"
id="guide6242"
inkscape:locked="false" />
<sodipodi:guide
position="-16.760398,-6.5643082"
orientation="0,-1"
id="guide6244"
inkscape:locked="false" />
<sodipodi:guide
position="50.270998,-1.4630882"
orientation="1,0"
id="guide6246"
inkscape:locked="false" />
</sodipodi:namedview>
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-16.876211,-15.478853)">
<path
id="rect5358"
style="fill:#cdcdcd;fill-opacity:1;fill-rule:nonzero;stroke-width:0.262325;paint-order:markers fill stroke"
d="m 28.798227,38.417392 10.670704,-0.05716 c 5.784556,-0.03099 10.802072,5.45565 10.802071,8.875741 l -1e-6,2.278154 v 4.367374 l -28.549274,2e-6 -4.845516,-2e-6 v -6.31172 c 0,-5.567546 7.738888,-9.129984 11.922018,-9.152391 z"
sodipodi:nodetypes="sssccccsss" />
<circle
style="fill:#cdcdcd;fill-opacity:1;fill-rule:nonzero;stroke-width:0.718272;paint-order:markers fill stroke"
id="path11605"
cx="33.573605"
cy="26.010752"
r="8.5013752" />
</g>
<metadata
id="metadata12706">
<rdf:RDF>
<cc:Work
rdf:about="">
<cc:license
rdf:resource="http://creativecommons.org/licenses/by/4.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
</cc:License>
</rdf:RDF>
</metadata>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

@ -12,7 +12,7 @@
<h1 id="site-name">
<a href="{% url 'admin:index' %}">
{# Your logo here #}
<img src="{% static 'admin/img/jdav_logo_transparent.png' %}" alt="Your Company Name" height="50%" width="50%">
<img src="{% static 'admin/img/jdav_logo_transparent.png' %}" alt="KOMPASS" height="50%" width="50%">
<br><br>
</span> KOMPASS
</a>

Loading…
Cancel
Save