1
0
mirror of https://github.com/elisspace/pops.git synced 2026-08-29 15:44:05 +00:00

updated favicon

This commit is contained in:
Eli
2022-05-04 08:53:56 +07:00
parent 66d043ca16
commit e94ebb1154
14 changed files with 57 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
This favicon was generated using the following graphics from Twitter Twemoji:
- Graphics Title: 1f3d8.svg
- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji)
- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f3d8.svg
- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

BIN
favicon_package_v0.16.zip Normal file

Binary file not shown.

View File

@@ -17,6 +17,9 @@
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="theme-color" content="#ffffff">
<title>
<?php

BIN
mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

25
safari-pinned-tab.svg Normal file
View File

@@ -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="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2315 5109 c-545 -53 -1079 -290 -1476 -657 -420 -388 -694 -875
-794 -1416 -132 -719 38 -1440 479 -2025 92 -123 284 -322 411 -426 502 -412
1154 -623 1787 -577 363 26 643 101 963 257 268 131 460 269 681 489 220 221
358 413 489 681 156 320 231 600 257 962 44 601 -140 1210 -515 1713 -93 124
-365 396 -489 488 -525 392 -1157 572 -1793 511z m333 -1068 c21 -11 373 -356
798 -783 618 -619 764 -770 774 -802 25 -80 -14 -177 -86 -211 -46 -21 -121
-22 -160 -2 -16 9 -337 324 -714 701 -377 377 -689 686 -695 686 -5 0 -325
-315 -710 -699 -770 -770 -731 -736 -827 -710 -60 16 -93 42 -117 92 -26 53
-26 100 -2 152 22 46 1526 1552 1576 1579 42 21 118 20 163 -3z m798 -1477
l244 -251 0 -627 0 -626 -340 0 -340 0 0 435 c0 415 -1 437 -21 490 -25 68
-101 153 -173 194 -224 128 -533 48 -638 -167 l-33 -67 -3 -442 -3 -443 -339
0 -340 0 1 628 0 627 557 568 557 569 313 -319 c172 -175 423 -431 558 -569z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1 +1,19 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}