From 2bda607845e2433d4a087487043934714878bc75 Mon Sep 17 00:00:00 2001 From: taisho Date: Tue, 26 Dec 2023 11:24:43 +0900 Subject: [PATCH] add x icon to header and footer (#153) * add x icon to header and footer * :robot: auto update minified files :recycle: Signed-off-by: vdaas-ci * :robot: auto update stage :arrow_up: Signed-off-by: vdaas-ci * add sns icons to the footer and modified layouts * :robot: auto update minified files :recycle: Signed-off-by: vdaas-ci * :robot: auto update stage :arrow_up: Signed-off-by: vdaas-ci --------- Signed-off-by: vdaas-ci Co-authored-by: vdaas-ci --- preview | 2 +- themes/vald/layouts/partials/footer.html | 22 ++++++- themes/vald/static/css/footer.css | 64 ++++++++++++------- themes/vald/static/css/footer.min.css | 2 +- themes/vald/static/css/header.css | 6 ++ themes/vald/static/css/header.min.css | 2 +- .../vald/static/images/logo_slack_black.svg | 27 ++++++++ .../vald/static/images/logo_slack_white.svg | 30 +++++++++ themes/vald/static/images/logo_x_black.svg | 3 + themes/vald/static/images/logo_x_white.svg | 3 + 10 files changed, 133 insertions(+), 28 deletions(-) create mode 100644 themes/vald/static/images/logo_slack_black.svg create mode 100644 themes/vald/static/images/logo_slack_white.svg create mode 100644 themes/vald/static/images/logo_x_black.svg create mode 100644 themes/vald/static/images/logo_x_white.svg diff --git a/preview b/preview index 98248b837..c0781aae7 160000 --- a/preview +++ b/preview @@ -1 +1 @@ -Subproject commit 98248b837554b19157572813f43ddd4663098eb6 +Subproject commit c0781aae7ef1b697fec8090cd750797ff1796328 diff --git a/themes/vald/layouts/partials/footer.html b/themes/vald/layouts/partials/footer.html index 2e9d2a4fa..df7d99e5f 100644 --- a/themes/vald/layouts/partials/footer.html +++ b/themes/vald/layouts/partials/footer.html @@ -2,7 +2,7 @@ {{ $ver := "" }} {{ $docsBaseURL := "/docs" }}