replace colors, logos and favicon

pull/4/head
Clement G 5 years ago committed by guhur
parent d9994db9e4
commit 5ec1341398

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

@ -0,0 +1,41 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

@ -3,13 +3,8 @@
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
@ -19,6 +14,22 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link rel="apple-touch-icon" sizes="57x57" href="%PUBLIC_URL%/favion/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="%PUBLIC_URL%/favion/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="%PUBLIC_URL%/favion/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="%PUBLIC_URL%/favion/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="%PUBLIC_URL%/favion/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="%PUBLIC_URL%/favion/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="%PUBLIC_URL%/favion/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="%PUBLIC_URL%/favion/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/favion/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="%PUBLIC_URL%/favion/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favion/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="%PUBLIC_URL%/favion/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favion/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/favion/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>Mieux Voter</title>
</head>
<body>

@ -3,13 +3,44 @@
"name": "App Mieux Voter (Front App for MVAPI)",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"src": "\/favicon\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/favicon\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/favicon\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/favicon\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/favicon\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/favicon\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#ffffff",
"background_color": "#2943a0"
}

@ -1,4 +1,4 @@
.App {
background-color:#2943a0;
}

@ -5,6 +5,7 @@ body {
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color:#2943a0;
}
code {

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="LOGO" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve">
<style type="text/css">
.st0{fill:#000000;}
</style>
<path class="st0" d="M200,0C89.54,0,0,89.54,0,200s89.54,200,200,200s200-89.54,200-200S310.46,0,200,0z M249.67,210.48
c-11.87,32.86-23.84,65.69-35.55,98.6c-1.4,3.94-3.16,5.48-7.41,5.31c-8.48-0.35-16.99-0.22-25.48-0.04
c-3.12,0.07-4.74-0.87-5.85-3.94c-8.77-24.43-17.67-48.81-26.65-73.16c-1.07-2.91-1.05-4.42,2.36-5.45
c6.85-2.06,13.63-4.38,20.29-6.97c3.22-1.25,4.29-0.33,5.26,2.7c5.26,16.48,10.7,32.91,16.08,49.35c0.5,1.54,1.06,3.06,1.64,4.71
c1.99-1.26,2-3.28,2.56-4.93c11.12-32.77,22.25-65.54,33.17-98.37c1.34-4.04,3-5.88,7.6-5.63c8.26,0.45,16.57,0.13,25.52,0.13
C258.54,185.81,254.12,198.15,249.67,210.48z M263.37,154.73c0.01,2.52-0.65,3.54-3.34,3.48c-7.66-0.15-15.33-0.19-22.99,0.01
c-3.09,0.08-3.52-1.28-3.48-3.87c0.12-7.45,0.04-14.9,0.04-22.59c-2.19,1.2-1.94,3.31-2.43,4.91c-4.76,15.41-9.49,30.83-13.94,46.32
c-0.96,3.36-2.37,4.44-5.83,4.32c-7.65-0.28-15.33-0.3-22.99,0.01c-3.58,0.14-4.78-1.21-5.72-4.45
c-4.73-16.28-9.75-32.48-14.68-48.71c-0.23-0.76-0.55-1.49-1.67-2.2c0,1.51,0,3.03,0,4.54c0,18-0.08,35.99,0.07,53.98
c0.03,3.35-0.68,4.69-4.34,4.55c-7.15-0.29-14.33-0.22-21.49-0.02c-2.96,0.08-4.04-0.63-4.03-3.83c0.11-33.16,0.11-66.31,0-99.47
c-0.01-3.38,1.15-4.16,4.29-4.11c10.99,0.16,22,0.19,32.99-0.01c3.26-0.06,4.56,1.07,5.56,4.13c6.06,18.66,12.35,37.24,18.59,55.84
c0.5,1.5,1.14,2.96,2.17,5.6c3.53-10.55,6.67-19.91,9.8-29.28c3.63-10.88,7.36-21.73,10.82-32.67c0.86-2.71,2.07-3.64,4.9-3.61
c11.33,0.15,22.66,0.14,33.99,0.01c2.78-0.03,3.75,0.77,3.73,3.64C263.28,112.41,263.29,133.57,263.37,154.73z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="LOGO" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve">
<style type="text/css">
.st0{fill:#2A43A0;}
</style>
<path class="st0" d="M200,0C89.54,0,0,89.54,0,200s89.54,200,200,200s200-89.54,200-200S310.46,0,200,0z M249.67,210.48
c-11.87,32.86-23.84,65.69-35.55,98.6c-1.4,3.94-3.16,5.48-7.41,5.31c-8.48-0.35-16.99-0.22-25.48-0.04
c-3.12,0.07-4.74-0.87-5.85-3.94c-8.77-24.43-17.67-48.81-26.65-73.16c-1.07-2.91-1.05-4.42,2.36-5.45
c6.85-2.06,13.63-4.38,20.29-6.97c3.22-1.25,4.29-0.33,5.26,2.7c5.26,16.48,10.7,32.91,16.08,49.35c0.5,1.54,1.06,3.06,1.64,4.71
c1.99-1.26,2-3.28,2.56-4.93c11.12-32.77,22.25-65.54,33.17-98.37c1.34-4.04,3-5.88,7.6-5.63c8.26,0.45,16.57,0.13,25.52,0.13
C258.54,185.81,254.12,198.15,249.67,210.48z M263.37,154.73c0.01,2.52-0.65,3.54-3.34,3.48c-7.66-0.15-15.33-0.19-22.99,0.01
c-3.09,0.08-3.52-1.28-3.48-3.87c0.12-7.45,0.04-14.9,0.04-22.59c-2.19,1.2-1.94,3.31-2.43,4.91c-4.76,15.41-9.49,30.83-13.94,46.32
c-0.96,3.36-2.37,4.44-5.83,4.32c-7.65-0.28-15.33-0.3-22.99,0.01c-3.58,0.14-4.78-1.21-5.72-4.45
c-4.73-16.28-9.75-32.48-14.68-48.71c-0.23-0.76-0.55-1.49-1.67-2.2c0,1.51,0,3.03,0,4.54c0,18-0.08,35.99,0.07,53.98
c0.03,3.35-0.68,4.69-4.34,4.55c-7.15-0.29-14.33-0.22-21.49-0.02c-2.96,0.08-4.04-0.63-4.03-3.83c0.11-33.16,0.11-66.31,0-99.47
c-0.01-3.38,1.15-4.16,4.29-4.11c10.99,0.16,22,0.19,32.99-0.01c3.26-0.06,4.56,1.07,5.56,4.13c6.06,18.66,12.35,37.24,18.59,55.84
c0.5,1.5,1.14,2.96,2.17,5.6c3.53-10.55,6.67-19.91,9.8-29.28c3.63-10.88,7.36-21.73,10.82-32.67c0.86-2.71,2.07-3.64,4.9-3.61
c11.33,0.15,22.66,0.14,33.99,0.01c2.78-0.03,3.75,0.77,3.73,3.64C263.28,112.41,263.29,133.57,263.37,154.73z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="LOGO" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve">
<style type="text/css">
.st0{fill:#2A43A0;}
.st1{fill:#EE455B;}
.st2{fill:#FDFDFE;}
</style>
<circle id="BACKGROUND" class="st0" cx="200" cy="200" r="200"/>
<path id="V" class="st1" d="M194.36,281.6c1.99-1.26,2-3.28,2.56-4.93c11.12-32.77,22.25-65.54,33.17-98.37
c1.34-4.04,3-5.88,7.6-5.63c8.26,0.45,16.57,0.13,25.52,0.13c-4.67,13.01-9.09,25.35-13.54,37.68
c-11.87,32.86-23.84,65.69-35.55,98.6c-1.4,3.94-3.16,5.48-7.41,5.31c-8.48-0.35-16.99-0.22-25.48-0.04
c-3.12,0.07-4.74-0.87-5.85-3.94c-8.77-24.43-17.67-48.81-26.65-73.16c-1.07-2.91-1.05-4.42,2.36-5.45
c6.85-2.06,13.63-4.38,20.29-6.97c3.22-1.25,4.29-0.33,5.26,2.7c5.26,16.48,10.7,32.91,16.08,49.35
C193.22,278.43,193.78,279.95,194.36,281.6z"/>
<path id="M" class="st2" d="M200.14,153.15c3.53-10.55,6.67-19.91,9.8-29.28c3.63-10.88,7.36-21.73,10.82-32.67
c0.86-2.71,2.07-3.64,4.9-3.61c11.33,0.15,22.66,0.14,33.99,0.01c2.78-0.03,3.75,0.77,3.73,3.64c-0.1,21.16-0.09,42.32-0.01,63.48
c0.01,2.52-0.65,3.54-3.34,3.48c-7.66-0.15-15.33-0.19-22.99,0.01c-3.09,0.08-3.52-1.28-3.48-3.87c0.12-7.45,0.04-14.9,0.04-22.59
c-2.19,1.2-1.94,3.31-2.43,4.91c-4.76,15.41-9.49,30.83-13.94,46.32c-0.96,3.36-2.37,4.44-5.83,4.32
c-7.65-0.28-15.33-0.3-22.99,0.01c-3.58,0.14-4.78-1.21-5.72-4.45c-4.73-16.28-9.75-32.48-14.68-48.71
c-0.23-0.76-0.55-1.49-1.67-2.2c0,1.51,0,3.03,0,4.54c0,18-0.08,35.99,0.07,53.98c0.03,3.35-0.68,4.69-4.34,4.55
c-7.15-0.29-14.33-0.22-21.49-0.02c-2.96,0.08-4.04-0.63-4.03-3.83c0.11-33.16,0.11-66.31,0-99.47c-0.01-3.38,1.15-4.16,4.29-4.11
c10.99,0.16,22,0.19,32.99-0.01c3.26-0.06,4.56,1.07,5.56,4.13c6.06,18.66,12.35,37.24,18.59,55.84
C198.48,149.05,199.11,150.5,200.14,153.15z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="LOGO" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve">
<style type="text/css">
.st0{fill:#000000;}
</style>
<path class="st0" d="M200,8c25.92,0,51.07,5.08,74.73,15.09c22.86,9.67,43.4,23.51,61.03,41.15c17.64,17.64,31.48,38.17,41.15,61.03
C386.92,148.93,392,174.08,392,200s-5.08,51.07-15.09,74.73c-9.67,22.86-23.51,43.4-41.15,61.03
c-17.64,17.64-38.17,31.48-61.03,41.15C251.07,386.92,225.92,392,200,392s-51.07-5.08-74.73-15.09
c-22.86-9.67-43.4-23.51-61.03-41.15c-17.64-17.64-31.48-38.17-41.15-61.03C13.08,251.07,8,225.92,8,200s5.08-51.07,15.08-74.73
c9.67-22.86,23.51-43.4,41.15-61.03c17.64-17.64,38.17-31.48,61.03-41.15C148.93,13.08,174.08,8,200,8 M157.57,79.72
c-5.34,0-10.77-0.04-16.61-0.13c-0.13,0-0.25,0-0.37,0c-1.39,0-5.63,0-8.83,3.21c-3.23,3.24-3.21,7.53-3.21,8.93
c0.11,32.12,0.12,65.57,0,99.42c0,1.37-0.02,5.55,3.15,8.73c3.12,3.13,7.15,3.13,8.47,3.13c0.21,0,0.42,0,0.63-0.01
c4.16-0.11,7.78-0.17,11.09-0.17c3.53,0,6.76,0.06,9.86,0.19c0.29,0.01,0.57,0.02,0.84,0.02c3.59,0,6.49-1.08,8.61-3.22
c3.27-3.29,3.23-7.73,3.22-9.4c-0.02-2.5-0.04-5.01-0.05-7.53c0.22,0.74,0.43,1.48,0.65,2.22c1.97,6.79,6.32,10.23,12.91,10.23
c0.26,0,0.54-0.01,0.82-0.02c3.58-0.14,7.29-0.22,11.03-0.22c3.68,0,7.5,0.07,11.35,0.21c0.27,0.01,0.54,0.01,0.8,0.01
c1.34,0,2.79-0.15,4.24-0.56c-7.07,21.09-14.23,42.25-21.28,63.04c-3.54-10.78-7.15-21.8-10.62-32.69
c-2.45-7.67-7.68-8.82-10.58-8.82c-1.62,0-3.32,0.35-5.2,1.08c-6.4,2.48-13.03,4.76-19.71,6.77c-3.66,1.1-6.22,3.07-7.61,5.86
c-2.1,4.2-0.59,8.28,0.05,10.02c9.7,26.29,18.41,50.2,26.63,73.09c2.17,6.04,6.69,9.24,13.07,9.24c0.16,0,0.31,0,0.47-0.01
c4.28-0.09,8.89-0.18,13.54-0.18c4.19,0,7.93,0.07,11.45,0.21c0.32,0.01,0.64,0.02,0.94,0.02c10.55,0,13.4-8.01,14.33-10.64
c8.58-24.11,17.45-48.58,26.02-72.25c3.18-8.77,6.35-17.54,9.52-26.31c3.04-8.42,6.07-16.85,9.17-25.5c1.44-4.01,2.9-8.07,4.38-12.2
c0.88-2.45,0.51-5.18-0.99-7.31c-1.05-1.49-2.55-2.55-4.25-3.06c1.05-0.49,1.98-1.15,2.81-1.98c3.08-3.09,3.07-7.13,3.06-8.46
c-0.08-23.52-0.08-44.26,0.01-63.42c0.01-1.34,0.03-5.41-3.11-8.55c-3.12-3.13-7.15-3.13-8.47-3.13l-0.24,0
c-5.84,0.07-11.56,0.1-17,0.1c-5.74,0-11.38-0.04-16.79-0.11l-0.27,0c-4.32,0-9.97,1.6-12.37,9.2c-2.55,8.06-5.3,16.25-7.97,24.17
c-0.94,2.79-1.88,5.58-2.81,8.38c-0.78,2.35-1.57,4.7-2.36,7.07c-4.33-12.9-8.75-26.12-12.99-39.17c-2.08-6.41-6.43-9.66-12.93-9.66
c-0.12,0-0.25,0-0.38,0C168.53,79.67,163.11,79.72,157.57,79.72 M230.91,164.86c0.33,0.18,0.68,0.35,1.03,0.49
c-0.46,0.14-0.91,0.31-1.33,0.49C230.71,165.51,230.81,165.19,230.91,164.86 M200,0C89.54,0,0,89.54,0,200s89.54,200,200,200
s200-89.54,200-200S310.46,0,200,0L200,0z M157.57,87.72c5.42,0,10.84-0.04,16.26-0.14c0.08,0,0.16,0,0.24,0
c3.08,0,4.35,1.14,5.32,4.13c6.06,18.66,12.35,37.24,18.59,55.84c0.5,1.5,1.14,2.96,2.17,5.6c3.53-10.55,6.67-19.91,9.8-29.28
c3.63-10.88,7.36-21.73,10.82-32.67c0.84-2.66,2.02-3.61,4.74-3.61c0.05,0,0.11,0,0.16,0c5.63,0.08,11.26,0.11,16.9,0.11
c5.7,0,11.4-0.04,17.09-0.1c0.05,0,0.1,0,0.15,0c2.66,0,3.59,0.82,3.58,3.65c-0.1,21.16-0.09,42.32-0.01,63.48
c0.01,2.45-0.61,3.48-3.15,3.48c-0.06,0-0.13,0-0.2,0c-3.95-0.08-7.91-0.13-11.86-0.13c-3.71,0-7.42,0.04-11.13,0.14
c-0.09,0-0.17,0-0.26,0c-2.86,0-3.26-1.36-3.22-3.87c0.12-7.45,0.04-14.9,0.04-22.59c-2.19,1.2-1.94,3.31-2.43,4.91
c-4.76,15.41-9.49,30.83-13.94,46.32c-0.91,3.19-2.23,4.33-5.32,4.33c-0.16,0-0.33,0-0.51-0.01c-3.87-0.14-7.76-0.22-11.64-0.22
c-3.79,0-7.57,0.07-11.35,0.22c-0.17,0.01-0.33,0.01-0.49,0.01c-3.2,0-4.33-1.38-5.22-4.47c-4.73-16.28-9.75-32.48-14.68-48.71
c-0.23-0.76-0.55-1.49-1.67-2.2c0,1.51,0,3.03,0,4.54c0,17.99-0.08,35.99,0.07,53.98c0.03,3.18-0.62,4.56-3.82,4.56
c-0.17,0-0.34,0-0.52-0.01c-3.39-0.14-6.79-0.19-10.18-0.19c-3.77,0-7.54,0.07-11.3,0.17c-0.14,0-0.28,0.01-0.42,0.01
c-2.65,0-3.63-0.79-3.62-3.83c0.11-33.16,0.11-66.32,0-99.47c-0.01-3.29,1.09-4.11,4.04-4.11c0.08,0,0.17,0,0.25,0
C146.42,87.67,152,87.72,157.57,87.72L157.57,87.72z M194.36,281.6c1.99-1.26,2-3.28,2.56-4.93c11.12-32.77,22.25-65.54,33.17-98.37
c1.26-3.8,2.8-5.65,6.8-5.65c0.26,0,0.52,0.01,0.8,0.02c3.39,0.18,6.79,0.24,10.24,0.24c4.95,0,10-0.11,15.28-0.11
c-4.67,13.01-9.09,25.35-13.54,37.68c-11.87,32.86-23.84,65.69-35.55,98.6c-1.33,3.74-2.98,5.32-6.79,5.32c-0.2,0-0.41,0-0.62-0.01
c-3.92-0.16-7.85-0.22-11.78-0.22c-4.57,0-9.14,0.08-13.71,0.18c-0.1,0-0.2,0-0.3,0c-2.92,0-4.48-0.97-5.54-3.94
c-8.77-24.43-17.67-48.81-26.65-73.16c-1.07-2.91-1.05-4.42,2.36-5.45c6.85-2.06,13.63-4.38,20.29-6.97
c0.93-0.36,1.68-0.54,2.31-0.54c1.53,0,2.27,1.09,2.96,3.25c5.26,16.48,10.7,32.91,16.08,49.35
C193.22,278.43,193.78,279.95,194.36,281.6L194.36,281.6z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="LOGO" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve">
<style type="text/css">
.st0{fill:#2943A0;}
</style>
<path class="st0" d="M200,8c25.92,0,51.07,5.08,74.73,15.09c22.86,9.67,43.4,23.51,61.03,41.15c17.64,17.64,31.48,38.17,41.15,61.03
C386.92,148.93,392,174.08,392,200s-5.08,51.07-15.09,74.73c-9.67,22.86-23.51,43.4-41.15,61.03
c-17.64,17.64-38.17,31.48-61.03,41.15C251.07,386.92,225.92,392,200,392s-51.07-5.08-74.73-15.09
c-22.86-9.67-43.4-23.51-61.03-41.15c-17.64-17.64-31.48-38.17-41.15-61.03C13.08,251.07,8,225.92,8,200s5.08-51.07,15.08-74.73
c9.67-22.86,23.51-43.4,41.15-61.03c17.64-17.64,38.17-31.48,61.03-41.15C148.93,13.08,174.08,8,200,8 M157.57,79.72
c-5.34,0-10.77-0.04-16.61-0.13c-0.13,0-0.25,0-0.37,0c-1.39,0-5.63,0-8.83,3.21c-3.23,3.24-3.21,7.53-3.21,8.93
c0.11,32.12,0.12,65.57,0,99.42c0,1.37-0.02,5.55,3.15,8.73c3.12,3.13,7.15,3.13,8.47,3.13c0.21,0,0.42,0,0.63-0.01
c4.16-0.11,7.78-0.17,11.09-0.17c3.53,0,6.76,0.06,9.86,0.19c0.29,0.01,0.57,0.02,0.84,0.02c3.59,0,6.49-1.08,8.61-3.22
c3.27-3.29,3.23-7.73,3.22-9.4c-0.02-2.5-0.04-5.01-0.05-7.53c0.22,0.74,0.43,1.48,0.65,2.22c1.97,6.79,6.32,10.23,12.91,10.23
c0.26,0,0.54-0.01,0.82-0.02c3.58-0.14,7.29-0.22,11.03-0.22c3.68,0,7.5,0.07,11.35,0.21c0.27,0.01,0.54,0.01,0.8,0.01
c1.34,0,2.79-0.15,4.24-0.56c-7.07,21.09-14.23,42.25-21.28,63.04c-3.54-10.78-7.15-21.8-10.62-32.69
c-2.45-7.67-7.68-8.82-10.58-8.82c-1.62,0-3.32,0.35-5.2,1.08c-6.4,2.48-13.03,4.76-19.71,6.77c-3.66,1.1-6.22,3.07-7.61,5.86
c-2.1,4.2-0.59,8.28,0.05,10.02c9.7,26.29,18.41,50.2,26.63,73.09c2.17,6.04,6.69,9.24,13.07,9.24c0.16,0,0.31,0,0.47-0.01
c4.28-0.09,8.89-0.18,13.54-0.18c4.19,0,7.93,0.07,11.45,0.21c0.32,0.01,0.64,0.02,0.94,0.02c10.55,0,13.4-8.01,14.33-10.64
c8.58-24.11,17.45-48.58,26.02-72.25c3.18-8.77,6.35-17.54,9.52-26.31c3.04-8.42,6.07-16.85,9.17-25.5c1.44-4.01,2.9-8.07,4.38-12.2
c0.88-2.45,0.51-5.18-0.99-7.31c-1.05-1.49-2.55-2.55-4.25-3.06c1.05-0.49,1.98-1.15,2.81-1.98c3.08-3.09,3.07-7.13,3.06-8.46
c-0.08-23.52-0.08-44.26,0.01-63.42c0.01-1.34,0.03-5.41-3.11-8.55c-3.12-3.13-7.15-3.13-8.47-3.13l-0.24,0
c-5.84,0.07-11.56,0.1-17,0.1c-5.74,0-11.38-0.04-16.79-0.11l-0.27,0c-4.32,0-9.97,1.6-12.37,9.2c-2.55,8.06-5.3,16.25-7.97,24.17
c-0.94,2.79-1.88,5.58-2.81,8.38c-0.78,2.35-1.57,4.7-2.36,7.07c-4.33-12.9-8.75-26.12-12.99-39.17c-2.08-6.41-6.43-9.66-12.93-9.66
c-0.12,0-0.25,0-0.38,0C168.53,79.67,163.11,79.72,157.57,79.72 M230.91,164.86c0.33,0.18,0.68,0.35,1.03,0.49
c-0.46,0.14-0.91,0.31-1.33,0.49C230.71,165.51,230.81,165.19,230.91,164.86 M200,0C89.54,0,0,89.54,0,200s89.54,200,200,200
s200-89.54,200-200S310.46,0,200,0L200,0z M157.57,87.72c5.42,0,10.84-0.04,16.26-0.14c0.08,0,0.16,0,0.24,0
c3.08,0,4.35,1.14,5.32,4.13c6.06,18.66,12.35,37.24,18.59,55.84c0.5,1.5,1.14,2.96,2.17,5.6c3.53-10.55,6.67-19.91,9.8-29.28
c3.63-10.88,7.36-21.73,10.82-32.67c0.84-2.66,2.02-3.61,4.74-3.61c0.05,0,0.11,0,0.16,0c5.63,0.08,11.26,0.11,16.9,0.11
c5.7,0,11.4-0.04,17.09-0.1c0.05,0,0.1,0,0.15,0c2.66,0,3.59,0.82,3.58,3.65c-0.1,21.16-0.09,42.32-0.01,63.48
c0.01,2.45-0.61,3.48-3.15,3.48c-0.06,0-0.13,0-0.2,0c-3.95-0.08-7.91-0.13-11.86-0.13c-3.71,0-7.42,0.04-11.13,0.14
c-0.09,0-0.17,0-0.26,0c-2.86,0-3.26-1.36-3.22-3.87c0.12-7.45,0.04-14.9,0.04-22.59c-2.19,1.2-1.94,3.31-2.43,4.91
c-4.76,15.41-9.49,30.83-13.94,46.32c-0.91,3.19-2.23,4.33-5.32,4.33c-0.16,0-0.33,0-0.51-0.01c-3.87-0.14-7.76-0.22-11.64-0.22
c-3.79,0-7.57,0.07-11.35,0.22c-0.17,0.01-0.33,0.01-0.49,0.01c-3.2,0-4.33-1.38-5.22-4.47c-4.73-16.28-9.75-32.48-14.68-48.71
c-0.23-0.76-0.55-1.49-1.67-2.2c0,1.51,0,3.03,0,4.54c0,17.99-0.08,35.99,0.07,53.98c0.03,3.18-0.62,4.56-3.82,4.56
c-0.17,0-0.34,0-0.52-0.01c-3.39-0.14-6.79-0.19-10.18-0.19c-3.77,0-7.54,0.07-11.3,0.17c-0.14,0-0.28,0.01-0.42,0.01
c-2.65,0-3.63-0.79-3.62-3.83c0.11-33.16,0.11-66.32,0-99.47c-0.01-3.29,1.09-4.11,4.04-4.11c0.08,0,0.17,0,0.25,0
C146.42,87.67,152,87.72,157.57,87.72L157.57,87.72z M194.36,281.6c1.99-1.26,2-3.28,2.56-4.93c11.12-32.77,22.25-65.54,33.17-98.37
c1.26-3.8,2.8-5.65,6.8-5.65c0.26,0,0.52,0.01,0.8,0.02c3.39,0.18,6.79,0.24,10.24,0.24c4.95,0,10-0.11,15.28-0.11
c-4.67,13.01-9.09,25.35-13.54,37.68c-11.87,32.86-23.84,65.69-35.55,98.6c-1.33,3.74-2.98,5.32-6.79,5.32c-0.2,0-0.41,0-0.62-0.01
c-3.92-0.16-7.85-0.22-11.78-0.22c-4.57,0-9.14,0.08-13.71,0.18c-0.1,0-0.2,0-0.3,0c-2.92,0-4.48-0.97-5.54-3.94
c-8.77-24.43-17.67-48.81-26.65-73.16c-1.07-2.91-1.05-4.42,2.36-5.45c6.85-2.06,13.63-4.38,20.29-6.97
c0.93-0.36,1.68-0.54,2.31-0.54c1.53,0,2.27,1.09,2.96,3.25c5.26,16.48,10.7,32.91,16.08,49.35
C193.22,278.43,193.78,279.95,194.36,281.6L194.36,281.6z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="LOGO" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve">
<style type="text/css">
.st0{fill:#ffffff;}
</style>
<path class="st0" d="M200,8c25.92,0,51.07,5.08,74.73,15.09c22.86,9.67,43.4,23.51,61.03,41.15c17.64,17.64,31.48,38.17,41.15,61.03
C386.92,148.93,392,174.08,392,200s-5.08,51.07-15.09,74.73c-9.67,22.86-23.51,43.4-41.15,61.03
c-17.64,17.64-38.17,31.48-61.03,41.15C251.07,386.92,225.92,392,200,392s-51.07-5.08-74.73-15.09
c-22.86-9.67-43.4-23.51-61.03-41.15c-17.64-17.64-31.48-38.17-41.15-61.03C13.08,251.07,8,225.92,8,200s5.08-51.07,15.08-74.73
c9.67-22.86,23.51-43.4,41.15-61.03c17.64-17.64,38.17-31.48,61.03-41.15C148.93,13.08,174.08,8,200,8 M157.57,79.72
c-5.34,0-10.77-0.04-16.61-0.13c-0.13,0-0.25,0-0.37,0c-1.39,0-5.63,0-8.83,3.21c-3.23,3.24-3.21,7.53-3.21,8.93
c0.11,32.12,0.12,65.57,0,99.42c0,1.37-0.02,5.55,3.15,8.73c3.12,3.13,7.15,3.13,8.47,3.13c0.21,0,0.42,0,0.63-0.01
c4.16-0.11,7.78-0.17,11.09-0.17c3.53,0,6.76,0.06,9.86,0.19c0.29,0.01,0.57,0.02,0.84,0.02c3.59,0,6.49-1.08,8.61-3.22
c3.27-3.29,3.23-7.73,3.22-9.4c-0.02-2.5-0.04-5.01-0.05-7.53c0.22,0.74,0.43,1.48,0.65,2.22c1.97,6.79,6.32,10.23,12.91,10.23
c0.26,0,0.54-0.01,0.82-0.02c3.58-0.14,7.29-0.22,11.03-0.22c3.68,0,7.5,0.07,11.35,0.21c0.27,0.01,0.54,0.01,0.8,0.01
c1.34,0,2.79-0.15,4.24-0.56c-7.07,21.09-14.23,42.25-21.28,63.04c-3.54-10.78-7.15-21.8-10.62-32.69
c-2.45-7.67-7.68-8.82-10.58-8.82c-1.62,0-3.32,0.35-5.2,1.08c-6.4,2.48-13.03,4.76-19.71,6.77c-3.66,1.1-6.22,3.07-7.61,5.86
c-2.1,4.2-0.59,8.28,0.05,10.02c9.7,26.29,18.41,50.2,26.63,73.09c2.17,6.04,6.69,9.24,13.07,9.24c0.16,0,0.31,0,0.47-0.01
c4.28-0.09,8.89-0.18,13.54-0.18c4.19,0,7.93,0.07,11.45,0.21c0.32,0.01,0.64,0.02,0.94,0.02c10.55,0,13.4-8.01,14.33-10.64
c8.58-24.11,17.45-48.58,26.02-72.25c3.18-8.77,6.35-17.54,9.52-26.31c3.04-8.42,6.07-16.85,9.17-25.5c1.44-4.01,2.9-8.07,4.38-12.2
c0.88-2.45,0.51-5.18-0.99-7.31c-1.05-1.49-2.55-2.55-4.25-3.06c1.05-0.49,1.98-1.15,2.81-1.98c3.08-3.09,3.07-7.13,3.06-8.46
c-0.08-23.52-0.08-44.26,0.01-63.42c0.01-1.34,0.03-5.41-3.11-8.55c-3.12-3.13-7.15-3.13-8.47-3.13l-0.24,0
c-5.84,0.07-11.56,0.1-17,0.1c-5.74,0-11.38-0.04-16.79-0.11l-0.27,0c-4.32,0-9.97,1.6-12.37,9.2c-2.55,8.06-5.3,16.25-7.97,24.17
c-0.94,2.79-1.88,5.58-2.81,8.38c-0.78,2.35-1.57,4.7-2.36,7.07c-4.33-12.9-8.75-26.12-12.99-39.17c-2.08-6.41-6.43-9.66-12.93-9.66
c-0.12,0-0.25,0-0.38,0C168.53,79.67,163.11,79.72,157.57,79.72 M230.91,164.86c0.33,0.18,0.68,0.35,1.03,0.49
c-0.46,0.14-0.91,0.31-1.33,0.49C230.71,165.51,230.81,165.19,230.91,164.86 M200,0C89.54,0,0,89.54,0,200s89.54,200,200,200
s200-89.54,200-200S310.46,0,200,0L200,0z M157.57,87.72c5.42,0,10.84-0.04,16.26-0.14c0.08,0,0.16,0,0.24,0
c3.08,0,4.35,1.14,5.32,4.13c6.06,18.66,12.35,37.24,18.59,55.84c0.5,1.5,1.14,2.96,2.17,5.6c3.53-10.55,6.67-19.91,9.8-29.28
c3.63-10.88,7.36-21.73,10.82-32.67c0.84-2.66,2.02-3.61,4.74-3.61c0.05,0,0.11,0,0.16,0c5.63,0.08,11.26,0.11,16.9,0.11
c5.7,0,11.4-0.04,17.09-0.1c0.05,0,0.1,0,0.15,0c2.66,0,3.59,0.82,3.58,3.65c-0.1,21.16-0.09,42.32-0.01,63.48
c0.01,2.45-0.61,3.48-3.15,3.48c-0.06,0-0.13,0-0.2,0c-3.95-0.08-7.91-0.13-11.86-0.13c-3.71,0-7.42,0.04-11.13,0.14
c-0.09,0-0.17,0-0.26,0c-2.86,0-3.26-1.36-3.22-3.87c0.12-7.45,0.04-14.9,0.04-22.59c-2.19,1.2-1.94,3.31-2.43,4.91
c-4.76,15.41-9.49,30.83-13.94,46.32c-0.91,3.19-2.23,4.33-5.32,4.33c-0.16,0-0.33,0-0.51-0.01c-3.87-0.14-7.76-0.22-11.64-0.22
c-3.79,0-7.57,0.07-11.35,0.22c-0.17,0.01-0.33,0.01-0.49,0.01c-3.2,0-4.33-1.38-5.22-4.47c-4.73-16.28-9.75-32.48-14.68-48.71
c-0.23-0.76-0.55-1.49-1.67-2.2c0,1.51,0,3.03,0,4.54c0,17.99-0.08,35.99,0.07,53.98c0.03,3.18-0.62,4.56-3.82,4.56
c-0.17,0-0.34,0-0.52-0.01c-3.39-0.14-6.79-0.19-10.18-0.19c-3.77,0-7.54,0.07-11.3,0.17c-0.14,0-0.28,0.01-0.42,0.01
c-2.65,0-3.63-0.79-3.62-3.83c0.11-33.16,0.11-66.32,0-99.47c-0.01-3.29,1.09-4.11,4.04-4.11c0.08,0,0.17,0,0.25,0
C146.42,87.67,152,87.72,157.57,87.72L157.57,87.72z M194.36,281.6c1.99-1.26,2-3.28,2.56-4.93c11.12-32.77,22.25-65.54,33.17-98.37
c1.26-3.8,2.8-5.65,6.8-5.65c0.26,0,0.52,0.01,0.8,0.02c3.39,0.18,6.79,0.24,10.24,0.24c4.95,0,10-0.11,15.28-0.11
c-4.67,13.01-9.09,25.35-13.54,37.68c-11.87,32.86-23.84,65.69-35.55,98.6c-1.33,3.74-2.98,5.32-6.79,5.32c-0.2,0-0.41,0-0.62-0.01
c-3.92-0.16-7.85-0.22-11.78-0.22c-4.57,0-9.14,0.08-13.71,0.18c-0.1,0-0.2,0-0.3,0c-2.92,0-4.48-0.97-5.54-3.94
c-8.77-24.43-17.67-48.81-26.65-73.16c-1.07-2.91-1.05-4.42,2.36-5.45c6.85-2.06,13.63-4.38,20.29-6.97
c0.93-0.36,1.68-0.54,2.31-0.54c1.53,0,2.27,1.09,2.96,3.25c5.26,16.48,10.7,32.91,16.08,49.35
C193.22,278.43,193.78,279.95,194.36,281.6L194.36,281.6z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="LOGO" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<path class="st0" d="M200,0C89.54,0,0,89.54,0,200s89.54,200,200,200s200-89.54,200-200S310.46,0,200,0z M249.67,210.48
c-11.87,32.86-23.84,65.69-35.55,98.6c-1.4,3.94-3.16,5.48-7.41,5.31c-8.48-0.35-16.99-0.22-25.48-0.04
c-3.12,0.07-4.74-0.87-5.85-3.94c-8.77-24.43-17.67-48.81-26.65-73.16c-1.07-2.91-1.05-4.42,2.36-5.45
c6.85-2.06,13.63-4.38,20.29-6.97c3.22-1.25,4.29-0.33,5.26,2.7c5.26,16.48,10.7,32.91,16.08,49.35c0.5,1.54,1.06,3.06,1.64,4.71
c1.99-1.26,2-3.28,2.56-4.93c11.12-32.77,22.25-65.54,33.17-98.37c1.34-4.04,3-5.88,7.6-5.63c8.26,0.45,16.57,0.13,25.52,0.13
C258.54,185.81,254.12,198.15,249.67,210.48z M263.37,154.73c0.01,2.52-0.65,3.54-3.34,3.48c-7.66-0.15-15.33-0.19-22.99,0.01
c-3.09,0.08-3.52-1.28-3.48-3.87c0.12-7.45,0.04-14.9,0.04-22.59c-2.19,1.2-1.94,3.31-2.43,4.91c-4.76,15.41-9.49,30.83-13.94,46.32
c-0.96,3.36-2.37,4.44-5.83,4.32c-7.65-0.28-15.33-0.3-22.99,0.01c-3.58,0.14-4.78-1.21-5.72-4.45
c-4.73-16.28-9.75-32.48-14.68-48.71c-0.23-0.76-0.55-1.49-1.67-2.2c0,1.51,0,3.03,0,4.54c0,18-0.08,35.99,0.07,53.98
c0.03,3.35-0.68,4.69-4.34,4.55c-7.15-0.29-14.33-0.22-21.49-0.02c-2.96,0.08-4.04-0.63-4.03-3.83c0.11-33.16,0.11-66.31,0-99.47
c-0.01-3.38,1.15-4.16,4.29-4.11c10.99,0.16,22,0.19,32.99-0.01c3.26-0.06,4.56,1.07,5.56,4.13c6.06,18.66,12.35,37.24,18.59,55.84
c0.5,1.5,1.14,2.96,2.17,5.6c3.53-10.55,6.67-19.91,9.8-29.28c3.63-10.88,7.36-21.73,10.82-32.67c0.86-2.71,2.07-3.64,4.9-3.61
c11.33,0.15,22.66,0.14,33.99,0.01c2.78-0.03,3.75,0.77,3.73,3.64C263.28,112.41,263.29,133.57,263.37,154.73z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

Loading…
Cancel
Save