switch glider png with svg

This commit is contained in:
Amolith 2022-10-10 17:03:58 -04:00
parent 2446f94f69
commit 799e79c51b
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="140" height="140" stroke="#000">
<path stroke-width="122" stroke-dasharray="2,38" d="m9,70h122M70,9v122"/>
<path stroke-width="33" stroke-linecap="round" d="m70,30h0m40,40h0m-80,40v0m40,0h0m40,0h0"/>
</svg>

After

Width:  |  Height:  |  Size: 275 B

View File

@ -4,5 +4,5 @@
<p class="boring_stuff">Content licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC-BY-4.0</a><br/>
Code licensed under <a href="https://tldrlegal.com/license/mit-license">MIT</a><br/>
Source is available on <a href="https://git.nixnet.services/Amolith/secluded">Gitea</a><br/></p>
<img src="/assets/pngs/glider.png" />
<img width="50" src="/assets/pngs/glider.svg" />
</div>