remove incubator from docs page
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 indicate that the project has yet to be fully endorsed by the ASF.
-                    </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 -->