UBER-453: update favicons. (#3414)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
BIN
dev/prod/public/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
dev/prod/public/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
dev/prod/public/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
dev/prod/public/favicon-16x16.png
Normal file
After Width: | Height: | Size: 716 B |
BIN
dev/prod/public/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 4.0 KiB |
@ -1,5 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<circle fill="#FFFFFF" cx="8" cy="8" r="8"/>
|
||||
<path fill="#C8C8C8" d="M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M8,15.5c-4.1,0-7.5-3.4-7.5-7.5S3.9,0.5,8,0.5 s7.5,3.4,7.5,7.5S12.1,15.5,8,15.5z"/>
|
||||
<path d="M5,13.2V3.5h4.4c0.4,0,0.9,0.1,1.2,0.2c0.4,0.1,0.7,0.4,0.9,0.6s0.4,0.6,0.6,1c0.1,0.4,0.2,0.8,0.2,1.2 c0,0.5-0.1,0.9-0.2,1.2s-0.3,0.7-0.6,1s-0.6,0.5-0.9,0.6S9.8,9.5,9.4,9.5H6.8v3.7H5z M6.8,7.9h2.4c0.4,0,0.6-0.1,0.8-0.3 s0.3-0.5,0.3-0.8V6.2c0-0.4-0.1-0.6-0.3-0.8S9.5,5.1,9.2,5.1H6.8V7.9z"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 573 B |
Before Width: | Height: | Size: 434 B |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 961 B |
1
dev/prod/public/site.webmanifest
Normal 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"}
|
@ -6,11 +6,10 @@
|
||||
|
||||
<title>Platform</title>
|
||||
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
||||
<link rel="icon" type="image/svg+xml" sizes="any" href="favicon.svg">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon_16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon_32.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="favicon_192.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
</head>
|
||||
|
||||
<body style="margin: 0; overflow: hidden;">
|
||||
|