add a shit ton of favicons

This commit is contained in:
Eric Van Albert
2017-06-23 23:09:23 -04:00
parent 87a411e3ea
commit 158f8255df
18 changed files with 139 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

9
web/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"/>
<TileColor>#2d89ef</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
web/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 908 B

BIN
web/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
web/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

18
web/manifest.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

BIN
web/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

27
web/safari-pinned-tab.svg Normal file
View File

@@ -0,0 +1,27 @@
<?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="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M1323 2820 c-142 -20 -326 -79 -446 -144 -166 -90 -345 -240 -426
-360 -8 -12 -18 -23 -22 -26 -35 -26 -151 -248 -189 -360 -24 -74 -23 -70 -46
-170 -19 -82 -25 -349 -11 -450 25 -178 100 -378 198 -530 47 -73 149 -200
161 -200 4 0 19 20 33 44 17 30 32 44 43 41 9 -1 55 -6 102 -10 47 -4 88 -9
92 -11 6 -4 74 103 116 183 11 20 6 25 -73 74 -47 28 -85 54 -85 56 0 10 152
262 163 271 7 5 80 35 162 67 83 32 157 66 166 74 10 9 88 142 174 296 86 154
163 286 170 293 10 11 33 1 126 -53 63 -36 118 -71 124 -76 6 -6 5 -17 -4 -32
-47 -74 -291 -500 -291 -507 0 -4 -3 -10 -7 -12 -5 -1 -17 -19 -27 -38 -57
-103 -54 -101 -216 -170 -83 -36 -153 -67 -155 -70 -2 -3 34 -30 79 -61 l83
-56 -74 -128 c-40 -70 -73 -129 -73 -130 0 -1 -45 -79 -99 -174 l-100 -171 35
-15 c52 -22 184 -62 224 -69 19 -3 46 -8 60 -12 14 -3 93 -8 175 -10 117 -3
174 1 260 16 386 68 708 288 915 625 41 66 80 145 81 162 0 5 4 13 9 18 6 9
50 132 56 160 1 6 10 44 19 85 9 41 19 136 22 210 22 528 -273 1018 -750 1248
-83 40 -243 95 -307 106 -19 3 -46 8 -60 11 -44 11 -323 14 -387 5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB