Added static files content, favicon and logo

This commit is contained in:
Dirk Jahnke 2022-03-18 07:30:42 +01:00
parent 6e8c2de3df
commit 63f4ef1f1a
17 changed files with 79 additions and 2 deletions

View File

@ -120,6 +120,9 @@ USE_TZ = True
# https://docs.djangoproject.com/en/3.2/howto/static-files/
STATIC_URL = '/static/'
STATICFILES_DIRS = [
BASE_DIR / "static"
]
# Default primary key field type
# https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field

View File

@ -42,15 +42,18 @@
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="{% url 'home' %}">homelog</a>
<a class="navbar-brand" href="{% url 'home' %}"><img src="{% static 'images/djlogo32.png' %}">homelog</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="{% url 'asset:list' %}">Assets <span class="visually-hidden">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="{% url 'container:list' %}">Container <span class="visually-hidden">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="{% url 'asset:list' %}">Assets <span class="visually-hidden">(current)</span></a>
<a class="nav-link" href="{% url 'container:container_type_list' %}">Container-Types <span class="visually-hidden">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="{% url 'about' %}">About</a>

BIN
static/images/djlogo.idraw Normal file

Binary file not shown.

BIN
static/images/djlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

70
static/images/djlogo.svg Normal file
View File

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210mm"
height="297mm"
viewBox="0 0 210 297"
version="1.1"
id="svg8"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"
sodipodi:docname="djlogo.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="277.14286"
inkscape:cy="351.42857"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="false"
inkscape:window-width="1335"
inkscape:window-height="943"
inkscape:window-x="1206"
inkscape:window-y="31"
inkscape:window-maximized="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1">
<path
style="fill:none;stroke:#1e277c;stroke-width:3.5;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="M 50,150 50,100 60,90"
id="path19"
sodipodi:nodetypes="ccc" />
<path
style="fill:none;stroke:#1e277c;stroke-width:3.5;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="M 50,160 60,150 60,100"
id="path21"
sodipodi:nodetypes="ccc" />
<path
id="path911"
style="fill:#4d4d4d;fill-opacity:0;stroke:#1e277c;stroke-width:3.5;stroke-opacity:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
d="m 64.719046,79.873099 c -14.696054,0.08236 -30.462011,15.602587 -37.572384,36.986781 -8.184877,24.61531 -2.132466,48.31955 13.520105,52.95143 15.652819,4.63174 34.981412,-11.56246 43.176693,-36.17501 l 0.01963,-0.0593 v 0 c 8.17446,-24.61847 2.109086,-48.311964 -13.549043,-52.927315 -1.788932,-0.527341 -3.662286,-0.78737 -5.595009,-0.776606 z"
sodipodi:nodetypes="cccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

BIN
static/images/djlogo256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
static/images/djlogo32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
static/images/djlogo64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1021 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
static/images/favicons/favicon.ico Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}