1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- ---
- layout: cordova
- title: Artwork
- permalink: /artwork/
- ---
- <div class="artwork container">
- <div class="row">
- <div class="col-sm-12 text-center">
- <h1>Apache Cordova Artwork</h1>
- </div>
- </div>
- <div class="row iconset">
- <div class="images col-xs-12 col-md-8">
- <img src="{{ site.baseurl }}/static/img/cordova_256.png" alt=""/>
- <img src="{{ site.baseurl }}/static/img/cordova_128.png" alt=""/>
- <img src="{{ site.baseurl }}/static/img/cordova_64.png" alt=""/>
- <img src="{{ site.baseurl }}/static/img/cordova_48.png" alt=""/>
- <img src="{{ site.baseurl }}/static/img/cordova_32.png" alt=""/>
- <img src="{{ site.baseurl }}/static/img/cordova_24.png" alt=""/>
- <img src="{{ site.baseurl }}/static/img/cordova_16.png" alt=""/>
- </div>
- <div class="col-xs-12 col-md-4">
- <div class="button-container middle">
- <a class="button" href="{{ site.baseurl }}/static/downloads/icons.zip">ICON SET<label>512x512~16x16</label></a>
- </div>
- </div>
- </div>
- <div class="row iconset">
- <div class="images col-xs-12 col-md-8">
- <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_dark_gray_large.png" alt="" />
- <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_normal_dark_large.png" alt="" />
- <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_normal_large.png" alt="" />
- <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_white_large.png" alt="" />
- <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_dark_gray_small.png" alt="" />
- <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_normal_dark_small.png" alt="" />
- <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_normal_small.png" alt="" />
- <img src="{{ site.baseurl }}/static/img/artwork/cordova_logo_white_small.png" alt="" />
- </div>
- <div class="col-xs-12 col-md-4">
- <div class="button-container middle">
- <a class="button" href="{{ site.baseurl }}/static/downloads/logos.zip">LOGO SET<label>2 Sets of 4 Variations</label></a>
- </div>
- </div>
- </div>
- <div class="row iconset">
- <div class="images col-xs-12 col-md-8">
- <img src="{{ site.baseurl }}/static/img/splash.png" alt=""/>
- </div>
- <div class="col-xs-12 col-md-4">
- <div class="button-container middle">
- <a class="button" href="{{ site.baseurl }}/static/downloads/screens.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a>
- </div>
- </div>
- </div>
- </div>
|