From 801b0bbc7cfe2869dde4a65eda8c04c8b9de522f Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Sun, 19 May 2019 22:38:10 +0200 Subject: [PATCH] funky logo --- resources/app/logo-full-flipped.svg | 262 +++++++++++++++++++++ resources/app/logo-full.svg | 262 +++++++++++++++++++++ resources/app/logo-left.svg | 262 +++++++++++++++++++++ resources/app/logo-mid.svg | 145 ++++++++++++ resources/app/logo-right.svg | 136 +++++++++++ resources/app/stylesheets/app.less | 5 + resources/public/img/logo-full-flipped.svg | 262 +++++++++++++++++++++ 7 files changed, 1334 insertions(+) create mode 100644 resources/app/logo-full-flipped.svg create mode 100644 resources/app/logo-full.svg create mode 100644 resources/app/logo-left.svg create mode 100644 resources/app/logo-mid.svg create mode 100644 resources/app/logo-right.svg create mode 100644 resources/public/img/logo-full-flipped.svg diff --git a/resources/app/logo-full-flipped.svg b/resources/app/logo-full-flipped.svg new file mode 100644 index 0000000..692c089 --- /dev/null +++ b/resources/app/logo-full-flipped.svg @@ -0,0 +1,262 @@ + +image/svg+xml \ No newline at end of file diff --git a/resources/app/logo-full.svg b/resources/app/logo-full.svg new file mode 100644 index 0000000..4f6e5ab --- /dev/null +++ b/resources/app/logo-full.svg @@ -0,0 +1,262 @@ + +image/svg+xml \ No newline at end of file diff --git a/resources/app/logo-left.svg b/resources/app/logo-left.svg new file mode 100644 index 0000000..0410cff --- /dev/null +++ b/resources/app/logo-left.svg @@ -0,0 +1,262 @@ + +image/svg+xml \ No newline at end of file diff --git a/resources/app/logo-mid.svg b/resources/app/logo-mid.svg new file mode 100644 index 0000000..22dd7ca --- /dev/null +++ b/resources/app/logo-mid.svg @@ -0,0 +1,145 @@ + +image/svg+xml \ No newline at end of file diff --git a/resources/app/logo-right.svg b/resources/app/logo-right.svg new file mode 100644 index 0000000..f4d9382 --- /dev/null +++ b/resources/app/logo-right.svg @@ -0,0 +1,136 @@ + +image/svg+xml \ No newline at end of file diff --git a/resources/app/stylesheets/app.less b/resources/app/stylesheets/app.less index 6942fd9..1739ab9 100644 --- a/resources/app/stylesheets/app.less +++ b/resources/app/stylesheets/app.less @@ -78,6 +78,11 @@ img, svg { align-items: center; margin-top: 0; background-color: Window; + background-image: url("/img/logo-full-flipped.svg"); + background-size: contain; + background-position: right; + background-origin: content-box; + background-repeat: no-repeat; .app-title { grid-column: 1; diff --git a/resources/public/img/logo-full-flipped.svg b/resources/public/img/logo-full-flipped.svg new file mode 100644 index 0000000..692c089 --- /dev/null +++ b/resources/public/img/logo-full-flipped.svg @@ -0,0 +1,262 @@ + +image/svg+xml \ No newline at end of file