From 088d3ec5f1b962fe46c5500b30753d4615a8c3bb Mon Sep 17 00:00:00 2001 From: CodeSteak Date: Sat, 1 Feb 2020 14:23:13 +0100 Subject: [PATCH] implement logo #1 draft --- .../src/main/resources/static/css/ecom.css | 6 + .../resources/static/img/ecom-logo-base.svg | 114 +++++++++++++++++ .../main/resources/static/img/ecom-logo.svg | 121 ++++++++++++++++++ .../resources/templates/fragments/header.html | 2 +- 4 files changed, 242 insertions(+), 1 deletion(-) create mode 100644 prototype/src/main/resources/static/img/ecom-logo-base.svg create mode 100644 prototype/src/main/resources/static/img/ecom-logo.svg diff --git a/prototype/src/main/resources/static/css/ecom.css b/prototype/src/main/resources/static/css/ecom.css index 7cb8dc6..3cd1f51 100644 --- a/prototype/src/main/resources/static/css/ecom.css +++ b/prototype/src/main/resources/static/css/ecom.css @@ -836,6 +836,12 @@ input[type="number"]:focus { margin: 0px; } +.logo { + object-fit: fill; + height: var(--u3); + display: block; +} + /*** THE UGLY diff --git a/prototype/src/main/resources/static/img/ecom-logo-base.svg b/prototype/src/main/resources/static/img/ecom-logo-base.svg new file mode 100644 index 0000000..d354ac3 --- /dev/null +++ b/prototype/src/main/resources/static/img/ecom-logo-base.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/prototype/src/main/resources/static/img/ecom-logo.svg b/prototype/src/main/resources/static/img/ecom-logo.svg new file mode 100644 index 0000000..0f1bda2 --- /dev/null +++ b/prototype/src/main/resources/static/img/ecom-logo.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/prototype/src/main/resources/templates/fragments/header.html b/prototype/src/main/resources/templates/fragments/header.html index 41ab502..d3d3053 100644 --- a/prototype/src/main/resources/templates/fragments/header.html +++ b/prototype/src/main/resources/templates/fragments/header.html @@ -7,7 +7,7 @@