Browse Source

[add] favicon + assets

Signed-off-by: Muthu Kumar <muthukumar@thefeathers.in>
pull/1/head
Muthu Kumar 4 years ago
parent
commit
d1a5ec3113
Signed by: mkrhere GPG Key ID: 3FD688398897097E
  1. BIN
      public/favicon/android-chrome-192x192.png
  2. BIN
      public/favicon/android-chrome-512x512.png
  3. BIN
      public/favicon/apple-touch-icon.png
  4. 9
      public/favicon/browserconfig.xml
  5. BIN
      public/favicon/favicon-16x16.png
  6. BIN
      public/favicon/favicon-32x32.png
  7. BIN
      public/favicon/favicon.ico
  8. BIN
      public/favicon/mstile-144x144.png
  9. BIN
      public/favicon/mstile-150x150.png
  10. BIN
      public/favicon/mstile-310x150.png
  11. BIN
      public/favicon/mstile-310x310.png
  12. BIN
      public/favicon/mstile-70x70.png
  13. 25
      public/favicon/safari-pinned-tab.svg
  14. 19
      public/favicon/site.webmanifest

BIN
public/favicon/android-chrome-192x192.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
public/favicon/android-chrome-512x512.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/favicon/apple-touch-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

9
public/favicon/browserconfig.xml

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

BIN
public/favicon/favicon-16x16.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

BIN
public/favicon/favicon-32x32.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
public/favicon/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/favicon/mstile-144x144.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
public/favicon/mstile-150x150.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
public/favicon/mstile-310x150.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
public/favicon/mstile-310x310.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
public/favicon/mstile-70x70.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

25
public/favicon/safari-pinned-tab.svg

@ -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">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M3215 6989 c-745 -64 -1437 -353 -1995 -835 -551 -475 -938 -1101
-1114 -1799 -73 -291 -101 -529 -101 -860 1 -404 50 -722 171 -1090 254 -772
784 -1445 1476 -1876 447 -278 924 -443 1483 -511 130 -16 600 -16 730 0 451
55 818 163 1195 351 729 364 1312 973 1639 1714 144 325 238 674 283 1052 16
139 16 595 0 730 -61 497 -198 932 -418 1327 -538 964 -1489 1620 -2569 1772
-249 35 -546 45 -780 25z m-476 -2292 c107 -232 198 -426 203 -432 5 -5 7 182
6 423 l-3 432 199 -2 198 -3 704 -1525 c387 -839 704 -1529 704 -1535 0 -17
-207 -370 -216 -368 -4 0 -274 577 -598 1281 l-591 1280 -3 -426 -2 -425 307
-664 c168 -366 306 -671 306 -678 0 -14 -205 -375 -213 -375 -3 0 -156 326
-340 725 l-334 725 -57 0 -57 0 -4 133 -3 132 -174 375 c-96 206 -187 402
-202 434 l-29 60 0 423 c0 416 0 423 -20 423 -20 0 -20 -7 -20 -990 l0 -990
-175 0 -175 0 0 995 0 995 198 0 197 0 194 -423z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

19
public/favicon/site.webmanifest

@ -0,0 +1,19 @@
{
"name": "MKRhere",
"short_name": "MKRhere",
"icons": [
{
"src": "/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"display": "standalone",
"theme_color": "#ff5555",
"background_color": "#000000"
}
Loading…
Cancel
Save