This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f0fdf2  Incubator disclaimer
5f0fdf2 is described below

commit 5f0fdf2343771976876bb9188cbadbd0bb31b385
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Sep 17 20:42:32 2021 +0800

    Incubator disclaimer
---
 layouts/partials/footer.html | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 0c51a70..ba8d617 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -13,14 +13,21 @@
 -->
 <div class="container">
 <footer class="footer container">
-  <div class="col-md-6">
-  <p>Apache Kyuubi, Kyuubi, Apache, the Apache feather logo,
-    and the Apache Kyuubi project logo are either registered trademarks or 
trademarks of the Apache Software Foundation
-     in the United States and other countries</p>
-  <p>{{ replace .Site.Copyright "{year}" now.Year }}</p>
-  <p><a href="/privacy_policy.html">Privacy policy</a></p>
+  <div class="col-md-8">
+    <p>
+      Apache Kyuubi is an effort undergoing Incubation at The Apache Software 
Foundation (ASF), sponsored by the Incubator.
+      Incubation is required of all newly accepted projects until a further 
review indicates that the infrastructure, 
+      communications, and decision making process have stabilized in a manner 
consistent with other successful ASF projects.
+      While incubation status is not necessarily a reflection of the 
completeness or stability of the code, it does indicate
+      that the project has yet to be fully endorsed by the ASF.
+    </p>
+    <p>
+      Apache, the Apache Feather logo, and the Apache Incubator project logo 
are trademarks of The Apache Software Foundation.
+    </p>
+    <p>{{ replace .Site.Copyright "{year}" now.Year }}</p>
+    <p><a href="/privacy_policy.html">Privacy policy</a></p>
   </div>
-  <div class="col-md-6">
+  <div class="col-md-4">
     <img class="img-responsive" src="{{ "incubator_feather_egg_logo.png" | 
relURL}}"/>
   </div>
 </footer>

Reply via email to