added better favicons, moved from sass to glamor, moved components

and utils to src dir, and removed packages no longer being used
This commit is contained in:
JJ Kasper
2018-11-04 01:28:46 -06:00
parent b47f3917bd
commit 31321e635a
99 changed files with 3821 additions and 21818 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

9
public/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>#202225</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,31 @@
<?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="380.000000pt" height="380.000000pt" viewBox="0 0 380.000000 380.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,380.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M1188 3550 c-20 -4 -48 -14 -62 -23 -54 -36 -66 -56 -160 -261 -20
-43 -53 -99 -75 -125 -56 -67 -64 -86 -55 -134 11 -64 7 -97 -22 -187 -41
-130 -97 -240 -159 -309 -62 -69 -59 -61 -56 -157 4 -117 -72 -330 -166 -466
-46 -67 -47 -70 -48 -151 -2 -68 -8 -99 -40 -182 -49 -130 -95 -222 -158 -314
-41 -62 -49 -81 -47 -110 7 -67 0 -175 -15 -239 -27 -114 -15 -198 46 -321 41
-84 160 -205 249 -254 136 -74 66 -70 1210 -71 564 -1 1052 2 1085 6 121 15
267 116 331 228 14 24 117 346 229 715 112 368 220 724 240 790 161 529 176
581 176 642 1 61 -26 139 -63 184 -18 22 -88 69 -102 69 -6 0 -12 -20 -13 -44
-2 -43 -25 -125 -208 -726 -48 -157 -170 -557 -271 -890 -166 -545 -187 -607
-216 -637 -65 -67 2 -64 -1198 -61 l-1085 3 -53 24 c-86 39 -145 128 -128 195
14 58 -39 55 1071 58 948 3 1024 5 1073 21 71 24 122 72 162 154 46 95 55 124
291 903 116 382 253 834 305 1003 116 382 120 426 46 537 -42 63 -117 114
-184 124 -23 4 -454 6 -959 6 -505 -1 -922 0 -926 2 -4 3 -24 2 -45 -2z m1650
-574 c15 -33 -35 -187 -72 -225 l-26 -26 -668 -1 c-367 -1 -677 1 -690 3 -42
9 -44 43 -11 142 49 145 -35 131 769 131 l687 0 11 -24z m-184 -542 c20 -19
21 -13 -10 -113 -28 -91 -65 -140 -106 -142 -13 0 -320 -1 -682 -1 l-659 -1
-18 22 c-10 12 -16 27 -14 34 44 143 59 178 83 196 26 20 43 20 709 21 607 0
683 -2 697 -16z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

19
public/site.webmanifest Normal file
View File

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