mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 07:37:49 +01:00
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB |
80
client/public/logo.svg
Normal file
80
client/public/logo.svg
Normal file
@@ -0,0 +1,80 @@
|
||||
<?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"
|
||||
viewBox="0 0 511.99999 512.00001"
|
||||
version="1.1"
|
||||
id="svg10"
|
||||
sodipodi:docname="logo.svg"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
width="512"
|
||||
height="512"
|
||||
inkscape:export-filename="/home/stepanusatiuk/Projects/todolist/client/public/logo.svg.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<metadata
|
||||
id="metadata16">
|
||||
<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>
|
||||
<defs
|
||||
id="defs14" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
id="namedview12"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.0717047"
|
||||
inkscape:cx="260.7842"
|
||||
inkscape:cy="274.68146"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="28"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="g8" />
|
||||
<g
|
||||
id="g8"
|
||||
style="fill:#61dafb"
|
||||
transform="translate(0,-83.299988)">
|
||||
<rect
|
||||
id="rect18"
|
||||
width="450"
|
||||
height="80"
|
||||
x="31"
|
||||
y="175.29999"
|
||||
style="stroke-width:1.46474838" />
|
||||
<rect
|
||||
id="rect18-6"
|
||||
width="450"
|
||||
height="80"
|
||||
x="31"
|
||||
y="295.29999"
|
||||
style="stroke-width:1.46474838" />
|
||||
<rect
|
||||
id="rect18-7"
|
||||
width="450"
|
||||
height="80"
|
||||
x="31"
|
||||
y="415.29999"
|
||||
style="stroke-width:1.46474838" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
BIN
client/public/logo.svg.png
Normal file
BIN
client/public/logo.svg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -3,9 +3,9 @@
|
||||
"name": "Simple todo list",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
"src": "logo.svg.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "./",
|
||||
|
||||
Reference in New Issue
Block a user