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

guoyp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/griffin-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d1816a  remove incubator from docs page
8d1816a is described below

commit 8d1816a9567883694c07d49dd72229886229a2ee
Author: William Guo <[email protected]>
AuthorDate: Sun Nov 15 14:00:59 2020 +0800

    remove incubator from docs page
---
 .gitignore            |  2 +-
 _includes/footer.html | 20 ++++++--------------
 2 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/.gitignore b/.gitignore
index 057179b..c6a7419 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,6 @@
 .sass-cache/
 _site/
 .DS_Store
-
+.jekyll-cache/
 
 
diff --git a/_includes/footer.html b/_includes/footer.html
index 5741604..3a79945 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,25 +3,17 @@
     <div class="container">
         <div class="row">
             <div class="col-md-3">
-                <img src="/images/incubator_feather_egg_logo.png" height="60">
+                <a href="https://www.apache.org/events/current-event.html";>
+                    <img 
src="https://www.apache.org/events/current-event-234x60.png"; alt="ASF Current 
Event">
+                </a>
             </div>
             <div class="col-md-9">
-                <div style="margin-left:auto; margin-right:auto; 
text-align:center;font-size:12px;">
-                    <div>
-                        Apache Griffin is an effort undergoing incubation at 
The Apache Software Foundation (ASF), sponsored by the Apache 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 i [...]
-                    </div>
+                <div>
+                    Copyright © 2018 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>.<br>
+                    Apache Griffin, Griffin, Apache, the Apache feather logo 
and the Apache Griffin logo are trademarks of The Apache Software Foundation.
                 </div>
             </div>
         </div>
-        <div class="row" style="padding-top:10px;">
-            Copyright © 2018 The Apache Software Foundation, Licensed under 
the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>.<br>
-                       Apache Griffin, Griffin, Apache, the Apache feather 
logo and the Apache Griffin logo are trademarks of The Apache Software 
Foundation.
-        </div>
-               <div class="row text-center" style="padding-top:10px;">
-                       <a 
href="https://www.apache.org/events/current-event.html";>
-                               <img 
src="https://www.apache.org/events/current-event-234x60.png"; alt="ASF Current 
Event">
-                       </a>
-               </div>
     </div>
 </div>
 <!-- footer end -->

Reply via email to