1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-16 04:10:09 -07:00

Add icons and favicons

This commit is contained in:
Unknown 2017-06-02 03:17:26 +02:00
parent fc81dac745
commit f106c74da3
13 changed files with 202 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,143 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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"
width="32px"
height="32px"
viewBox="0 0 32 32"
version="1.1"
id="SVGRoot"
inkscape:version="0.92+devel unknown"
sodipodi:docname="logo.svg"
inkscape:export-filename="/home/hubnedav/Documents/PrintABrick/app/Resources/assets/images/logo.png"
inkscape:export-xdpi="768"
inkscape:export-ydpi="768">
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.656854"
inkscape:cx="-33.970212"
inkscape:cy="29.224857"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="true"
inkscape:window-width="1920"
inkscape:window-height="1019"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:grid-bbox="true">
<inkscape:grid
type="xygrid"
id="grid4826" />
</sodipodi:namedview>
<defs
id="defs4267" />
<metadata
id="metadata4270">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Vrstva 1"
style="display:inline">
<rect
style="fill:#d40000;stroke:#000000;stroke-width:0.49999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:fill markers stroke"
id="rect4938-7"
width="6.5"
height="3.333087"
x="-8.5832996"
y="19.716913"
ry="0.99999994"
rx="1"
transform="scale(-1,1)"
inkscape:export-xdpi="768"
inkscape:export-ydpi="768" />
<rect
style="fill:#aad400;stroke:#000000;stroke-width:0.49999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:fill markers stroke"
id="rect4938-3"
width="6.5"
height="3.333087"
x="23.416599"
y="0.24999996"
ry="0.99999994"
rx="1"
inkscape:export-xdpi="768"
inkscape:export-ydpi="768" />
<rect
style="fill:#aad400;stroke:#000000;stroke-width:0.49999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:fill markers stroke"
id="rect4936"
width="10.165999"
height="9.5826206"
x="21.583"
y="2.7673793"
ry="1.5"
rx="1.4999998"
inkscape:export-xdpi="768"
inkscape:export-ydpi="768" />
<rect
style="fill:#ffcc00;stroke:#000000;stroke-width:0.49999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:fill markers stroke"
id="rect4938"
width="6.5"
height="3.333087"
x="-19.702"
y="9.916913"
ry="0.99999994"
rx="1"
transform="scale(-1,1)"
inkscape:export-xdpi="768"
inkscape:export-ydpi="768" />
<rect
style="fill:#ffcc00;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:fill markers stroke"
id="rect4934"
width="20.833"
height="9.5"
x="10.916"
y="12.55"
ry="1.5"
rx="1.5000004"
inkscape:export-xdpi="768"
inkscape:export-ydpi="768" />
<rect
style="fill:#d40000;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;paint-order:fill markers stroke"
id="rect4934-6"
width="31.5"
height="9.5"
x="0.24999999"
y="22.25"
ry="1.4999999"
rx="1.5000002"
inkscape:export-xdpi="768"
inkscape:export-ydpi="768" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Vrstva 2" />
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="head"
style="display:inline" />
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -8,6 +8,12 @@
<link rel="stylesheet" href="{{ asset('resources/css/main.css') }}">
{% endblock %}
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('apple-touch-icon.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('favicon-16x16.png') }}">
<link rel="manifest" href="{{ asset('manifest.json') }}">
<link rel="mask-icon" href="{{ asset('safari-pinned-tab.svg') }}" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
</head>
<body class="default-theme body">
{% block body %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

9
web/browserconfig.xml Normal file
View File

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

BIN
web/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B

BIN
web/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 15 KiB

18
web/manifest.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "PrintABrick",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

BIN
web/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

26
web/safari-pinned-tab.svg Normal file
View File

@ -0,0 +1,26 @@
<?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="256.000000pt" height="256.000000pt" viewBox="0 0 256.000000 256.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,256.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M1889 2532 c-27 -24 -32 -35 -34 -87 -2 -33 -4 -65 -4 -71 -1 -6 -19
-16 -40 -23 -51 -15 -101 -71 -102 -114 -5 -156 -2 -543 4 -575 4 -21 16 -48
27 -60 11 -11 16 -23 12 -25 -6 -3 -136 -1 -152 2 -3 0 -5 25 -4 53 2 75 -12
116 -47 137 -26 16 -53 18 -237 17 -266 -2 -271 -5 -276 -139 l-2 -72 -39 0
c-54 -1 -102 -31 -124 -80 -17 -37 -19 -64 -17 -325 2 -157 4 -290 4 -297 1
-6 14 -25 28 -42 l26 -31 -104 0 -103 0 1 57 c2 67 -17 115 -51 133 -17 9 -81
13 -229 13 -260 0 -274 -6 -279 -134 l-2 -62 -40 -14 c-46 -16 -79 -44 -95
-82 -7 -19 -10 -121 -8 -323 3 -282 4 -298 24 -325 11 -15 36 -36 55 -45 32
-17 110 -18 1205 -18 l1171 0 34 23 c67 44 69 58 69 383 -1 268 -3 293 -20
322 -11 17 -28 37 -39 44 -18 11 -18 13 14 45 18 18 35 47 39 64 3 17 6 155 6
306 0 298 -4 326 -56 360 l-24 15 26 21 c51 39 54 63 54 374 0 254 -2 292 -18
322 -25 49 -57 70 -122 80 -3 1 -6 31 -7 67 -2 73 -19 109 -59 124 -14 6 -117
10 -229 10 l-205 0 -31 -28z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB