add favicon

This commit is contained in:
Ross
2023-10-23 14:06:53 +01:00
parent 05d9a51d51
commit 786c86a187
11 changed files with 65 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

+29
View File
@@ -0,0 +1,29 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="399.000000pt" height="399.000000pt" viewBox="0 0 399.000000 399.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,399.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M0 1995 l0 -1995 1995 0 1995 0 0 1995 0 1995 -1995 0 -1995 0 0
-1995z m3234 451 c26 -11 37 -24 50 -62 22 -65 21 -79 -14 -152 -17 -35 -30
-72 -30 -82 0 -48 -20 -62 -51 -34 -17 15 -20 14 -44 -11 -22 -24 -34 -29 -90
-31 -37 -2 -65 1 -65 7 0 5 -13 27 -29 50 -17 22 -31 45 -33 51 -2 6 -28 14
-57 19 -62 10 -58 7 -66 40 -5 21 0 33 29 64 34 36 37 37 85 30 42 -6 57 -3
85 14 19 12 41 33 51 47 37 58 111 78 179 50z m-1380 -169 c3 -16 6 -40 6 -54
0 -13 9 -41 20 -63 23 -46 25 -87 5 -114 -8 -11 -15 -40 -15 -65 0 -69 -18
-123 -38 -119 -12 3 -16 12 -15 33 2 17 5 78 7 137 3 58 8 122 11 141 5 24 1
48 -14 80 -24 53 -20 83 9 65 10 -7 21 -25 24 -41z m379 -188 c15 -27 24 -89
13 -89 -2 0 -11 -3 -20 -6 -19 -7 -42 62 -32 100 8 34 17 33 39 -5z m275 -143
c-1 -80 2 -111 11 -114 16 -5 32 -48 25 -67 -7 -17 -22 -19 -43 -6 -13 9 -34
104 -31 146 0 11 2 49 3 85 1 36 6 71 11 79 18 28 26 -14 24 -123z m491 83
c16 -17 36 -22 113 -28 104 -8 118 -13 118 -41 0 -36 -39 -50 -139 -51 -105
-1 -124 8 -141 69 -8 29 -6 40 7 54 20 22 18 22 42 -3z m-714 -139 c19 -37 36
-60 47 -60 9 0 20 -4 23 -10 3 -6 -4 -10 -16 -10 -13 0 -40 16 -61 37 -29 28
-38 45 -38 70 0 18 4 33 8 33 4 0 21 -27 37 -60z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

+19
View File
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
+8
View File
@@ -19,6 +19,14 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.css" integrity="sha512-6S2HWzVFxruDlZxI3sXOZZ4/eJ8AcxkQH1+JjSe/ONCEqR9L4Ysq5JdT5ipqtzU7WHalNwzwBv+iE51gNHJNqQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'favicon/apple-touch-icon.png' %}">
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'favicon/favicon-32x32.png' %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'favicon/favicon-16x16.png' %}">
<link rel="manifest" href="{% static 'favicon/site.webmanifest' %}">
<link rel="mask-icon" href="{% static 'favicon/safari-pinned-tab.svg' %}" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link href="/static/css/widgets.css" type="text/css" media="all" rel="stylesheet">
<link href="/static/admin/css/vendor/select2/select2.min.css" type="text/css" media="screen" rel="stylesheet">