From 9bb597f366426daa2ada06fb87eee2094e862aa3 Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Fri, 28 Oct 2022 14:28:07 +0100 Subject: [PATCH] Update project logo --- README.md | 2 +- pkg/dashboard/static/index.html | 8 +-- pkg/dashboard/static/logo-header.svg | 16 +++++ pkg/dashboard/static/logo.png | Bin 17685 -> 4611 bytes pkg/dashboard/static/logo.svg | 81 +++++++++++++++++------ pkg/dashboard/static/styles-base.css | 81 +++++++++++++++++++++++ pkg/dashboard/static/styles.css | 93 +-------------------------- 7 files changed, 165 insertions(+), 116 deletions(-) create mode 100644 pkg/dashboard/static/logo-header.svg create mode 100644 pkg/dashboard/static/styles-base.css diff --git a/README.md b/README.md index af9c883..cbaa22c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Helm Dashboard +# ![Helm Dashboard](pkg/dashboard/static/logo-header.svg) A simplified way of working with Helm. diff --git a/pkg/dashboard/static/index.html b/pkg/dashboard/static/index.html index 5e1bfd6..d723957 100644 --- a/pkg/dashboard/static/index.html +++ b/pkg/dashboard/static/index.html @@ -14,6 +14,7 @@ +