From 49bea3959fbf6b60bd9c941324f415a5d2183b66 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 25 Mar 2026 17:03:15 +0200 Subject: docs: Add LOGO.txt with stylized 'gt' calculator motif - ASCII art logo featuring 'gt' text with calculator-style borders - Shows project name and purpose (Percentage Calculator with RPN Support) - File stored at LOGO.txt for reference This is a creative/design task - the logo can be refined further. --- LOGO.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 LOGO.txt diff --git a/LOGO.txt b/LOGO.txt new file mode 100644 index 0000000..9474ff4 --- /dev/null +++ b/LOGO.txt @@ -0,0 +1,12 @@ + _____ _____ + | __ \ | __ \ + | | | | ___ __ _| | | | _____ __ + | | | |/ _ \/ _` | | | |/ _ \ \ / / + | |__| | __/ (_| | |__| | __/\ V / + |_____/ \___|\__, |_____/ \___| \_/ + __/ | + |___/ + +gt - Percentage Calculator with RPN Support + + stylized 'gt' with calculator motif -- cgit v1.2.3