feat: update logo and favicon

This commit is contained in:
2023-12-21 21:19:17 +01:00
parent c2e3850082
commit f172318a78
3 changed files with 17 additions and 41 deletions

View File

@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" /> <link rel="icon" href="%sveltekit.assets%/icon.png" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
%sveltekit.head% %sveltekit.head%
</head> </head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,42 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg width="512" height="512" xmlns="http://www.w3.org/2000/svg">
<svg <mask id="inner">
viewBox="0 0 241130.1 252004" <rect x="0" y="0" width="100%" height="100%" fill="white"/>
version="1.1" <circle cx="256" cy="256" r="64" fill="black"/>
id="svg2" <rect x="256" y="192" width="256" height="128" fill="black"/>
width="241130.09" </mask>
height="252004" <mask id="outer">
xmlns="http://www.w3.org/2000/svg" <rect x="0" y="0" width="100%" height="100%" fill="white"/>
xmlns:svg="http://www.w3.org/2000/svg"> <circle cx="256" cy="256" r="160" fill="black" />
<defs </mask>
id="defs1">
<style <circle cx="256" cy="256" r="256" fill="black"/>
id="style1">.cls-1{fill:#fff;}</style>
</defs> <g mask="url(#inner)">
<title <circle cx="256" cy="256" r="226" fill="white" mask="url(#outer)" />
id="title1">Asset 3</title> <circle cx="256" cy="256" r="146" fill="white" />
<ellipse
style="fill:#000000;fill-opacity:1;stroke-width:2"
id="path3"
cx="245.52499"
cy="251"
rx="245.52499"
ry="251" />
<g
id="Layer_2"
data-name="Layer 2"
transform="matrix(0.88451777,0,0,0.88451777,28.353768,28.98604)">
<g
id="Layer_1-2"
data-name="Layer 1"
transform="matrix(0.93987996,0,0,0.93987996,7.7865873,15.09013)">
<path
class="cls-1"
d="M 251,429.09 A 177.55,177.55 0 1 1 412.42,177.5 h 78.63 C 459.63,74.74 364.05,0 251,0 112.38,0 0,112.38 0,251 0,389.62 112.38,502 251,502 364.05,502 459.63,427.26 491.05,324.5 H 412.92 A 177.59,177.59 0 0 1 251,429.09 Z"
id="path1" />
<path
class="cls-1"
d="m 255.65,324.5 a 73.5,73.5 0 0 1 0,-147 h 141.11 a 163.46,163.46 0 1 0 0.53,147 z"
id="path2" />
</g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 646 B