content/gsoc.html (148 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/> <meta name="theme-color" content="#2196F3"> <title>Apache Airavata</title> <!-- CSS --> <link href="assets/min/plugin-min.css" type="text/css" rel="stylesheet"> <link href="assets/min/custom-min.css" type="text/css" rel="stylesheet" > </head> <body id="top" > <!-- Pre Loader --> <div id="loader-wrapper"> <div id="loader"></div> <div class="loader-section section-left"></div> <div class="loader-section section-right"></div> </div> <!--Navigation--> <div class="navbar-fixed"> <nav id="nav_f" class="default_color" role="navigation"> <div class="container"> <div class="nav-wrapper"> <a href="index.html" id="logo-container" class="brand-logo"> <img src="assets/img/airavata-brand.png" width="50%" /> </a> <ul class="right hide-on-med-and-down"> <li ><a href="about.html">About</a></li> <li ><a href="development.html">Development</a></li> <li > <a href="learning.html">Learning</a> <!-- <ul class=""> <li>Test1</li> <li>Test1</li> <li>Test1</li> </ul> --> </li> <li ><a href="get-involved.html">Get Involved</a></li> <li ><a href="community.html">Community</a></li> </ul> <ul id="nav-mobile" class="side-nav"> <li ><a href="about.html">About</a></li> <li ><a href="development.html">Development</a></li> <li ><a href="learning.html">Learning</a></li> <li ><a href="get-involved.html">Get Involved</a></li> <li ><a href="community.html">Community</a></li> </ul> <a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a> </div> </div> </nav> </div> <div class="page-content"> <div class="wrapper"> <!--Hero--> <div class="section no-pad-bot" id="gsoc-banner"> <div class="container"> <h1 class="center"> <img src="assets/img/airavata-logo-shadow.png" style="width:30%;" /> </h1> </div> </div> <!--Intro and service--> <style type="text/css"> .row img{ margin:40px 0; } .row h5{ margin-top:40px; color:#666; } </style> <div class="section"> <div class="container"> <div class="row"> <div class="col s12center"> <h5 class="center"> Apache Airavata<sup>TM</sup> encourages University students to spend their summer break writing code and learning about open source development while earning money! Accepted students work with a mentor and become a part of the open source community. Many become lifetime open source developers! </h5> </div> </div> <div class="row"> <h5>Apply for Google Summer of Code at : <a href="mailto:dev@airavata.apache.org">dev@airavata.apache.org</a></h5> <div class="divider"></div> <div class="col s12 center"> <p> Checkout previous <a href="https://cwiki.apache.org/confluence/display/AIRAVATA/Google+Summer+of+Code" target="_blank">GSoC projects</a> </p> </div> </div> </div> </div> </div> </div> <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> </body> <!-- Scripts--> <script src="assets/min/plugin-min.js"></script> <script src="assets/min/custom-min.js"></script> </html>