diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-13 18:04:18 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-13 18:04:18 +1100 |
| commit | 93dfe2be64e8658839bcfe5356adf35f8cde7075 (patch) | |
| tree | c60b1e20d569b74dbde85123e1b2bf3590c66244 /src/web/assets | |
initial commit
Diffstat (limited to 'src/web/assets')
| -rw-r--r-- | src/web/assets/favicon.ico | bin | 0 -> 766 bytes | |||
| -rw-r--r-- | src/web/assets/images/logo.png | bin | 0 -> 718 bytes | |||
| -rw-r--r-- | src/web/assets/src/favicon.xcf | bin | 0 -> 1697 bytes | |||
| -rw-r--r-- | src/web/assets/svg/burger.svg | 1 | ||||
| -rw-r--r-- | src/web/assets/svg/half_circle.svg | 64 |
5 files changed, 65 insertions, 0 deletions
diff --git a/src/web/assets/favicon.ico b/src/web/assets/favicon.ico Binary files differnew file mode 100644 index 0000000..4dda993 --- /dev/null +++ b/src/web/assets/favicon.ico diff --git a/src/web/assets/images/logo.png b/src/web/assets/images/logo.png Binary files differnew file mode 100644 index 0000000..c4a8c86 --- /dev/null +++ b/src/web/assets/images/logo.png diff --git a/src/web/assets/src/favicon.xcf b/src/web/assets/src/favicon.xcf Binary files differnew file mode 100644 index 0000000..a62432f --- /dev/null +++ b/src/web/assets/src/favicon.xcf diff --git a/src/web/assets/svg/burger.svg b/src/web/assets/svg/burger.svg new file mode 100644 index 0000000..233bf21 --- /dev/null +++ b/src/web/assets/svg/burger.svg @@ -0,0 +1 @@ +<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg height="32px" id="Layer_1" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/></svg>
\ No newline at end of file diff --git a/src/web/assets/svg/half_circle.svg b/src/web/assets/svg/half_circle.svg new file mode 100644 index 0000000..a31b646 --- /dev/null +++ b/src/web/assets/svg/half_circle.svg @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + version="1.0" + width="120.00001" + height="120" + id="svg3257" + sodipodi:docname="half_circle.svg" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + 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="namedview42" + pagecolor="#505050" + bordercolor="#ffffff" + borderopacity="1" + inkscape:showpageshadow="0" + inkscape:pageopacity="0" + inkscape:pagecheckerboard="1" + inkscape:deskcolor="#505050" + showgrid="true" + inkscape:zoom="5.6568543" + inkscape:cx="53.740115" + inkscape:cy="50.027805" + inkscape:window-width="1920" + inkscape:window-height="1023" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="svg3257"> + <sodipodi:guide + position="0,120" + orientation="0,120.00001" + id="guide410" + inkscape:locked="false" /> + <sodipodi:guide + position="120.00001,120" + orientation="120,0" + id="guide412" + inkscape:locked="false" /> + <sodipodi:guide + position="120.00001,0" + orientation="0,-120.00001" + id="guide414" + inkscape:locked="false" /> + <sodipodi:guide + position="0,0" + orientation="-120,0" + id="guide416" + inkscape:locked="false" /> + <inkscape:grid + type="xygrid" + id="grid484" /> + </sodipodi:namedview> + <defs + id="defs3259" /> + <path + d="m 102.10529,60 c 0,23.242101 -18.863157,42.10528 -42.105278,42.10528 C 36.757922,102.10528 17.89475,83.242101 17.89475,60" + id="path3158" + style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:15.7895;stroke-miterlimit:4;stroke-opacity:1" /> +</svg> |
