Eclipse footer added to login UI. (#691)

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
Kai Zimmermann
2018-05-30 15:42:18 +02:00
committed by GitHub
parent 0c2b9d416c
commit 595312b6f4
3 changed files with 14 additions and 5 deletions

View File

@@ -21,9 +21,20 @@
</head>
<footer>
<div class="footer-content">
<div style="color: #333; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 0.8em !important;line-height: 20px;">
<div style="padding-left: 10px; color: #333; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 0.8em !important;line-height: 20px;">
<!-- Footer text goes here -->
<!-- <a class= "doc-link" target="_blank" href="https://">Link_text |</a> -->
<b>Eclipse Foundation</b> :
<a href="https://www.eclipse.org/org/">About Us</a> |
<a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a> |
<a href="https://www.eclipse.org/donate">Donate</a> |
<a href="https://www.eclipse.org/org/documents/">Governance</a>
<b>Legal</b> :
<a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a> |
<a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a> |
<a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a> |
<a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a> |
<a href="https://www.eclipse.org/legal/">Legal Resources</a> Copyright &copy; Eclipse Foundation, Inc. All Rights Reserved.
</div>
</div>
</footer>