artwork.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ---
  2. layout: cordova
  3. title: Artwork
  4. permalink: /artwork/
  5. ---
  6. <div class="artwork container">
  7. <div class="row">
  8. <div class="col-sm-12 text-center">
  9. <h1>Apache Cordova Artwork</h1>
  10. </div>
  11. </div>
  12. <div class="row iconset">
  13. <div class="images col-xs-12 col-md-8">
  14. <img src="{{ site.baseurl }}/static/img/cordova_256.png" alt=""/>
  15. <img src="{{ site.baseurl }}/static/img/cordova_128.png" alt=""/>
  16. <img src="{{ site.baseurl }}/static/img/cordova_64.png" alt=""/>
  17. <img src="{{ site.baseurl }}/static/img/cordova_48.png" alt=""/>
  18. <img src="{{ site.baseurl }}/static/img/cordova_32.png" alt=""/>
  19. <img src="{{ site.baseurl }}/static/img/cordova_24.png" alt=""/>
  20. <img src="{{ site.baseurl }}/static/img/cordova_16.png" alt=""/>
  21. </div>
  22. <div class="col-xs-12 col-md-4">
  23. <div class="button-container middle">
  24. <a class="button" href="{{ site.baseurl }}/static/downloads/icons.zip">ICON SET<label>512x512~16x16</label></a>
  25. </div>
  26. </div>
  27. </div>
  28. <div class="row iconset">
  29. <div class="images col-xs-12 col-md-8">
  30. <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_dark_gray_large.png" alt="" />
  31. <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_normal_dark_large.png" alt="" />
  32. <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_normal_large.png" alt="" />
  33. <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_white_large.png" alt="" />
  34. <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_dark_gray_small.png" alt="" />
  35. <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_normal_dark_small.png" alt="" />
  36. <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_normal_small.png" alt="" />
  37. <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_white_small.png" alt="" />
  38. </div>
  39. <div class="col-xs-12 col-md-4">
  40. <div class="button-container middle">
  41. <a class="button" href="{{ site.baseurl }}/static/downloads/logos.zip">LOGO SET<label>2 Sets of 4 Variations</label></a>
  42. </div>
  43. </div>
  44. </div>
  45. <div class="row iconset">
  46. <div class="images col-xs-12 col-md-8">
  47. <img src="{{ site.baseurl }}/static/img/splash.png" alt=""/>
  48. </div>
  49. <div class="col-xs-12 col-md-4">
  50. <div class="button-container middle">
  51. <a class="button" href="{{ site.baseurl }}/static/downloads/screens.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a>
  52. </div>
  53. </div>
  54. </div>
  55. </div>