Skip to content

Commit

Permalink
Merge pull request #1200 from dholbach/update-footer
Browse files Browse the repository at this point in the history
add LF trademarks bit in footer
  • Loading branch information
Daniel Holbach authored Oct 17, 2022
2 parents 0f5e896 + 0458fb7 commit 95493d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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>

0 comments on commit 95493d7

Please sign in to comment.