Add favicons (#3)

This commit is contained in:
Ivan R. 2023-07-21 19:38:37 +05:00
parent c17a75aa75
commit 17fc857472
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C
5 changed files with 76 additions and 1 deletions

BIN
assets/icons/favicon-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
assets/icons/favicon-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

71
assets/icons/favicon.svg Normal file
View file

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="1023.9999"
height="1023.9999"
viewBox="0 0 270.93333 270.93333"
version="1.1"
id="svg5"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false" /><defs
id="defs2"><filter
style="color-interpolation-filters:sRGB"
inkscape:label="Drop Shadow"
id="filter6175"
x="-0.30888888"
y="-0.27799866"
width="1.6622221"
height="1.5759987"><feFlood
flood-opacity="0.4"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood6165" /><feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite6167" /><feGaussianBlur
in="composite1"
stdDeviation="1.9"
result="blur"
id="feGaussianBlur6169" /><feOffset
dx="0.8"
dy="0.4"
result="offset"
id="feOffset6171" /><feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite6173" /></filter></defs><g
inkscape:label="Слой 1"
inkscape:groupmode="layer"
id="layer1"><circle
style="fill:#812abd;fill-opacity:1;stroke-width:0.326193"
id="path234"
cx="135.46666"
cy="135.46666"
r="135.46666" /><g
style="fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter6175)"
id="g5092"
transform="matrix(6.364052,0,0,6.364052,59.098043,59.097958)"><path
d="m 3,9 9,-7 9,7 v 11 a 2,2 0 0 1 -2,2 H 5 A 2,2 0 0 1 3,20 Z"
id="path5080"
style="stroke:#ffffff;stroke-opacity:1" /><polyline
points="9 22 9 12 15 12 15 22"
id="polyline5082"
style="stroke:#ffffff;stroke-opacity:1" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -2,5 +2,9 @@
<title>Phoenix</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/base.css" />
<link rel="stylesheet" href="/assets/css/base.css" />
<link rel="icon" type="image/png" href="/assets/icons/favicon-16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/assets/icons/favicon-32.png" sizes="32x32" />
<link rel="icon" type="image/svg+xml" href="/assets/icons/favicon.svg" />
<link rel="apple-touch-icon" href="/assets/icons/favicon-180.png" />
{{end}}