From 83d34daec4085b7ef41340a70b35a4e97324dd29 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Mon, 22 Sep 2025 10:52:18 +0100 Subject: [PATCH] chore: Remove RH sponsor badge Now Kroxylicious is in Commonhaus, this is no longer a correct statement. Signed-off-by: Keith Wall --- _includes/footer.html | 10 +++++++-- _includes/redhat-footer.html | 12 ----------- _sass/kroxylicious.scss | 21 ++++--------------- ...ogo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg | 1 - 4 files changed, 12 insertions(+), 32 deletions(-) delete mode 100644 _includes/redhat-footer.html delete mode 100644 assets/theme/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg diff --git a/_includes/footer.html b/_includes/footer.html index 580bb0b6..2edfec3f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -106,6 +106,12 @@

Community

- {% include redhat-footer.html %} -
+ diff --git a/_includes/redhat-footer.html b/_includes/redhat-footer.html deleted file mode 100644 index 92b7827c..00000000 --- a/_includes/redhat-footer.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - diff --git a/_sass/kroxylicious.scss b/_sass/kroxylicious.scss index 3af93bee..18328454 100644 --- a/_sass/kroxylicious.scss +++ b/_sass/kroxylicious.scss @@ -98,14 +98,14 @@ a { margin-bottom: 0; } -.redhat-footer { +.footer { background-color: $black; color: $white; font-size: .8rem; font-weight: 200; - .grid-wrapper { - padding: .75rem 0; + .grid-wrapper { + padding: .75rem 0; display: flex; justify-content: space-between; @@ -122,25 +122,12 @@ a { .license { align-self: center; - + a { color: $white; } } - .redhat-logo { - align-self: center; - padding-left: 2rem; - - img { width: 14rem; } - - @media screen and (max-width: 600px) { - padding-top: .75rem; - padding-bottom: 1rem; - padding-left: 0; - } - } - .commonhaus-logo { align-self: center; padding-left: 2rem; diff --git a/assets/theme/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg b/assets/theme/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg deleted file mode 100644 index 5cc63442..00000000 --- a/assets/theme/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg +++ /dev/null @@ -1 +0,0 @@ -Logo-Red_Hat-Sponsored_By-A-Reverse-RGB \ No newline at end of file