Merge pull request #1816 from martinjirku/1815-add-trademarks

docs(1815): add trademarks link ref to linux foundation
This commit is contained in:
Kubernetes Prow Robot 2024-02-01 06:32:18 -08:00 committed by GitHub
commit e86959459c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 1 deletions

View File

@ -7,6 +7,14 @@
Apache License 2.0 licensed project Apache License 2.0 licensed project
<br> <br>
© {{ site.year }} Kompose Authors -- All Rights Reserved © {{ site.year }} Kompose Authors -- All Rights Reserved
<br />
<a
class="trademarks"
href="https://www.linuxfoundation.org/legal/trademark-usage"
target="_blank"
ref="noopener"
>Trademarks</a
>
</span> </span>
</div> </div>
<div class="container"> <div class="container">

View File

@ -3696,13 +3696,22 @@ font-family: "Open Sans";
.code-example { .code-example {
margin: 0; margin: 0;
padding: 0; padding: 0;
margin-bottom 0px !important; margin-bottom: 0px !important;
background-color: transparent !important; background-color: transparent !important;
} }
.copyright { .copyright {
color: #fff !important; color: #fff !important;
font-size:13px; font-size:13px;
padding-bottom: 12px;
}
a.trademarks {
color: #fff !important;
font-weight:600;
display: inline-block;
text-decoration: underline;
padding: 0.8rem 0;
} }
.highlight { .highlight {