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

<footer id="contact" class="page-footer default_color scrollspy"> <div class="container"> <div class="row" style="margin-bottom: 0;"> <div class="col m5 s12"> <div class="col m4 right-align"> <a href="http://apache.org" target="_blank"> <img src="assets/img/apache-logo.png" width="70%"/> </a> </div> <div class="col m8"> <a href="http://apache.org" target="_blank"> <h5 class="white-text">Apache</h5> </a> <ul> <li><a class="white-text" href="http://apache.org/" target="_blank">Apache Software Foundation</a> </li> <li><a class="white-text" href="http://apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> <li><a class="white-text" href="http://apache.org/foundation/sponsorship.html" target="_blank">Become a Sponsor</a></li> <li><a class="white-text" href="http://apache.org/security/" target="_blank">Security</a></li> </ul> </div> </div> <div class="col m4 s12"> <h5 class="white-text">Apache Airavata</h5> <ul> <li><a class="white-text" href="mailing-list.html">Mailing List</a></li> <li><a class="white-text" href="development.html#downloads">Downloads</a></li> <li><a class="white-text" href="learning.html#documentation">Documentation</a></li> <li><a class="white-text" href="https://issues.apache.org/jira/browse/airavata/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="_blank">Issue Tracking</a></li> </ul> </div> <div class="col m3 s12"> <h5 class="white-text">Get Involved</h5> <ul> <li><a class="white-text" href="get-involved.html#how-to-contribute">Become a Contributor</a></li> <li><a class="white-text" href="gsoc.html">Student GSoC Projects</a></li> </ul> <a href="https://www.apache.org/events/current-event.html"> <img src="https://www.apache.org/events/current-event-125x125.png" style="padding-top:0.5em;"> </a> </div> </div> <div class="row"> <div class="col-lg-12"> <p class="footer-copyright">Copyright &copy; 2021 The Apache Software Foundation, Licensed under the <a class="white-text" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. </p> <p class="footer-copyright">Apache Airavata, Airavata, Apache, Apache Airavata Logo and the Apache feather logo are trademarks of The Apache Software Foundation. </p> </div> </div> </div> </footer>