footer_contents.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <div class="row">
  2. <div class="col-sm-9">
  3. <h1>More Resources</h1>
  4. <div class="row">
  5. <div class="col-sm-4">
  6. <h2>General</h2>
  7. <ul class="nav">
  8. <li>
  9. <a target="_blank" href="https://projects.apache.org/project.html?cordova">Apache Project Page</a>
  10. </li>
  11. <li>
  12. <a href="http://www.apache.org/dyn/closer.cgi/cordova">Source Distribution</a>
  13. </li>
  14. <li>
  15. <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">License</a>
  16. </li>
  17. <li>
  18. <a href="{{ site.baseurl }}/artwork">Artwork</a>
  19. </li>
  20. </ul>
  21. </div>
  22. <div class="col-sm-4">
  23. <h2>Development</h2>
  24. <ul class="nav">
  25. <li><a target="_blank" href="https://github.com/apache?utf8=%E2%9C%93&amp;q=cordova-">Source Code</a></li>
  26. <li><a target="_blank" href="https://issues.apache.org/jira/browse/CB/">Issue Tracker</a></li>
  27. <li><a target="_blank" href="http://stackoverflow.com/questions/tagged/cordova">Stack Overflow</a></li>
  28. <li><a href="{{ site.baseurl }}/contact">Mailing List</a></li>
  29. <li><a href="{{ site.baseurl }}/contribute/nightly_builds.html">Nightly builds</a></li>
  30. </ul>
  31. </div>
  32. <div class="col-sm-4">
  33. <h2>Apache Software Foundation</h2>
  34. <ul class="nav">
  35. <li>
  36. <a target="_blank" href="http://www.apache.org/">About ASF</a>
  37. </li>
  38. <li>
  39. <a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a>
  40. </li>
  41. <li>
  42. <a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
  43. </li>
  44. <li>
  45. <a target="_blank" href="http://www.apache.org/security/">Security</a>
  46. </li>
  47. </ul>
  48. </div>
  49. </div>
  50. </div>
  51. <div class="col-sm-3">
  52. <h1>Contribute</h1>
  53. <p style="padding-top:20px"><strong>Help Cordova move forward!</strong></p>
  54. <p>Report bugs, improve the docs, or contribute to the code.</p>
  55. <a href="{{ site.baseurl }}/contribute" class="btn btn-lg btn-primary">
  56. Learn More
  57. </a>
  58. <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
  59. </div>
  60. </div>
  61. <p class="copyright_text">
  62. Copyright &copy; 2012, 2013, 2015 Apache软件基金会, 许可授权在 <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
  63. 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.
  64. <br/>
  65. "Raleway" font used under license. For details see the <a href="{{ site.baseurl }}/attributions/">attributions page</a>.
  66. </p>