File tree Expand file tree Collapse file tree 4 files changed +12
-32
lines changed
Expand file tree Collapse file tree 4 files changed +12
-32
lines changed Original file line number Diff line number Diff 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+ © 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 >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments