Add favicons

This commit is contained in:
schmelczerandras 2020-09-20 11:24:51 +02:00
parent 5d0609b8b0
commit ace4779004
6 changed files with 10 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 B

BIN
static/favicons/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -7,18 +7,18 @@
<g id="ray-a">
<rect x="18" y="-3" height="6" rx="3">
<animate attributeName="width" values="20;25;20" dur="3s" repeatCount="indefinite" />
<animate attributeName="width" values="20;25;20" dur="4s" repeatCount="indefinite" />
</rect>
<circle cy="0" r="3">
<animate attributeName="cx" values="45;40;45" dur="3s" repeatCount="indefinite" />
<animate attributeName="cx" values="47;40;47" dur="4s" repeatCount="indefinite" />
</circle>
</g>
<g id="ray-b">
<rect x="18" y="-3" height="6" rx="3">
<animate attributeName="width" values="25;20;25" dur="3s" repeatCount="indefinite" />
<animate attributeName="width" values="25;20;25" dur="4s" repeatCount="indefinite" />
</rect>
<circle cy="0" r="3">
<animate attributeName="cx" values="40;45;40" dur="3s" repeatCount="indefinite" />
<animate attributeName="cx" values="40;47;40" dur="4s" repeatCount="indefinite" />
</circle>
</g>
</defs>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

View file

@ -2,18 +2,18 @@
<defs>
<g id="ray-a">
<rect x="18" y="-3" height="6" rx="3">
<animate attributeName="width" values="20;25;20" dur="3s" repeatCount="indefinite" />
<animate attributeName="width" values="20;25;20" dur="4s" repeatCount="indefinite" />
</rect>
<circle cy="0" r="3">
<animate attributeName="cx" values="45;40;45" dur="3s" repeatCount="indefinite" />
<animate attributeName="cx" values="47;40;47" dur="4s" repeatCount="indefinite" />
</circle>
</g>
<g id="ray-b">
<rect x="18" y="-3" height="6" rx="3">
<animate attributeName="width" values="25;20;25" dur="3s" repeatCount="indefinite" />
<animate attributeName="width" values="25;20;25" dur="4s" repeatCount="indefinite" />
</rect>
<circle cy="0" r="3">
<animate attributeName="cx" values="40;45;40" dur="3s" repeatCount="indefinite" />
<animate attributeName="cx" values="40;47;40" dur="4s" repeatCount="indefinite" />
</circle>
</g>
</defs>
@ -33,14 +33,11 @@
attributeName="transform"
type="rotate"
values="0;90"
dur="6s"
dur="8s"
repeatCount="indefinite"
/>
</g>
</mask>
<rect width="100%" height="100%" fill="white" mask="url(#mask)">
</rect>
<rect width="100%" height="100%" fill="white" mask="url(#mask)"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Before After
Before After