forked from apache/cordova-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
artwork.html
59 lines (55 loc) · 2.71 KB
/
artwork.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
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>