123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <div class="row">
- <div class="col-sm-9">
- <h1>More Resources</h1>
- <div class="row">
- <div class="col-sm-4">
- <h2>General</h2>
- <ul class="nav">
- <li>
- <a target="_blank" href="https://projects.apache.org/project.html?cordova">Apache Project Page</a>
- </li>
- <li>
- <a href="http://www.apache.org/dyn/closer.cgi/cordova">Source Distribution</a>
- </li>
- <li>
- <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">License</a>
- </li>
- <li>
- <a href="{{ site.baseurl }}/artwork">Artwork</a>
- </li>
- </ul>
- </div>
- <div class="col-sm-4">
- <h2>Development</h2>
- <ul class="nav">
- <li><a target="_blank" href="https://github.com/apache?utf8=%E2%9C%93&q=cordova-">Source Code</a></li>
- <li><a target="_blank" href="https://issues.apache.org/jira/browse/CB/">Issue Tracker</a></li>
- <li><a target="_blank" href="http://stackoverflow.com/questions/tagged/cordova">Stack Overflow</a></li>
- <li><a href="{{ site.baseurl }}/contact">Mailing List</a></li>
- <li><a href="{{ site.baseurl }}/contribute/nightly_builds.html">Nightly builds</a></li>
- </ul>
- </div>
- <div class="col-sm-4">
- <h2>Apache Software Foundation</h2>
- <ul class="nav">
- <li>
- <a target="_blank" href="http://www.apache.org/">About ASF</a>
- </li>
- <li>
- <a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a>
- </li>
- <li>
- <a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
- </li>
- <li>
- <a target="_blank" href="http://www.apache.org/security/">Security</a>
- </li>
- </ul>
- </div>
- </div>
- </div>
- <div class="col-sm-3">
- <h1>Contribute</h1>
- <p style="padding-top:20px"><strong>Help Cordova move forward!</strong></p>
- <p>Report bugs, improve the docs, or contribute to the code.</p>
- <a href="{{ site.baseurl }}/contribute" class="btn btn-lg btn-primary">
- Learn More
- </a>
- <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
- </div>
- </div>
- <p class="copyright_text">
- Copyright © 2012, 2013, 2015 Apache软件基金会, 许可授权在 <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
- Apache and the Apache feather logos are <a target="_blank" href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
- <br/>
- "Raleway" font used under license. For details see the <a href="{{ site.baseurl }}/attributions/">attributions page</a>.
- </p>
|