Fix favicons not showing Kubeflow logo (#3817)

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
This commit is contained in:
Mathew Wicks 2024-07-21 19:55:01 -07:00 committed by GitHub
parent e1eb76b4fa
commit 8123377402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
42 changed files with 120 additions and 53 deletions

View File

@ -1,8 +1,8 @@
<link rel="shortcut icon" href="{{ "favicons/favicon.ico" | relURL }}" >
<link rel="apple-touch-icon" href="{{ "favicons/apple-touch-icon-180x180.png" | relURL }}" sizes="180x180">
<link rel="icon" type="image/png" href="{{ "favicons/favicon-16x16.png" | relURL }}" sizes="16x16">
<link rel="icon" type="image/png" href="{{ "favicons/favicon-32x32.png" | relURL }}" sizes="32x32">
<link rel="manifest" href="{{ "favicons/manifest.json" | relURL }}">
<meta name="msapplication-config" content="{{ "favicons/browserconfig.xml" | relURL }}" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2">
<link rel="manifest" href="/site.webmanifest?v=2">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2" color="#4279f4">
<link rel="shortcut icon" href="/favicon.ico?v=2">
<meta name="msapplication-TileColor" content="#4279f4">
<meta name="theme-color" content="#4279f4">
<meta name="theme-color" content="#4279f4">

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
static/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

9
static/browserconfig.xml Normal file
View File

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

BIN
static/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
static/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/favicons/ms-icon-70x70.png"/><square150x150logo src="/favicons/ms-icon-150x150.png"/><square310x310logo src="/favicons/ms-icon-310x310.png"/><TileColor>#4279f4</TileColor></tile></msapplication></browserconfig>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,44 +0,0 @@
{
"name": "Kubeflow",
"icons": [
{
"src": "/favicons/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "/favicons/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "/favicons/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "/favicons/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "/favicons/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "/favicons/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
],
"theme_color": "#4279f4",
"background_color": "#4279f4",
"display": "standalone"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
static/mstile-144x144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
static/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
static/mstile-310x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
static/mstile-310x310.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
static/mstile-70x70.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,85 @@
<?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="M3548 6497 c-84 -105 -157 -197 -163 -203 -5 -7 -76 -94 -156 -195
-596 -750 -712 -896 -727 -914 -72 -87 -92 -115 -80 -115 7 0 47 6 88 14 41 8
86 17 100 19 14 3 54 11 90 17 36 7 74 14 86 15 11 2 45 8 75 14 30 6 70 13
89 16 19 4 53 10 75 15 22 5 63 12 90 16 28 3 52 8 55 9 3 2 46 11 95 19 116
21 118 21 330 61 179 34 215 40 278 50 17 3 43 8 57 10 38 8 59 12 213 40 78
14 187 35 242 45 55 11 112 22 128 24 15 3 54 10 87 16 33 6 72 13 87 16 16 2
51 9 78 14 28 5 64 12 80 15 28 5 46 8 105 20 14 2 39 7 55 9 61 10 101 17
140 26 22 5 56 12 75 15 19 3 60 10 90 16 30 5 91 16 135 24 44 8 89 16 100
19 11 2 66 12 123 22 56 10 102 22 102 26 0 5 -4 8 -9 8 -5 0 -91 40 -192 89
-101 48 -233 112 -294 141 -60 29 -189 91 -285 138 -96 46 -224 108 -285 137
-244 117 -369 177 -550 265 -104 51 -228 110 -275 132 -46 22 -105 51 -131 64
l-47 24 -154 -193z"/>
<path d="M2910 6518 c-36 -17 -139 -67 -230 -111 -91 -44 -214 -103 -275 -132
-60 -29 -177 -85 -260 -125 -82 -40 -213 -103 -290 -140 -150 -72 -279 -134
-555 -267 -96 -46 -245 -118 -330 -159 l-155 -75 -24 -107 c-29 -131 -61 -272
-66 -292 -2 -8 -17 -76 -35 -150 -17 -74 -34 -146 -36 -160 -3 -13 -14 -63
-25 -110 -12 -47 -23 -96 -25 -110 -3 -14 -32 -142 -65 -285 -34 -143 -63
-271 -65 -285 -3 -14 -14 -61 -24 -105 -23 -99 -40 -173 -46 -203 -3 -13 -18
-81 -35 -150 -25 -106 -55 -235 -74 -325 -2 -10 -7 -28 -11 -40 l-6 -22 20 20
c11 11 106 128 211 260 104 132 194 245 199 250 4 6 54 69 111 140 57 72 120
150 140 174 20 24 42 54 50 65 8 12 18 23 21 26 3 3 84 104 180 225 96 121
183 229 192 240 9 11 145 182 303 380 157 198 294 369 303 380 9 11 30 38 47
60 16 22 39 51 51 65 18 21 153 189 266 331 148 188 445 559 462 579 12 14 41
51 64 82 23 31 46 59 52 63 9 6 34 45 28 45 -2 0 -32 -15 -68 -32z"/>
<path d="M6065 5259 c-75 -15 -522 -98 -605 -113 -41 -7 -198 -36 -310 -56
-144 -27 -148 -27 -210 -39 -30 -6 -68 -13 -85 -16 -16 -2 -79 -14 -140 -25
-60 -12 -146 -28 -190 -36 -44 -7 -89 -16 -100 -18 -30 -6 -197 -37 -225 -42
-14 -3 -34 -7 -45 -8 -106 -19 -165 -30 -250 -46 -55 -11 -116 -22 -135 -25
-19 -3 -46 -8 -60 -10 -14 -3 -34 -7 -45 -9 -11 -2 -60 -12 -110 -21 -49 -9
-101 -19 -115 -21 -14 -2 -72 -13 -130 -24 -58 -10 -118 -22 -135 -25 -16 -2
-41 -7 -55 -10 -25 -5 -107 -20 -165 -30 -16 -2 -79 -14 -140 -25 -133 -25
-248 -46 -295 -54 -19 -4 -80 -15 -135 -26 -55 -11 -116 -22 -135 -25 -48 -7
-142 -25 -162 -31 -17 -5 -17 4 -4 -324 4 -80 8 -201 11 -270 4 -120 9 -232
20 -500 3 -69 8 -179 10 -245 12 -302 15 -388 20 -495 3 -63 7 -176 10 -250 6
-164 14 -351 20 -485 2 -55 7 -172 10 -260 4 -88 8 -200 10 -250 2 -49 7 -175
11 -280 3 -104 7 -191 9 -193 2 -3 73 85 160 198 22 29 54 69 70 89 17 21 42
53 57 72 14 19 69 88 120 154 52 66 168 215 259 330 90 116 171 219 181 230 9
11 53 67 97 125 45 58 92 119 105 135 13 17 70 89 125 160 56 72 107 137 114
145 7 8 37 47 67 85 30 39 57 72 60 75 3 3 26 32 51 65 25 33 227 292 449 575
222 283 460 587 528 675 69 88 138 172 153 187 63 61 176 79 255 41 31 -15
580 -445 604 -473 3 -4 14 -13 26 -21 11 -8 41 -30 65 -51 49 -40 159 -129
210 -170 19 -14 194 -155 389 -311 195 -157 356 -284 357 -283 2 2 -12 66 -68
306 -11 47 -21 94 -23 105 -2 11 -9 38 -14 60 -6 22 -13 51 -16 65 -4 23 -42
190 -111 490 -15 63 -29 125 -31 138 -3 12 -14 62 -25 110 -12 48 -22 94 -24
102 -2 8 -15 66 -29 128 -14 61 -37 163 -51 225 -14 61 -30 130 -36 152 -5 22
-11 49 -14 60 -3 18 -56 252 -70 312 -6 26 -11 26 -140 2z"/>
<path d="M1579 4028 c-19 -24 -36 -45 -39 -48 -3 -3 -19 -23 -35 -45 -17 -22
-32 -42 -36 -45 -3 -3 -51 -63 -108 -135 -56 -71 -110 -139 -119 -150 -9 -11
-96 -119 -192 -240 -96 -121 -177 -222 -180 -225 -4 -3 -13 -14 -21 -26 -8
-11 -30 -41 -50 -65 -21 -24 -90 -111 -155 -194 -66 -82 -167 -210 -226 -284
l-107 -134 22 -31 c12 -17 26 -36 32 -42 5 -6 75 -93 155 -193 80 -101 168
-211 195 -245 28 -34 64 -79 80 -100 17 -21 37 -46 45 -56 30 -37 46 -56 74
-95 17 -22 32 -42 36 -45 3 -3 32 -39 65 -80 33 -41 65 -82 72 -90 7 -8 159
-199 339 -425 l326 -410 -6 195 c-4 107 -9 229 -11 270 -2 41 -7 145 -10 230
-3 85 -8 200 -10 255 -2 55 -7 163 -10 240 -6 159 -13 332 -20 515 -11 251
-15 348 -20 495 -3 83 -7 195 -10 250 -2 55 -7 174 -10 265 -4 91 -8 199 -10
240 -4 71 -17 419 -18 468 -1 12 -2 22 -3 22 -1 0 -17 -19 -35 -42z"/>
<path d="M4869 3588 c-73 -95 -139 -180 -146 -188 -7 -8 -51 -64 -98 -125 -47
-60 -91 -117 -98 -125 -7 -8 -77 -98 -157 -200 -124 -159 -187 -239 -244 -310
-6 -8 -48 -62 -93 -120 -45 -58 -154 -197 -242 -310 -282 -359 -306 -389 -309
-398 -1 -4 39 -41 90 -82 51 -41 99 -80 108 -87 8 -7 148 -119 310 -249 162
-130 311 -249 330 -264 28 -23 277 -223 340 -273 8 -7 60 -48 114 -92 213
-171 331 -265 336 -264 3 0 82 97 175 216 94 118 180 227 192 242 12 14 167
209 345 432 177 224 335 422 350 440 15 19 37 47 50 63 13 16 65 81 116 145
51 64 98 123 105 131 7 9 57 71 111 139 69 87 96 128 90 137 -5 7 -142 119
-304 249 -162 130 -304 244 -315 253 -11 9 -37 29 -57 44 -20 15 -42 33 -50
40 -7 7 -47 40 -88 73 -41 32 -80 64 -86 70 -28 25 -732 585 -736 585 -3 0
-65 -78 -139 -172z"/>
<path d="M3175 1422 c-6 -4 -22 -23 -35 -42 -13 -19 -27 -37 -30 -40 -5 -5
-81 -102 -440 -560 -101 -129 -223 -285 -272 -346 -48 -62 -88 -114 -88 -118
0 -3 512 -5 1137 -6 627 0 1133 4 1128 9 -10 8 -706 567 -955 765 -74 59 -144
115 -155 124 -99 82 -275 222 -277 222 -2 0 -8 -4 -13 -8z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.6 KiB

19
static/site.webmanifest Normal file
View File

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