layouts/partials/footer.html (21 lines of code) (raw):

<!-- Footer --> <footer class="py-3 bg-secondary"> <div class="container"> <div class="row"> <div class="col-md-8 text-center"> <p class="m-0 text-white"> Copyright &copy; {{ now.Year }} The Apache Software Foundation, Licensed under the <a href="https://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="https://www.apache.org/events/current-event.html" 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> <!-- Bootstrap core JavaScript --> <script src="/assets/js/jquery.min.js"></script> <script src="/assets/js/bootstrap.bundle.min.js"></script>