favicons and slightly prettier sidebar

This commit is contained in:
Kyle Corbitt
2023-06-26 22:06:05 -07:00
parent 79ace43608
commit 10c7b3fa2e
20 changed files with 221 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 835 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
public/favicons/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,26 @@
<?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="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2486 6993 c-35 -9 -94 -51 -119 -85 -34 -47 -46 -88 -42 -151 4 -65
21 -101 71 -149 41 -41 94 -59 177 -61 31 -1 58 -4 58 -7 1 -3 2 -520 3 -1150
3 -1071 2 -1147 -15 -1180 -9 -19 -133 -224 -275 -455 -141 -231 -263 -431
-271 -445 -8 -14 -33 -55 -56 -92 -120 -192 -147 -236 -164 -265 -20 -35 -198
-327 -465 -761 -92 -151 -168 -278 -168 -282 0 -5 -3 -10 -8 -12 -8 -3 -170
-272 -200 -333 -24 -49 -70 -176 -77 -213 -3 -15 -7 -38 -10 -52 -12 -52 -18
-117 -18 -190 -1 -76 10 -207 18 -220 2 -3 6 -19 9 -34 31 -171 148 -385 289
-528 171 -174 380 -281 617 -316 25 -4 785 -7 1690 -7 l1645 0 98 27 c117 32
265 101 356 164 36 26 103 84 147 130 293 298 394 727 263 1118 -32 93 -78
179 -231 430 -282 461 -631 1032 -655 1071 -62 100 -327 533 -343 560 -10 17
-108 179 -220 360 -111 182 -208 344 -214 360 -9 22 -11 319 -10 1155 1 619 3
1134 3 1145 1 18 9 20 64 21 81 2 127 17 171 57 65 60 90 153 65 242 -15 53
-91 129 -144 144 -40 11 -1996 15 -2039 4z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

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