Skip to content

Commit

Permalink
CNCF sandbox onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Jul 11, 2024
1 parent a52f809 commit c506bd5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Binary file added docs/assets/images/cncf-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/images/redhat.png
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
}

#footer {
background: #262626;
background: #37517e;
color: #fff;
padding: 2.3em;
}

#footer .copyright {
font-size: 1.4em;
float: left;
margin-top: 22px;
}

#footer .sponsored-by {
Expand All @@ -26,7 +27,6 @@

#footer .sponsored-by .logo {
height: auto;
margin-left: 0.5em;
max-width: 125px;
max-width: 20em;
vertical-align: middle;
}
7 changes: 5 additions & 2 deletions overrides/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<footer id="footer" class="footer">
<div class="copyright">
© Copyright 2024 <strong><span>Kuadrant contributors</span></strong>. All Rights Reserved.
Copyright <strong><span>The Kuadrant Contributors</span></strong>.
</div>

<div class="sponsored-by">
<p>
Sponsored by: <a href="https://www.redhat.com"><img src="/assets/images/redhat.png" class="logo" alt="Red Hat logo"></a>
<a href="https://www.cncf.io/sandbox-projects/"><img src="/assets/images/cncf-color.png" class="logo" alt="CNCF logo"></a>
</p>
<p>
We are a Cloud Native Computing Foundation sandbox project.
</p>
</div>
</footer>

0 comments on commit c506bd5

Please sign in to comment.