layouts/partials/footer.html (26 lines of code) (raw):
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file.
-->
<footer class="footer">
<div class="footerBox">
<div class="footerItem">
<a class="acevent" data-class="footerPcImg" data-format="wide" data-mode="dark" data-width="310"></a>
<a class="acevent" data-class="footerMobileImg" data-format="wide" data-mode="dark" data-width="114"></a>
<p>
The Official Global Conference Series of The Apache Software Foundation, connecting open source technology enthusiasts from
around the world to share the latest technology developments and practices.
</p>
</div>
<div class="footerBox">
<div class="footerCopyRight">
{{ replace .Site.Copyright "{year}" now.Year }} The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache Feather logo is trademarks of The Apache Software Foundation.
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/vendor/jquery-1.12.4.min.js"></script>
<script src="/js/vendor/bootstrap.min.js"></script>
<script src="/js/vendor/semantic.min.js"></script>
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<script>
$(function() { $('table').addClass('table table-striped'); })
</script>
</body>
</html>