footer.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <footer class="site-footer">
  2. <div class="wrapper">
  3. <div class="footer-col-wrapper">
  4. {% if site.data.project.podling %}
  5. {{ site.data.project.name }} is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
  6. at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly
  7. accepted projects until a further review indicates that the infrastructure, communications, and decision
  8. making process have stabilized in a manner consistent with other successful ASF projects. While incubation
  9. status is not necessarily a reflection of the completeness or stability of the code, it does indicate that
  10. the project has yet to be fully endorsed by the ASF.
  11. <hr>
  12. {% endif %}
  13. <div style="text-align:center;">
  14. {% if site.data.project.podling %}
  15. <div style="margin-top: 20px; margin-bottom: 20px;">
  16. <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/egg-logo.png"
  17. alt="Apache Incubator"
  18. height="30%" width="30%"/></a>
  19. </div>
  20. {% endif %}
  21. <div>
  22. Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
  23. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
  24. 2.0</a>.
  25. <br>
  26. {% if site.data.project.podling %}
  27. Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
  28. Software Foundation.
  29. {% else %}
  30. Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
  31. {% endif %}
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. </footer>