From 611ccc1825474c45037a52734d1fbc7dec8cda2e Mon Sep 17 00:00:00 2001 From: commit111 Date: Sun, 16 Mar 2025 00:28:57 -0700 Subject: [PATCH] add new branding styling --- app/app.py | 2 +- app/templates/images/defang_icon.svg | 1 - app/templates/index.html | 37 ++++++++++++------ .../guaruja-neue/GuarujaNeue-Regular.woff | Bin 0 -> 52388 bytes .../guaruja-neue/GuarujaNeue-SemiBold.eot | Bin 0 -> 128250 bytes .../guaruja-neue/GuarujaNeue-SemiBold.ttf | Bin 0 -> 128004 bytes .../guaruja-neue/GuarujaNeue-SemiBold.woff | Bin 0 -> 53748 bytes .../guaruja-neue/GuarujaNeue-SemiBold.woff2 | Bin 0 -> 36260 bytes app/templates/static/images/defang_icon.svg | 14 +++++++ .../{ => static}/images/github_icon.svg | Bin 10 files changed, 41 insertions(+), 13 deletions(-) delete mode 100644 app/templates/images/defang_icon.svg create mode 100644 app/templates/static/fonts/guaruja-neue/GuarujaNeue-Regular.woff create mode 100644 app/templates/static/fonts/guaruja-neue/GuarujaNeue-SemiBold.eot create mode 100644 app/templates/static/fonts/guaruja-neue/GuarujaNeue-SemiBold.ttf create mode 100644 app/templates/static/fonts/guaruja-neue/GuarujaNeue-SemiBold.woff create mode 100644 app/templates/static/fonts/guaruja-neue/GuarujaNeue-SemiBold.woff2 create mode 100644 app/templates/static/images/defang_icon.svg rename app/templates/{ => static}/images/github_icon.svg (100%) diff --git a/app/app.py b/app/app.py index 200ee9b..f21b66f 100644 --- a/app/app.py +++ b/app/app.py @@ -9,7 +9,7 @@ analytics.write_key = os.getenv('SEGMENT_WRITE_KEY') -app = Flask(__name__, static_folder='templates/images') +app = Flask(__name__, static_folder='templates/static') app.config['SECRET_KEY'] = os.getenv('SECRET_KEY') app.config['SESSION_COOKIE_HTTPONLY'] = True app.config['SESSION_COOKIE_SECURE'] = bool(os.getenv('SESSION_COOKIE_SECURE')) diff --git a/app/templates/images/defang_icon.svg b/app/templates/images/defang_icon.svg deleted file mode 100644 index 79a6822..0000000 --- a/app/templates/images/defang_icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html index 5c1ab70..c4eb8fc 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -5,28 +5,41 @@ Ask Defang +