From ac2e76337909c7f8488f0ad29f829c88fcfb038d Mon Sep 17 00:00:00 2001 From: luukas Date: Tue, 2 Nov 2021 17:00:48 +0200 Subject: [PATCH 1/6] Add SVG logos and change everything to use them --- .../static/assets/images/logo_long.svg | 156 ++++++++++++++++++ .../static/assets/images/logo_small.svg | 81 +++++++++ app/frontend/templates/base.html | 7 +- app/frontend/templates/blank_base.html | 3 +- app/frontend/templates/panel/denied.html | 5 +- app/frontend/templates/public/404.html | 5 +- app/frontend/templates/public/error.html | 5 +- app/frontend/templates/public/login.html | 5 +- app/frontend/templates/public_base.html | 3 +- app/frontend/templates/setup/setup1.html | 2 +- 10 files changed, 258 insertions(+), 14 deletions(-) create mode 100644 app/frontend/static/assets/images/logo_long.svg create mode 100644 app/frontend/static/assets/images/logo_small.svg diff --git a/app/frontend/static/assets/images/logo_long.svg b/app/frontend/static/assets/images/logo_long.svg new file mode 100644 index 00000000..a03323ae --- /dev/null +++ b/app/frontend/static/assets/images/logo_long.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + C + RAFT + Y + + + CONTROLLER + + + + TAKE CONTROL OF YOUR SERVERS + + + + \ No newline at end of file diff --git a/app/frontend/static/assets/images/logo_small.svg b/app/frontend/static/assets/images/logo_small.svg new file mode 100644 index 00000000..668d5d0b --- /dev/null +++ b/app/frontend/static/assets/images/logo_small.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html index 4a26038c..bd514f2f 100644 --- a/app/frontend/templates/base.html +++ b/app/frontend/templates/base.html @@ -27,7 +27,8 @@ - + + @@ -37,9 +38,9 @@