This is an automated email from the ASF dual-hosted git repository. rlenferink pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix-site.git
commit 10b863e3b8cd6083472cee86cd7ab6d3a73ff762 Author: Roy Lenferink <rlenfer...@apache.org> AuthorDate: Sun Dec 30 23:45:33 2018 +0100 CELIX-449: Updated footer to include current ASF event banner --- source/_includes/footer.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/source/_includes/footer.html b/source/_includes/footer.html index 62c37ec..a0e23fd 100644 --- a/source/_includes/footer.html +++ b/source/_includes/footer.html @@ -1,12 +1,21 @@ <!-- Footer --> <footer class="py-3 bg-secondary"> <div class="container"> - <p class="m-0 text-center text-white"> - Copyright © {{ 'now' | date: "%Y" }} 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 Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. - </p> + <div class="row"> + <div class="col-md-8 text-center"> + <p class="m-0 text-white"> + Copyright © {{ 'now' | date: "%Y" }} 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 Celix, Celix, Apache, the Apache feather logo and the Apache Celix logo are trademarks of The Apache Software Foundation. + </p> + </div> + <div class="col-md-4 text-center"> + <a href="http://www.apachecon.com/" target="_blank"> + <img src="https://www.apache.org/events/current-event-234x60.png" title="Apache Event" width="234" height="60" border="0"> + </a> + </div> + </div> </div> </footer>