Add link + image logo to ASF events to the page footer.
diff --git a/source/_includes/asf_events.html b/source/_includes/asf_events.html
new file mode 100644
index 0000000..8e1c00e
--- /dev/null
+++ b/source/_includes/asf_events.html
@@ -0,0 +1 @@
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
diff --git a/source/_includes/footer.html b/source/_includes/footer.html
index b4d77f8..46f99ac 100644
--- a/source/_includes/footer.html
+++ b/source/_includes/footer.html
@@ -3,10 +3,12 @@
   href="/security.html">Security</a> | <a
   href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
   <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> |
+  <a href="https://www.apache.org/events/">Events</a> |
   <a href="/credits.html">Credits</a> | <a href="/media.html">Media</a>
 </div>
 
 <div class="footer-text">
+  <p><a class="acevent" data-format="wide"></a></p>
   <p class="">Copyright &copy; 2009-{{ site.time | date: "%Y" }} <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
   <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
   <p class="">Site last updated on {{ site.time }}</p>
diff --git a/source/_layouts/default.html b/source/_layouts/default.html
index 39a5c4a..522414f 100644
--- a/source/_layouts/default.html
+++ b/source/_layouts/default.html
@@ -134,5 +134,6 @@
     {% endif %}

 

     {% include analytics.html %}

+    {% include asf_events.html %}

   </body>

 </html>