From d1ca226f7e6b8588e571f9880e0cf3234f18e343 Mon Sep 17 00:00:00 2001 From: dustdfg Date: Thu, 27 Jan 2022 03:42:21 -0500 Subject: [PATCH] Optimized logos (#27) Signed-off-by: DustDFG --- sass/main.scss | 2 +- static/logo-on-black.svg | 76 --------------------------- static/logo-on-green.svg | 76 --------------------------- static/logo-on-white.svg | 70 ------------------------ static/logos/black-on-green.svg | 8 +++ static/logos/black-on-transparent.svg | 7 +++ static/logos/black-on-white.svg | 8 +++ static/logos/green-on-black.svg | 8 +++ static/logos/green-on-transparent.svg | 7 +++ static/logos/green-on-white.svg | 8 +++ static/logos/white-on-black.svg | 8 +++ static/logos/white-on-green.svg | 8 +++ static/logos/white-on-transparent.svg | 7 +++ 13 files changed, 70 insertions(+), 223 deletions(-) delete mode 100644 static/logo-on-black.svg delete mode 100644 static/logo-on-green.svg delete mode 100644 static/logo-on-white.svg create mode 100644 static/logos/black-on-green.svg create mode 100644 static/logos/black-on-transparent.svg create mode 100644 static/logos/black-on-white.svg create mode 100644 static/logos/green-on-black.svg create mode 100644 static/logos/green-on-transparent.svg create mode 100644 static/logos/green-on-white.svg create mode 100644 static/logos/white-on-black.svg create mode 100644 static/logos/white-on-green.svg create mode 100644 static/logos/white-on-transparent.svg diff --git a/sass/main.scss b/sass/main.scss index 5b11edba..580a714a 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -123,7 +123,7 @@ footer { } .logo { - background-image: url("/logo-on-white.svg"); + background-image: url("/logos/green-on-transparent.svg"); background-size: contain; background-repeat: no-repeat; background-position: left center; diff --git a/static/logo-on-black.svg b/static/logo-on-black.svg deleted file mode 100644 index bd89f015..00000000 --- a/static/logo-on-black.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/static/logo-on-green.svg b/static/logo-on-green.svg deleted file mode 100644 index de35676c..00000000 --- a/static/logo-on-green.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/static/logo-on-white.svg b/static/logo-on-white.svg deleted file mode 100644 index b52aaf4b..00000000 --- a/static/logo-on-white.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/static/logos/black-on-green.svg b/static/logos/black-on-green.svg new file mode 100644 index 00000000..43d2ddbb --- /dev/null +++ b/static/logos/black-on-green.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/static/logos/black-on-transparent.svg b/static/logos/black-on-transparent.svg new file mode 100644 index 00000000..4f237800 --- /dev/null +++ b/static/logos/black-on-transparent.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/logos/black-on-white.svg b/static/logos/black-on-white.svg new file mode 100644 index 00000000..e2627705 --- /dev/null +++ b/static/logos/black-on-white.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/static/logos/green-on-black.svg b/static/logos/green-on-black.svg new file mode 100644 index 00000000..195f4470 --- /dev/null +++ b/static/logos/green-on-black.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/static/logos/green-on-transparent.svg b/static/logos/green-on-transparent.svg new file mode 100644 index 00000000..9ae17362 --- /dev/null +++ b/static/logos/green-on-transparent.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/logos/green-on-white.svg b/static/logos/green-on-white.svg new file mode 100644 index 00000000..5d716554 --- /dev/null +++ b/static/logos/green-on-white.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/static/logos/white-on-black.svg b/static/logos/white-on-black.svg new file mode 100644 index 00000000..df03832b --- /dev/null +++ b/static/logos/white-on-black.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/static/logos/white-on-green.svg b/static/logos/white-on-green.svg new file mode 100644 index 00000000..afc7dc50 --- /dev/null +++ b/static/logos/white-on-green.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/static/logos/white-on-transparent.svg b/static/logos/white-on-transparent.svg new file mode 100644 index 00000000..70da4a4d --- /dev/null +++ b/static/logos/white-on-transparent.svg @@ -0,0 +1,7 @@ + + + + + + +