This is an automated email from the ASF dual-hosted git repository.
vinoth pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 20a0ee2 [HUDI-891] Improve websites for graduation required content
(#1628)
20a0ee2 is described below
commit 20a0ee2a4d3d8251da3dac97d657db8163450a29
Author: lamber-ken <[email protected]>
AuthorDate: Wed May 13 22:56:37 2020 +0800
[HUDI-891] Improve websites for graduation required content (#1628)
---
docs/_includes/footer.html | 22 ++++++++++++++++++----
docs/_sass/hudi_style/skins/_hudi.scss | 3 +++
2 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 71c88f0..e70b77c 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -2,12 +2,26 @@
<div class="row">
<div class="col-lg-12 footer">
<p>
- <a class="footer-link-img" href="https://apache.org">
- <img width="250px" src="/assets/images/asf_logo.svg" alt="The Apache
Software Foundation">
- </a>
+ <table class="table-apache-info">
+ <tr>
+ <td>
+ <a class="footer-link-img" href="https://apache.org">
+ <img width="250px" src="/assets/images/asf_logo.svg" alt="The
Apache Software Foundation">
+ </a>
+ </td>
+ <td>
+ <a style="float: right"
href="https://www.apache.org/events/current-event.html">
+ <img
src="https://www.apache.org/events/current-event-234x60.png" />
+ </a>
+ </td>
+ </tr>
+ </table>
</p>
<p>
- Copyright © <span id="copyright-year">2019</span> <a
href="https://apache.org">The Apache Software Foundation</a>, Licensed under
the Apache License, Version 2.0.
+ <a href="https://www.apache.org/licenses/">License</a> | <a
href="https://www.apache.org/security/">Security</a> | <a
href="https://www.apache.org/foundation/thanks.html">Thanks</a> | <a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+ </p>
+ <p>
+ Copyright © <span id="copyright-year">2019</span> <a
href="https://apache.org">The Apache Software Foundation</a>, Licensed under
the <a href="https://www.apache.org/licenses/LICENSE-2.0"> Apache License,
Version 2.0</a>.
Hudi, Apache and the Apache feather logo are trademarks of The Apache
Software Foundation. <a href="/docs/privacy">Privacy Policy</a>
<br>
Apache Hudi is an effort undergoing incubation at The Apache Software
Foundation (ASF), sponsored by the <a
href="http://incubator.apache.org/">Apache Incubator</a>.
diff --git a/docs/_sass/hudi_style/skins/_hudi.scss
b/docs/_sass/hudi_style/skins/_hudi.scss
index 96c8d5f..898046b 100644
--- a/docs/_sass/hudi_style/skins/_hudi.scss
+++ b/docs/_sass/hudi_style/skins/_hudi.scss
@@ -117,6 +117,9 @@ table {
background-position: 1.2em center;
}
+.table-apache-info td {
+ border: 0px;
+}