Updating Bisq markets logo and favicons.

This commit is contained in:
softsimon
2021-08-11 20:31:05 +03:00
parent d76f42296a
commit ddd6420d9b
15 changed files with 58 additions and 24 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/resources/bisq/favicons/mstile-150x150.png"/>
<TileColor>#000000</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1,18 @@
<?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="501.000000pt" height="501.000000pt" viewBox="0 0 501.000000 501.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,501.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M555 4997 c-132 -14 -247 -66 -345 -155 -109 -98 -171 -208 -199
-352 -8 -39 -10 -634 -9 -2020 l3 -1965 27 -73 c77 -210 218 -343 433 -408 57
-17 160 -18 2025 -18 1595 0 1975 2 2020 13 30 7 93 31 139 53 164 78 299 252
333 430 19 96 17 3913 -2 4003 -51 247 -237 433 -485 485 -47 10 -461 13
-1965 14 -1048 1 -1936 -2 -1975 -7z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 855 B

View File

@@ -0,0 +1,19 @@
{
"name": "bisq.markets",
"short_name": "bisq.markets",
"icons": [
{
"src": "/resources/bisq/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/resources/bisq/favicons/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}