Adding Crossplane Authors to footer

Signed-off-by: Steven Rathbauer <steven@rathpc.com>
This commit is contained in:
Steven Rathbauer 2020-07-22 14:15:41 -04:00
parent cae95df2ee
commit 40a76f5d31
No known key found for this signature in database
GPG Key ID: 8AB556C85CB0A8D7
2 changed files with 19 additions and 4 deletions

View File

@ -13,8 +13,14 @@
</div>
</div>
<div class="lf-copyright">
&#169; {{ site.time | date: '%Y' }} The Linux Foundation. All rights reserved. The Linux Foundation has
registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our
<a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a> page.
<p>
&#169; Crossplane Authors {{ site.time | date: '%Y' }}. Documentation distributed under
<a href="https://creativecommons.org/licenses/by/4.0">CC-BY-4.0</a>.
</p>
<p>
&#169; {{ site.time | date: '%Y' }} The Linux Foundation. All rights reserved. The Linux Foundation has
registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our
<a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a> page.
</p>
</div>
</div>

View File

@ -366,10 +366,19 @@ body {
.lf-copyright {
padding: 0 40px 50px !important;
line-height: 20px;
text-align: center;
max-width: 800px;
p {
font-size: 12px;
line-height: 18px;
margin: 10px 0 0 0;
&:first-of-type {
margin: 0;
}
}
a {
color: $blue;