docs(1815): add trademarks link ref to linux foundation

Signed-off-by: Martin Jirku <martin@jirku.sk>
This commit is contained in:
Martin Jirku 2024-01-27 22:12:51 +01:00
parent 3499798b5a
commit 8b9fcb3826
No known key found for this signature in database
GPG Key ID: B7476C9B46DDFD25
2 changed files with 18 additions and 1 deletions

View File

@ -7,6 +7,14 @@
Apache License 2.0 licensed project
<br>
© {{ 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>
</div>
<div class="container">

View File

@ -3696,13 +3696,22 @@ font-family: "Open Sans";
.code-example {
margin: 0;
padding: 0;
margin-bottom 0px !important;
margin-bottom: 0px !important;
background-color: transparent !important;
}
.copyright {
color: #fff !important;
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 {