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

add LF trademarks bit in footer #1200

Merged
merged 1 commit into from
Oct 17, 2022
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
1 change: 1 addition & 0 deletions assets/scss/blocks/_cncf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
.is-cncf-logo {
width: 50%;
height: auto;
padding-bottom: 16px !important;
}
1 change: 1 addition & 0 deletions layouts/shortcodes/blocks/cncf.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<div class="container">
<p class="h3 p-3 mb-2 text-muted text-center">Flux is a <a href="https://cncf.io">Cloud Native Computing Foundation</a> Incubation project</p>
<img class="mx-auto d-block img-fluid is-cncf-logo" src="{{ $logo }}" alt="Cloud Native Computing Foundation logo">
<p class="text-muted text-center">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>
</div>
</section>