apparently the better favicon location

This commit is contained in:
lone-cloud 2015-11-06 01:50:13 -08:00
parent 63bbcac70a
commit 7dd105daca
61 changed files with 65 additions and 142 deletions

View file

@ -16,26 +16,24 @@
<link href='//fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/images/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/images/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/images/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="assets/images/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="assets/images/favicons/manifest.json">
<link rel="mask-icon" href="assets/images/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/images/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="assets/images/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="assets/images/favicons/browserconfig.xml">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" integrity="" href="assets/vendor.css">

View file

@ -9,7 +9,7 @@
<p class="introParagraph">Huegasm is a free web application for controlling your <a href="http://www2.meethue.com/en-ca/">Philips Hue lights</a>...oh and it's kind of awesome at syncing music with your lights.</p>
<a href="#" {{action "isReady"}}>
<img src="assets/images/intro.png" id="introPic" />
<img src="assets/images/intro.jpeg" id="introPic" />
</a>
{{#paper-button raised=true primary=true action="isReady" class="goButton"}}Go!{{/paper-button}}

View file

@ -258,7 +258,7 @@ md-list-item .md-no-style {
// preload images
#hueControls:after, md-progress-circular:after {
display: none;
content: url(images/colormap.png) url(images/missingArtwork.png) url(images/sc-white.png) url(images/favicons/favicon-96x96.png) url(images/lights/a19.svg) url(images/lights/a19w.svg) url(images/lights/br30.svg) url(images/lights/br30w.svg) url(images/lights/gu10.svg) url(images/lights/gu10w.svg) url(images/lights/huego.svg) url(images/lights/huegow.svg) url(images/lights/lc_aura.svg) url(images/lights/lc_auraw.svg) url(images/lights/lc_bloom.svg) url(images/lights/lc_bloomw.svg) url(images/lights/lc_iris.svg) url(images/lights/lc_irisw.svg) url(images/lights/lightstrip.svg) url(images/lights/lightstripw.svg) url(images/lights/storylight.svg) url(images/lights/storylightw.svg);
content: url(images/colormap.png) url(images/missingArtwork.png) url(images/sc-white.png) url(images/favicon-96x96.png) url(images/lights/a19.svg) url(images/lights/a19w.svg) url(images/lights/br30.svg) url(images/lights/br30w.svg) url(images/lights/gu10.svg) url(images/lights/gu10w.svg) url(images/lights/huego.svg) url(images/lights/huegow.svg) url(images/lights/lc_aura.svg) url(images/lights/lc_auraw.svg) url(images/lights/lc_bloom.svg) url(images/lights/lc_bloomw.svg) url(images/lights/lc_iris.svg) url(images/lights/lc_irisw.svg) url(images/lights/lightstrip.svg) url(images/lights/lightstripw.svg) url(images/lights/storylight.svg) url(images/lights/storylightw.svg);
}
.navigation {
@ -978,7 +978,7 @@ body.dimmerOn {
cursor: pointer;
width: 40px;
height: 40px;
background: url(images/favicons/favicon-96x96.png) center center no-repeat;
background: url(images/favicon-96x96.png) center center no-repeat;
background-size: 40px 40px;
}
@ -1071,7 +1071,7 @@ div.ember-modal-dialog {
}
.displayIcon {
background:url(images/favicons/favicon-96x96.png) center center no-repeat;
background:url(images/favicon-96x96.png) center center no-repeat;
}
.keyboard-arrow-down {

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 948 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 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: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -1,119 +0,0 @@
<?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="1835.000000pt" height="1835.000000pt" viewBox="0 0 1835.000000 1835.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,1835.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M7915 18230 c-110 -4 -324 -11 -475 -14 -151 -4 -284 -9 -295 -11
-11 -2 -94 -7 -185 -10 -91 -4 -183 -8 -205 -10 -22 -2 -94 -6 -160 -10 -125
-8 -179 -11 -280 -20 -33 -2 -94 -7 -135 -11 -100 -8 -144 -12 -210 -18 -127
-12 -177 -17 -205 -20 -16 -2 -59 -7 -95 -10 -36 -4 -103 -11 -150 -17 -47 -6
-103 -13 -125 -15 -45 -6 -443 -62 -490 -70 -101 -16 -361 -70 -484 -100 -79
-19 -154 -36 -166 -38 -48 -9 -255 -67 -355 -99 -109 -36 -232 -85 -358 -143
-41 -19 -78 -34 -83 -34 -5 0 -9 -5 -9 -12 0 -6 -3 -9 -6 -5 -3 3 -31 -10 -62
-29 -32 -19 -61 -34 -65 -34 -9 0 -226 -141 -268 -174 -14 -12 -36 -28 -49
-36 -141 -93 -361 -290 -480 -430 -25 -29 -51 -59 -58 -66 -20 -21 -212 -294
-253 -360 -67 -107 -135 -250 -198 -414 -19 -49 -47 -137 -57 -179 -2 -9 -12
-50 -23 -91 -11 -41 -22 -86 -24 -100 -3 -14 -10 -45 -17 -68 -13 -50 -37
-180 -48 -262 -4 -30 -7 -179 -6 -330 0 -278 3 -305 49 -533 15 -74 66 -281
88 -357 87 -297 174 -494 445 -1010 30 -58 87 -168 126 -245 40 -77 104 -201
143 -275 39 -74 96 -184 127 -245 31 -60 66 -128 78 -150 46 -80 96 -172 133
-240 20 -38 76 -139 122 -224 47 -84 94 -174 105 -200 12 -25 29 -57 38 -71
21 -31 191 -365 242 -475 20 -44 55 -139 78 -210 23 -72 48 -148 57 -170 8
-22 25 -71 38 -110 13 -38 44 -126 70 -195 75 -200 102 -280 181 -535 90 -287
159 -549 214 -810 12 -55 23 -107 25 -115 11 -49 35 -165 40 -192 3 -18 8 -40
10 -48 2 -8 11 -53 19 -100 18 -100 23 -128 36 -195 5 -27 12 -66 15 -85 68
-431 118 -788 131 -930 2 -25 6 -63 9 -85 3 -22 7 -62 10 -90 2 -27 7 -81 11
-120 3 -38 8 -92 9 -120 2 -27 6 -84 9 -125 3 -41 8 -109 11 -150 3 -41 7 -97
10 -125 2 -27 6 -77 9 -110 3 -33 7 -89 11 -125 3 -36 7 -105 10 -155 11 -207
27 -313 80 -540 55 -232 127 -401 246 -577 139 -205 223 -296 397 -432 34 -27
62 -52 62 -55 0 -3 -9 -49 -19 -101 -37 -184 -44 -346 -21 -522 9 -72 10 -118
2 -175 -12 -89 -11 -79 -12 -238 -1 -108 29 -339 47 -368 3 -5 5 -53 4 -107
-2 -85 9 -216 24 -300 13 -69 17 -88 26 -125 49 -202 105 -343 205 -515 60
-102 140 -197 350 -410 121 -124 247 -252 280 -285 79 -81 196 -184 247 -218
23 -15 49 -33 57 -40 56 -44 183 -126 255 -163 17 -9 46 -37 65 -62 61 -82
167 -193 241 -253 23 -19 46 -38 53 -44 31 -27 114 -86 201 -143 47 -30 225
-111 285 -129 93 -29 356 -91 455 -109 22 -4 49 -8 60 -10 11 -3 92 -14 180
-27 153 -21 191 -22 835 -22 807 0 909 6 1195 71 61 14 117 27 125 29 8 1 35
8 60 15 25 7 50 13 55 14 6 1 15 5 21 8 6 4 25 10 42 13 18 3 54 14 82 25 27
11 50 17 50 13 0 -3 9 2 20 12 11 10 20 15 20 11 0 -25 359 191 447 268 6 6
40 36 74 66 35 30 74 68 88 84 14 15 38 41 53 58 14 16 41 51 59 77 25 36 52
58 118 94 169 93 362 244 476 373 38 44 122 133 187 199 64 66 153 170 197
230 45 61 85 115 90 121 8 10 47 79 85 149 31 58 69 151 88 215 21 72 94 360
102 400 2 14 9 48 16 75 14 61 19 93 26 170 7 80 7 81 39 150 15 33 36 87 46
120 36 113 90 359 97 439 8 102 5 276 -7 338 -5 28 -5 68 0 95 22 115 30 300
17 409 -5 48 -4 51 27 73 18 12 71 59 117 104 212 209 374 440 468 667 37 90
98 297 115 388 8 47 14 73 19 90 5 16 10 49 21 142 5 44 14 136 20 215 3 33 7
80 10 104 3 24 7 71 10 105 4 51 40 203 85 356 9 31 101 353 174 610 15 52 29
102 31 110 2 8 42 150 90 315 47 165 95 332 105 370 89 342 255 885 313 1025
5 14 11 30 13 35 6 21 28 81 41 113 15 35 48 123 89 237 14 39 32 84 40 102 8
17 14 37 14 45 0 8 3 18 7 22 6 5 27 59 37 91 2 6 7 19 11 30 8 20 103 271
141 370 10 28 19 53 20 58 1 4 3 10 4 15 1 4 2 10 1 15 0 4 3 7 7 7 4 0 16 29
27 65 10 37 22 68 27 71 4 3 8 11 8 19 0 8 5 26 12 42 6 15 12 33 14 38 2 6
35 98 74 205 60 166 80 233 115 385 3 10 0 37 -6 60 -6 22 -13 51 -15 65 -9
51 -20 76 -59 130 -57 81 -122 123 -229 149 -194 48 -337 50 -3516 51 -2664 1
-2951 0 -3005 -14 -33 -9 -68 -18 -79 -21 -40 -10 -118 -73 -157 -129 -33 -45
-47 -79 -63 -150 -21 -88 -21 -108 -1 -196 3 -14 12 -70 20 -125 8 -55 21
-133 30 -173 14 -68 17 -85 30 -157 3 -16 23 -118 45 -225 21 -107 41 -213 44
-235 4 -22 8 -47 11 -55 2 -8 6 -28 9 -44 3 -16 10 -52 15 -80 21 -105 40
-210 47 -261 3 -22 12 -71 19 -110 8 -38 16 -83 19 -100 24 -132 28 -153 61
-315 31 -153 32 -160 46 -235 30 -168 57 -253 97 -307 74 -100 117 -124 297
-164 11 -2 525 -4 1143 -4 618 0 1121 -4 1118 -8 -2 -4 -7 -23 -10 -42 -8 -47
-57 -206 -96 -310 -45 -120 -91 -275 -115 -390 -2 -8 -8 -35 -14 -60 -12 -55
-38 -283 -46 -405 -3 -49 -8 -106 -10 -125 -2 -19 -7 -78 -11 -130 -3 -52 -7
-97 -9 -100 -2 -4 -5 -35 -6 -71 l-2 -64 -91 -90 c-50 -50 -107 -110 -126
-135 -19 -25 -66 -74 -105 -110 -92 -85 -122 -118 -165 -180 -13 -19 -27 -37
-30 -40 -5 -5 -82 -121 -114 -172 -9 -16 -13 -28 -9 -28 5 0 3 -4 -3 -8 -17
-10 -96 -204 -109 -266 -3 -10 -14 -56 -25 -101 -26 -105 -29 -116 -42 -195
-5 -36 -21 -86 -34 -112 -14 -27 -21 -48 -18 -48 4 0 2 -6 -4 -12 -16 -21 -70
-208 -88 -308 -3 -14 -8 -34 -11 -45 -38 -116 -46 -361 -17 -530 8 -50 8 -75
-2 -150 -10 -76 -9 -297 1 -350 11 -57 9 -91 -10 -165 -2 -8 -4 -24 -4 -36 -1
-16 -21 -31 -83 -64 -188 -98 -367 -235 -475 -363 l-23 -27 -286 0 -286 0 -87
88 c-48 48 -96 94 -107 103 -56 44 -211 152 -253 175 l-47 27 2 201 c0 132 6
237 17 306 9 58 17 149 17 203 0 98 -21 273 -40 321 -5 14 -8 26 -6 26 4 0
-27 117 -58 225 -2 6 -9 24 -16 40 -7 17 -14 80 -16 140 -5 190 -12 262 -35
365 -6 25 -13 56 -15 70 -13 65 -57 227 -80 292 -36 101 -115 250 -166 313 -5
6 -32 42 -60 80 -29 39 -64 84 -80 100 -15 17 -58 64 -95 104 -38 41 -123 131
-191 199 l-123 125 -5 61 c-2 34 -7 90 -9 126 -3 36 -7 94 -10 130 -3 36 -8
94 -10 130 -2 36 -6 93 -9 128 -3 34 -8 90 -11 125 -8 94 -14 158 -19 197 -2
19 -7 64 -10 100 -4 36 -9 73 -12 83 -3 10 -7 32 -9 50 -8 78 -77 517 -121
767 -12 72 -36 209 -40 235 -3 17 -7 37 -9 45 -2 8 -6 31 -9 50 -3 19 -8 46
-11 60 -2 13 -7 42 -11 64 -4 31 -105 535 -119 596 -8 37 -18 78 -66 275 -28
116 -52 219 -55 230 -12 62 -150 544 -190 666 -27 79 -49 147 -50 152 -1 4 -2
8 -3 10 0 2 -43 127 -95 278 -194 568 -208 603 -312 816 -57 117 -104 216
-104 219 0 4 -6 15 -13 23 -7 9 -25 43 -40 76 -14 33 -106 224 -205 425 -98
201 -218 448 -267 550 -131 272 -355 713 -371 731 -8 8 -14 21 -14 28 0 6 -4
17 -10 24 -5 7 -45 82 -88 167 -169 331 -255 495 -264 507 -11 14 24 26 157
52 116 23 474 82 585 96 84 11 114 15 139 20 14 2 51 7 81 10 30 4 71 8 90 11
19 2 58 7 85 10 28 3 64 7 80 9 41 4 172 17 215 20 19 2 35 4 35 4 0 1 36 4
80 6 44 3 105 7 135 9 30 3 100 8 155 11 236 12 309 16 470 25 94 5 258 12
365 15 107 4 206 9 220 12 14 2 455 7 980 10 1082 6 1479 -4 2070 -52 36 -3
112 -8 170 -11 58 -4 123 -8 145 -9 69 -6 237 -16 315 -20 166 -9 268 -17 400
-31 30 -3 71 -7 90 -9 19 -1 58 -6 85 -9 53 -6 94 -11 185 -21 30 -3 66 -8 80
-10 14 -3 48 -7 75 -10 42 -4 167 -20 315 -40 19 -3 51 -7 70 -10 19 -2 58 -7
85 -10 28 -3 91 -13 140 -21 50 -8 101 -17 115 -19 120 -19 235 -40 310 -55
30 -6 66 -14 80 -16 50 -10 145 -36 161 -44 9 -5 26 -44 39 -87 13 -43 26 -85
30 -93 17 -34 143 -297 153 -320 16 -34 87 -133 103 -143 7 -4 19 -13 26 -20
41 -37 84 -57 166 -77 l93 -22 89 20 c49 12 190 57 312 101 123 43 241 84 263
91 22 7 44 15 49 18 8 5 94 35 341 121 66 23 129 46 140 52 11 5 49 18 85 29
36 12 74 25 85 29 19 9 38 15 60 21 16 4 104 36 165 60 30 11 82 30 115 41 33
11 67 23 75 26 8 3 20 7 25 8 6 2 46 16 90 33 44 17 98 36 120 42 60 19 153
92 195 154 26 38 44 82 59 144 20 81 21 99 11 179 -14 112 -48 327 -60 373 -5
19 -11 46 -13 60 -3 14 -10 45 -17 70 -7 25 -14 54 -16 66 -6 31 -73 232 -95
284 -62 143 -172 348 -267 496 -97 152 -123 190 -157 228 -6 6 -36 43 -67 81
-30 39 -109 124 -175 190 -122 123 -132 133 -218 200 -27 22 -52 43 -55 46
-19 25 -364 244 -445 283 -187 90 -444 186 -580 216 -22 5 -78 18 -125 30
-130 31 -380 87 -430 95 -25 4 -54 9 -65 11 -36 7 -87 16 -170 30 -16 3 -37 7
-45 9 -8 2 -37 6 -65 10 -27 3 -57 8 -65 10 -8 2 -33 7 -55 10 -164 24 -323
47 -460 65 -88 12 -171 23 -185 25 -14 2 -50 7 -80 10 -30 3 -62 8 -70 10 -8
2 -46 7 -84 10 -38 3 -72 8 -75 10 -3 1 -44 6 -91 10 -47 4 -101 9 -120 11
-78 8 -199 18 -345 28 -38 3 -104 8 -145 11 -100 8 -175 13 -295 20 -55 3
-125 7 -155 9 -30 2 -120 7 -200 10 -80 4 -156 9 -170 12 -14 2 -83 6 -155 9
-71 4 -236 13 -365 22 -189 13 -430 17 -1225 18 -544 1 -1080 -1 -1190 -5z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.2 KiB

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
public/favicon-194x194.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
public/favicon-96x96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/mstile-144x144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
public/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
public/mstile-310x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
public/mstile-310x310.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
public/mstile-70x70.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,44 @@
<?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="558.000000pt" height="558.000000pt" viewBox="0 0 558.000000 558.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,558.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2378 5545 c-2 -2 -86 -6 -188 -10 -102 -4 -203 -8 -225 -10 -140
-11 -195 -16 -230 -21 -22 -2 -60 -7 -85 -10 -40 -4 -158 -23 -245 -39 -16 -3
-73 -17 -125 -30 -375 -94 -633 -345 -706 -689 -43 -202 -4 -429 112 -661 60
-118 207 -399 214 -410 13 -18 92 -167 140 -264 46 -92 156 -404 199 -561 33
-123 73 -330 91 -475 6 -44 13 -87 15 -95 4 -17 15 -129 20 -215 2 -33 7 -87
10 -120 3 -33 7 -87 10 -120 14 -167 71 -299 171 -400 l63 -63 -7 -49 c-16
-109 2 -453 29 -558 12 -47 60 -144 86 -175 60 -71 233 -234 286 -269 35 -22
73 -54 85 -70 30 -41 128 -113 187 -138 44 -18 119 -36 245 -59 46 -8 465 -7
533 1 167 21 302 80 397 175 36 36 88 80 117 98 70 45 222 204 265 279 38 64
72 171 84 263 4 30 12 66 19 80 26 52 43 167 43 298 l1 133 52 52 c125 124
171 242 193 492 3 28 28 131 56 230 28 99 53 187 55 195 23 94 115 395 145
474 125 329 186 499 195 543 14 68 -30 133 -101 149 -36 8 -1893 15 -1952 7
-52 -7 -92 -38 -107 -84 -11 -32 -8 -57 39 -294 10 -51 46 -244 51 -275 35
-211 56 -260 120 -279 17 -4 184 -8 373 -7 188 1 342 -3 342 -7 0 -5 -11 -41
-24 -80 -23 -67 -44 -140 -51 -179 -2 -9 -6 -54 -10 -100 -11 -156 -9 -151
-91 -235 -101 -104 -141 -179 -169 -313 -2 -8 -12 -43 -24 -77 -33 -98 -35
-121 -31 -341 1 -68 0 -124 -2 -126 -1 -1 -33 -21 -69 -45 -37 -23 -75 -53
-85 -67 -17 -22 -25 -24 -106 -24 -94 0 -85 -4 -171 72 -16 15 -39 30 -49 34
-21 6 -21 5 -17 104 4 146 1 209 -16 267 -9 32 -19 86 -20 119 -6 99 -47 235
-82 272 -7 7 -13 16 -13 20 0 7 -57 71 -126 142 -36 38 -35 33 -49 221 -3 42
-7 85 -9 95 -2 11 -7 44 -10 74 -4 30 -8 66 -11 80 -8 51 -36 216 -41 245 -3
17 -7 37 -9 45 -2 8 -7 31 -10 50 -27 159 -95 410 -169 621 -68 198 -236 556
-445 953 -62 118 -65 133 -26 137 6 0 18 2 27 4 9 2 34 6 55 9 21 3 52 8 68
10 85 14 188 26 250 31 39 3 92 7 118 10 117 9 464 18 722 18 245 0 362 -4
570 -18 28 -2 91 -6 140 -10 95 -6 180 -13 230 -20 284 -36 286 -37 393 -59
50 -11 58 -17 74 -63 29 -79 76 -153 106 -164 63 -25 60 -26 287 55 72 26 150
54 175 62 25 8 54 19 65 23 11 5 54 21 96 36 141 48 151 81 103 305 -61 275
-299 538 -569 625 -44 15 -143 40 -200 51 -11 2 -31 6 -45 9 -14 3 -41 8 -60
11 -19 2 -57 9 -85 14 -27 5 -93 14 -145 20 -52 6 -111 13 -130 16 -19 3 -62
7 -95 9 -33 3 -85 7 -115 10 -30 2 -108 7 -173 11 -66 3 -138 8 -160 10 -45 5
-835 13 -839 9z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB