Update favicon

This commit is contained in:
Charles Gould 2020-10-11 00:34:24 -04:00
parent 5d769c3989
commit 2adf0a44a1
3 changed files with 77 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="1.0 (4035a4f, 2020-05-01)"
sodipodi:docname="logo.svg"
id="svg8"
version="1.1"
viewBox="0 0 64 64"
height="64mm"
width="64mm">
<defs
id="defs2" />
<sodipodi:namedview
inkscape:window-maximized="0"
inkscape:window-y="23"
inkscape:window-x="0"
inkscape:window-height="791"
inkscape:window-width="1252"
showgrid="false"
inkscape:document-rotation="0"
inkscape:current-layer="layer1"
inkscape:document-units="mm"
inkscape:cy="291.42857"
inkscape:cx="297.14282"
inkscape:zoom="0.35"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-13.607147,-35.529762)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<circle
r="32"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
cy="67.529762"
cx="45.607147"
id="path16"
style="fill:#000000;stroke-width:0.260465" />
<text
transform="scale(1.0355499,0.96567047)"
id="text30"
y="87.83168"
x="22.764704"
style="font-style:normal;font-weight:normal;font-size:52.1622px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.271678"
xml:space="preserve"><tspan
style="font-size:52.1622px;fill:#ffffff;stroke-width:0.271678"
y="87.83168"
x="22.764704"
id="tspan28"
sodipodi:role="line">G</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Lingo</title>
<link rel="icon" href="favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="layout.css">
<link rel="stylesheet" href="style.css">
<script src="//cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.min.js"></script>