Skip to content

Commit 869acc5

Browse files
committed
chore: Remove RH sponsor badge
Now Kroxylicious is in Commonhaus, this is no longer a correct statement. Signed-off-by: Keith Wall <[email protected]>
1 parent 9001007 commit 869acc5

File tree

4 files changed

+12
-32
lines changed

4 files changed

+12
-32
lines changed

_includes/footer.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ <h1 class="fs-5">Community</h1>
106106
</div>
107107
</div>
108108
<div>
109-
{% include redhat-footer.html %}
110-
</div>
109+
<div class="footer">
110+
<div class="container grid-wrapper">
111+
<div class="license">
112+
&copy; Kroxylicious authors {{ 'now' | date: "%Y" }} All rights reserved. | Kroxylicious licensed <a href="https://github.com/kroxylicious/kroxylicious/blob/main/LICENSE" target="_blank" rel="license noopener">Apache-2.0</a> | Documentation <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener">CC-BY-4.0</a> | Apache and Apache Kafka are trademarks of the <a href="https://www.apache.org/" target="_blank" rel="license noopener">Apache Software Foundation</a> | For details on our trademarks, please visit the foundations <a href="https://www.commonhaus.org/policies/trademark-policy/">Trademark Policy</a> and <a href="https://www.commonhaus.org/trademarks/">Trademark List</a>. Trademarks of third parties are owned by their respective holders and their mention here does not suggest any endorsement or association..
113+
</div>
114+
<div class="commonhaus-logo"><a href="https://www.commonhaus.org" target="_blank"><img src="https://raw.githubusercontent.com/commonhaus/artwork/main/foundation/brand/svg/CF_logo_horizontal_single_reverse.svg" height="30" alt="Commonhaus foundation logo"/></a></div>
115+
</div>
116+
</div> </div>
111117
</footer>

_includes/redhat-footer.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

_sass/kroxylicious.scss

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ a {
9898
margin-bottom: 0;
9999
}
100100

101-
.redhat-footer {
101+
.footer {
102102
background-color: $black;
103103
color: $white;
104104
font-size: .8rem;
105105
font-weight: 200;
106106

107-
.grid-wrapper {
108-
padding: .75rem 0;
107+
.grid-wrapper {
108+
padding: .75rem 0;
109109
display: flex;
110110
justify-content: space-between;
111111

@@ -122,25 +122,12 @@ a {
122122

123123
.license {
124124
align-self: center;
125-
125+
126126
a {
127127
color: $white;
128128
}
129129
}
130130

131-
.redhat-logo {
132-
align-self: center;
133-
padding-left: 2rem;
134-
135-
img { width: 14rem; }
136-
137-
@media screen and (max-width: 600px) {
138-
padding-top: .75rem;
139-
padding-bottom: 1rem;
140-
padding-left: 0;
141-
}
142-
}
143-
144131
.commonhaus-logo {
145132
align-self: center;
146133
padding-left: 2rem;

assets/theme/images/Logo-Red_Hat-Sponsored_By-A-Reverse-RGB.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)