1
0
mirror of https://github.com/regclient/regclient.git synced 2025-04-18 22:44:00 +03:00

Chore: Adding a logo

I'm no artist, just threw something together quick in SVG.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
Brandon Mitchell 2024-12-27 16:47:25 -05:00
parent 811c9bcb35
commit d1118c2a7f
No known key found for this signature in database
GPG Key ID: 6E0FF28C767A8BEE
3 changed files with 15 additions and 0 deletions

9
docs/logo-anim.svg Normal file
View File

@ -0,0 +1,9 @@
<svg width="200" height="200" viewBox="-100 -100 175 175" xmlns="http://www.w3.org/2000/svg">
<title>regclient Logo</title>
<rect width="175" height="175" x="-100" y="-100" fill="white"/>
<path d="M -80 -80 L -80 50 L -80 0 A 80 80 0 0 1 57 -57 M 35 -35 A 50 50 0 1 0 35 35"
stroke="black" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" fill="none"
stroke-dasharray="100" stroke-dashoffset="0" pathLength="100">
<animate attributeName="stroke-dashoffset" from="100" to="0" dur="1s" repeatCount="1"/>
</path>
</svg>

After

Width:  |  Height:  |  Size: 549 B

BIN
docs/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

6
docs/logo.svg Normal file
View File

@ -0,0 +1,6 @@
<svg width="200" height="200" viewBox="-100 -100 175 175" xmlns="http://www.w3.org/2000/svg">
<title>regclient Logo</title>
<rect width="175" height="175" x="-100" y="-100" fill="white"/>
<path d="M -80 -80 L -80 50 M -80 0 A 80 80 0 0 1 57 -57 M 35 -35 A 50 50 0 1 0 35 35"
stroke="black" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 383 B