-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from Kuadrant/cncf-design
CNCF sandbox onboarding
- Loading branch information
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
<footer id="footer" class="footer"> | ||
<div class="copyright"> | ||
© Copyright 2024 <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.</p> | ||
<p>For a list of TLF trademarks, see <a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a></p> | ||
</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> |