Added favicons

This commit is contained in:
Constantin Graf
2024-04-19 17:57:31 +02:00
committed by Constantin Graf
parent a149db655c
commit db9c0de05b
16 changed files with 64 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 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: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

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: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,25 @@
<?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">
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M3578 5835 c-1 -1 -61 -5 -133 -9 -135 -7 -196 -12 -255 -22 -19 -3
-51 -8 -70 -10 -19 -3 -51 -9 -70 -14 -19 -5 -53 -12 -74 -16 -47 -7 -203 -59
-296 -99 -444 -188 -719 -448 -855 -811 -25 -67 -63 -233 -70 -309 -6 -56 -6
-315 -1 -345 2 -14 7 -50 11 -80 22 -176 93 -359 192 -498 213 -299 588 -491
1338 -687 215 -56 395 -129 462 -188 41 -36 73 -95 75 -140 5 -87 -32 -146
-117 -186 -114 -53 -385 -60 -627 -15 -97 17 -262 72 -367 121 -117 54 -362
216 -389 257 -4 6 -21 24 -38 39 l-32 29 -225 -229 c-124 -125 -318 -322 -431
-438 l-205 -210 57 -55 c292 -278 615 -463 1078 -618 111 -38 254 -78 314 -88
14 -3 41 -9 60 -14 34 -8 137 -26 210 -35 180 -24 617 -24 805 0 712 92 1222
453 1390 981 66 209 78 509 30 785 -11 64 -51 172 -97 264 -137 275 -327 450
-685 629 -145 73 -485 191 -638 222 -93 18 -347 101 -433 140 -135 62 -187
122 -185 217 1 80 73 152 180 183 59 17 295 24 373 10 132 -22 331 -86 435
-138 73 -38 202 -133 286 -212 l73 -68 434 436 c389 391 433 438 421 453 -38
47 -57 69 -85 97 -252 253 -524 409 -929 534 -254 79 -441 113 -710 127 -60 4
-131 8 -157 10 -25 2 -48 2 -50 0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,19 @@
{
"name": "solidtime",
"short_name": "solidtime",
"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"
}

View File

@@ -10,6 +10,17 @@
<link rel="preconnect" href="https://fonts.bunny.net"> <link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" /> <link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#000000">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Scripts --> <!-- Scripts -->
@routes @routes
@vite(['resources/js/app.ts', "resources/js/Pages/{$page['component']}.vue"]) @vite(['resources/js/app.ts', "resources/js/Pages/{$page['component']}.vue"])