Update homepage to include Apache URLs as suggested by Whimsy
diff --git a/index.html b/index.html
index 7a216ec..ecce8f0 100644
--- a/index.html
+++ b/index.html
@@ -83,7 +83,7 @@
             <p class="lead">A distributed data integration framework that simplifies common aspects of big data integration such as data ingestion, replication, organization and lifecycle management for both <b>streaming</b> and <b>batch</b> data ecosystems.</p>
             <p class="lead">
                 <a class="btn btn-primary btn-animated btn-outline" href="/download">Download</a>
-                <a class="btn btn-primary btn-animated btn-outline" href="https://www.gobblin.io" target="_blank">Try Gobblin</a>
+                <!-- <a class="btn btn-primary btn-animated btn-outline" href="https://www.gobblin.io" target="_blank">Try Gobblin</a> -->
             </p>
           </div>
           <!--===============================================
@@ -95,6 +95,14 @@
           <div class="col-lg-4 col-md-5 col-sm-6">
             <div class="row">
               <div class="col-sm-12 panel panel-default latest-news-panel">
+                <p class="latest-news-header">
+                    <!-- REQUIRED BY APACHE FOR ADVERTISING ITS EVENTS [START] -->
+                    <a  href="https://www.apache.org/events/current-event.html">
+                        <img src="https://www.apache.org/events/current-event-234x60.png"/>
+                    </a>
+                    <!-- REQUIRED BY APACHE FOR ADVERTISING ITS EVENTS [END] -->
+                </p>
+                  
                 <p class="latest-news-header">Latest News</p>
 
                 <div class="row latest-news-item">
@@ -232,17 +240,41 @@
         <hr>
         <footer style="margin-bottom: 0em; margin-top: 0em;">
           <div id="footer">
-            <img src="assets/images/incubator_feather_egg_logo.png" height="60">
-            <br>
-            <br>
-            <p style="font-size: 12px; line-height: 1.5em;">
-            Apache Gobblin 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 style="font-size: 12px; line-height: 1.5em; margin-top: 2em; margin-bottom: 2em;">
-            Copyright © 2017 <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a>
-            <br>
-            Apache, Apache Gobblin (incubating), the Apache feather and the Gobblin logo are trademarks of The Apache Software Foundation
-            </p>
+              <div class="row" style="background-color: #f0eeee; padding-bottom: 10px; margin-top: 15px;">
+                  <div class="col-sm-6">
+                      <div class="footer-section__policies-section--policies">
+                          <img src="assets/images/incubator_feather_egg_logo.png" height="60">
+                          <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em; margin-bottom: 2em;">
+                            Copyright © 2020 <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a>
+                            <br>
+                            Apache, Apache Gobblin (incubating), the Apache feather and the Gobblin logo are trademarks of The Apache Software Foundation
+                            <br>
+                         </p>
+                      </div>
+                </div>
+                <div class="col-sm-6">
+                    <br>
+                    <p style="font-size: 12px; line-height: 1.5em;">
+                        Apache Gobblin 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.
+                        <br>
+                        <!-- REQUIRED BY APACHE [START] -->
+                        <a href="https://www.apache.org/licenses/" >
+                            <span>License | </span>
+                        </a>
+                        <a href="https://www.apache.org/foundation/sponsorship.html">
+                            <span>Donate | </span>
+                        </a>
+                        <a href="https://www.apache.org/foundation/thanks.html">
+                            <span>Thanks | </span>
+                        </a>
+                        <a href="https://www.apache.org/security/">
+                            <span>Security</span>
+                        </a>
+                        <!-- REQUIRED BY APACHE [END] -->
+                    </p>
+                </div>
+              
+            </div>
           </div>
         </footer>