_includes/footer.html (22 lines of code) (raw):

<footer class="footer"> <div class="container"> <div class="content is-small has-text-centered"> <div style="margin-bottom: 20px;"> <a href="http://incubator.apache.org"><img src="{{ site.baseurl }}/assets/images/egg-logo.png" alt="Apache Incubator"/></a> </div> Copyright &copy; 2020 <a href="http://www.apache.org">The Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <br><br> {% if site.data.project.podling %} Apache Pegasus is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache 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. {% endif %} </div> </div> </footer>