| <!doctype html> |
| <html lang=''> |
| <head> |
| <meta charset='utf-8'> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <link rel="stylesheet" href="styles.css"> |
| <script src="js/jquery.js" type="text/javascript"></script> |
| <script src="js/script.js" type="text/javascript"></script> |
| <script src="js/projects.js"></script> |
| <title>Apache Committees List</title> |
| </head> |
| <body onload="buildCommitteesList();"> |
| |
| <div id="logo"><h1><div style="padding-top: 30px;">Apache Committees List</div></h1></div> |
| <div id='cssmenu'> |
| </div> |
| |
| <div class="leftbar"> |
| <ul> |
| <li>Committee listings:</li> |
| <li><img src="images/byname.png"/> <a href="committees.html?name">By Name</a></li> |
| <li><img src="images/bydate.png"/> <a href="committees.html?date">By Date Founded</a></li> |
| </ul> |
| <ul> |
| <li></li> |
| <li><a href="https://www.apache.org/logos/">logos</a></li> |
| </ul> |
| </div> |
| <div id="contents"> |
| <div id="title"><h1>Committees by :</h1></div> |
| <div id="list"> |
| <p style="text-align: center;"> |
| Loading data, please wait...<br/> |
| <img src="images/loader.gif"/> |
| </p> |
| <p id="progress" style="text-align: center;"></p> |
| <noscript> |
| <h2>Notice!</h2> |
| <p> |
| This site relies heavily on JavaScript. |
| Please enable it or get a browser that supports it. |
| </p> |
| </noscript> |
| </div> |
| </div> |
| <div id="footer"> |
| Managed by the <a href="https://community.apache.org">Apache Community Development Project</a>.<br/> |
| Copyright© the Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a><br/> |
| Apache® and the Apache logo are trademarks of The Apache Software Foundation. |
| </div> |
| </body> |
| </html> |