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
2 changed files with 18 additions and 1 deletions
+8
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">
+10 -1
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 {