From d9cfad5e1132a8873eda4a3936636d3e4221bf8c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 11 Apr 2026 21:16:12 +0300 Subject: branding: add glitch-art logo and update README --- README.md | 16 +--------------- logo.svg | 6 ++++++ 2 files changed, 7 insertions(+), 15 deletions(-) create mode 100644 logo.svg diff --git a/README.md b/README.md index ce0a01e..c7e6b69 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,7 @@ A simple AI-engineered command-line percentage calculator written in Go. No fron This is a toy project created to experience with local LLMs and how good they are at their jobs. -``` - ┌────────────────────────────────┐ - │ G T Calculator │ - │ │ - │ (o.o) │ - │ /| | \ 5 6 * │ - │ / | | \ _______ │ - │ / | | \ / G T \ │ - │ ( | | )% + | │ - │ \ | | / | RPN | │ - │ \ | | / | Calc | │ - │ \|___|/ |_______| │ - │ Result: 30 │ - └────────────────────────────────┘ -``` +![gt Logo](logo.svg) ## Installation diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..cd90fc4 --- /dev/null +++ b/logo.svg @@ -0,0 +1,6 @@ + + + gt + gt + gt + -- cgit v1.2.3