Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CNCF design updates #59

Merged
merged 1 commit into from
Jul 12, 2024
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
16 changes: 10 additions & 6 deletions src/_includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,16 @@ title: Kuadrant.io
<div class="container">
<div class="row">

<div class="col-lg-3 col-md-6 footer-contact">
<h3>Kuadrant</h3>
<div class="col-lg-4 col-md-6 footer-contact">
<p>
Sponsored by: <a href="https://www.redhat.com"><img src="/static/img/clients/redhat.png" class="img-fluid img-125" alt=""></a
<a href="https://www.cncf.io/sandbox-projects/"><img src="/static/img/cncf-color.png" class="logo" alt="CNCF logo"></a>
</p>
<p>
We are a Cloud Native Computing Foundation sandbox project.
</p>
</div>

<div class="col-lg-3 col-md-6 footer-links">
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#hero">Home</a></li>
Expand All @@ -102,7 +104,7 @@ title: Kuadrant.io
</ul>
</div>

<div class="col-lg-3 col-md-6 footer-links">
<div class="col-lg-4 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<div class="social-links mt-3">
<a href="https://groups.google.com/g/kuadrant" class="envelope"><i class="bx bx-envelope"></i></a>
Expand All @@ -120,7 +122,9 @@ title: Kuadrant.io

<div class="container footer-bottom clearfix">
<div class="copyright">
&copy; Copyright 2023 <strong><span>Kuadrant contributors</span></strong>. All Rights Reserved.
<p>Copyright <strong><span>The Kuadrant Contributors</span></strong>.</p>
<p>The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see <a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a></p>
<p>Kuadrant was originally created by <a href="https://www.redhat.com">Red Hat</a></p>
</div>

</div>
Expand Down
4 changes: 4 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1871,4 +1871,8 @@ section {

h1, h2, h3, h4, h5 {
color: #37517e;
}

.footer-contact img {
max-width: 20em;
jasonmadigan marked this conversation as resolved.
Show resolved Hide resolved
}
Binary file removed static/img/clients/redhat.png
Binary file not shown.
Binary file added static/img/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.