diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-04 22:36:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-04 22:36:57 +0300 |
| commit | 653ea722a604b7c08be0cb44a45b3b8193af167e (patch) | |
| tree | 431bc191de45a10f6ad6339e9586ad23328fa014 | |
| parent | 49e4dbf6ee07b13790231091ef8f73f025841a19 (diff) | |
Add gonf logo: nested rotating squares in light and dark variants
Designed in the style of shuriken.sh with nested square layers representing
configuration management's layered, cascading scopes. Teal accent suggests
developer tools.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
| -rw-r--r-- | assets/logo-dark.svg | 19 | ||||
| -rw-r--r-- | assets/logo-light.svg | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/assets/logo-dark.svg b/assets/logo-dark.svg new file mode 100644 index 0000000..c1bb087 --- /dev/null +++ b/assets/logo-dark.svg @@ -0,0 +1,19 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" role="img" aria-labelledby="title desc"> + <title id="title">Gonf logo (dark)</title> + <desc id="desc">Nested configuration layers: concentric rotated squares representing layered configuration management</desc> + <rect width="256" height="256" rx="36" fill="#1a1a1a"/> + <circle cx="128" cy="128" r="108" fill="#f4f0e8"/> + <rect x="60" y="60" width="136" height="136" + fill="none" stroke="#7f8e99" stroke-width="12" stroke-linejoin="round" + transform="rotate(45 128 128)"/> + <rect x="75" y="75" width="106" height="106" + fill="none" stroke="#dce5eb" stroke-width="11" stroke-linejoin="round" + transform="rotate(30 128 128)"/> + <rect x="88" y="88" width="80" height="80" + fill="none" stroke="#7f8e99" stroke-width="10" stroke-linejoin="round" + transform="rotate(15 128 128)"/> + <rect x="100" y="100" width="56" height="56" + fill="none" stroke="#dce5eb" stroke-width="9" stroke-linejoin="round"/> + <circle cx="128" cy="128" r="48" fill="none" stroke="#06b6d4" stroke-width="12"/> + <circle cx="128" cy="128" r="10" fill="#1a1a1a"/> +</svg>
\ No newline at end of file diff --git a/assets/logo-light.svg b/assets/logo-light.svg new file mode 100644 index 0000000..7a68f0e --- /dev/null +++ b/assets/logo-light.svg @@ -0,0 +1,19 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" role="img" aria-labelledby="title desc"> + <title id="title">Gonf logo</title> + <desc id="desc">Nested configuration layers: concentric rotated squares representing layered configuration management</desc> + <rect width="256" height="256" rx="36" fill="#f4f0e8"/> + <circle cx="128" cy="128" r="108" fill="#18212b"/> + <rect x="60" y="60" width="136" height="136" + fill="none" stroke="#dce5eb" stroke-width="12" stroke-linejoin="round" + transform="rotate(45 128 128)"/> + <rect x="75" y="75" width="106" height="106" + fill="none" stroke="#7f8e99" stroke-width="11" stroke-linejoin="round" + transform="rotate(30 128 128)"/> + <rect x="88" y="88" width="80" height="80" + fill="none" stroke="#dce5eb" stroke-width="10" stroke-linejoin="round" + transform="rotate(15 128 128)"/> + <rect x="100" y="100" width="56" height="56" + fill="none" stroke="#7f8e99" stroke-width="9" stroke-linejoin="round"/> + <circle cx="128" cy="128" r="48" fill="none" stroke="#06b6d4" stroke-width="12"/> + <circle cx="128" cy="128" r="10" fill="#f4f0e8"/> +</svg>
\ No newline at end of file |
