Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ <h1 class="fs-5">Community</h1>
</div>
</div>
<div>
{% include redhat-footer.html %}
</div>
<div class="footer">
<div class="container grid-wrapper">
<div class="license">
&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..
</div>
<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>
</div>
</div> </div>
</footer>
12 changes: 0 additions & 12 deletions _includes/redhat-footer.html

This file was deleted.

21 changes: 4 additions & 17 deletions _sass/kroxylicious.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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;
Expand Down

This file was deleted.