Skip to content

Commit

Permalink
docs: fix footer
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
  • Loading branch information
kkourt authored and mtardy committed Sep 5, 2023
1 parent 04874e0 commit f3f582b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/assets/scss/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,12 @@
}
}
}

&__copyright {
p {
font-size: small;
color: gray;
margin-top: 1em;
}
}
}
7 changes: 6 additions & 1 deletion docs/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="footer">
<div class="footer__inner">
<p>© 2023 Copyright The Tetragon Authors. All rights reserved.</p>
<p> Tetragon was originally created by <a class="" href="https://isovalent.com/" target="_blank" rel="noopener noreferrer">Isovalent</a>
<div class="footer__socials">
<a href="https://twitter.com/ciliumproject" target="_blank" rel="noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 16">
Expand Down Expand Up @@ -28,4 +28,9 @@
</a>
</div>
</div>
<hr/>
<div class="footer__copyright">
<p>Copyright The Tetragon Authors. All rights reserved.</p>
<p>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/" target="_blank" rel="noopener noreferrer">Trademark Usage</a> <!-- -->page. Linux is a registered trademark of Linus Torvalds.<!-- --> <a href="https://www.linuxfoundation.org/privacy/" target="_blank" rel="noopener noreferrer">Privacy Policy</a> <!-- -->and<!-- --> <a href="https://www.linuxfoundation.org/terms/" target="_blank" rel="noopener noreferrer">Terms of Use</a>.</p>
</div>
</footer>

0 comments on commit f3f582b

Please sign in to comment.