From 653ea722a604b7c08be0cb44a45b3b8193af167e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 4 Jul 2026 22:36:57 +0300 Subject: 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 --- assets/logo-dark.svg | 19 +++++++++++++++++++ assets/logo-light.svg | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 assets/logo-dark.svg create mode 100644 assets/logo-light.svg 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 @@ + + Gonf logo (dark) + Nested configuration layers: concentric rotated squares representing layered configuration management + + + + + + + + + \ 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 @@ + + Gonf logo + Nested configuration layers: concentric rotated squares representing layered configuration management + + + + + + + + + \ No newline at end of file -- cgit v1.2.3