You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/10/22 00:06:38 UTC

docs commit: Fixing artwork and removing old downloads.

Repository: cordova-docs
Updated Branches:
  refs/heads/master b83b86a7d -> a9038aab9


Fixing artwork and removing old downloads.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/a9038aab
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/a9038aab
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/a9038aab

Branch: refs/heads/master
Commit: a9038aab94b18f1e3ba50aabb40bfdec89c2b9ed
Parents: b83b86a
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Wed Oct 21 15:06:30 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Wed Oct 21 15:06:30 2015 -0700

----------------------------------------------------------------------
 www/artwork.html                                |  58 ++++++++--------
 www/static/css-src/_artwork.scss                |  69 +++++++++++--------
 www/static/downloads/icons.zip                  | Bin 0 -> 873566 bytes
 www/static/downloads/icons_3.zip                | Bin 873566 -> 0 bytes
 www/static/downloads/logos.zip                  | Bin 0 -> 1077557 bytes
 www/static/downloads/logos_2.zip                | Bin 982808 -> 0 bytes
 www/static/downloads/screens.zip                | Bin 0 -> 24170215 bytes
 www/static/downloads/screens_3.zip              | Bin 21912030 -> 0 bytes
 www/static/downloads/screens_4.zip              | Bin 24170215 -> 0 bytes
 .../artwork/cordova_logo_dark_gray_large.png    | Bin 0 -> 26031 bytes
 .../artwork/cordova_logo_dark_gray_small.png    | Bin 0 -> 36864 bytes
 .../artwork/cordova_logo_normal_dark_large.png  | Bin 0 -> 60793 bytes
 .../artwork/cordova_logo_normal_dark_small.png  | Bin 0 -> 78363 bytes
 .../img/artwork/cordova_logo_normal_large.png   | Bin 0 -> 60465 bytes
 .../img/artwork/cordova_logo_normal_small.png   | Bin 0 -> 75632 bytes
 .../img/artwork/cordova_logo_white_large.png    | Bin 0 -> 23572 bytes
 .../img/artwork/cordova_logo_white_small.png    | Bin 0 -> 33866 bytes
 17 files changed, 70 insertions(+), 57 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/artwork.html
----------------------------------------------------------------------
diff --git a/www/artwork.html b/www/artwork.html
index 9f53b6d..bb4e0c9 100644
--- a/www/artwork.html
+++ b/www/artwork.html
@@ -4,52 +4,56 @@ title: Apache Cordova Artwork
 permalink: /artwork/
 ---
 
-<div class="container">
+<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="col-md-8">
+        <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=""/>            
+            <img src="{{ site.baseurl }}/static/img/cordova_16.png" alt=""/>
         </div>
-        <div class="col-md-4">
+        <div class="col-xs-12 col-md-4">
             <div class="button-container middle">
-                <a class="button" href="http://cordova.apache.org/downloads/icons_3.zip">ICON SET<label>512x512~16x16</label></a>
-            </div>            
-        </div>        
-    </div>    
-
+                <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="col-md-8">
-            <img src="{{ site.baseurl }}/static/img/logo_full.png" alt=""/>            
+        <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-md-4">
+        <div class="col-xs-12 col-md-4">
             <div class="button-container middle">
-                <a class="button" href="http://cordova.apache.org/downloads/logos_2.zip">LOGO SET<label>2 Sets of 4 Variations</label></a>
-            </div>            
-        </div>       
-    </div>  
-    
-    
+                <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="col-md-8">
-            <img src="{{ site.baseurl }}/static/img/splash.png" alt=""/>    
+        <div class="images col-xs-12 col-md-8">
+            <img src="{{ site.baseurl }}/static/img/splash.png" alt=""/>
         </div>
-        <div class="col-md-4">
+        <div class="col-xs-12 col-md-4">
             <div class="button-container middle">
-                <a class="button" href="http://cordova.apache.org/downloads/screens_4.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a>
-            </div>            
-        </div>        
-    </div>  
-    
+                <a class="button" href="{{ site.baseurl }}/static/downloads/screens_4.zip">SPLASH SCREENS<label>For iPhone, iPad, etc.</label></a>
+            </div>
+        </div>
+    </div>
 </div>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/css-src/_artwork.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_artwork.scss b/www/static/css-src/_artwork.scss
index 7a9dcee..a2d53e4 100644
--- a/www/static/css-src/_artwork.scss
+++ b/www/static/css-src/_artwork.scss
@@ -1,34 +1,43 @@
-.iconset {
-  padding: 100px 0;
-}
+.artwork {
+    .iconset {
+        padding: 100px 0;
+        .images {
+            background-color: rgb(223, 223, 223);
+            border: 3px dashed white;
+            padding: 20px;
+            img {
+                max-width: 100%;
+            }
+        }
+    }
 
-.button {
-    display: block;
-    background: url("{{ site.baseurl }}/static/img/sprite.png") no-repeat;
-    background-color: #4cc2e4;
-    background-position: 100% -171px;
-    width: 310px;
-    padding: 16px;
-    color: #fff;
-    font-size: 24px;
-    text-decoration: none;
-    -webkit-transition: background 0.1s linear;
-    -moz-transition: background 0.1s linear;
-    transition: background 0.1s linear;
-}
+    .button {
+        display: block;
+        background: url("{{ site.baseurl }}/static/img/sprite.png") no-repeat;
+        background-color: #4cc2e4;
+        background-position: 100% -171px;
+        width: 310px;
+        padding: 16px;
+        color: #fff;
+        font-size: 24px;
+        text-decoration: none;
+        -webkit-transition: background 0.1s linear;
+        -moz-transition: background 0.1s linear;
+        transition: background 0.1s linear;
+        label {
+            display: block;
+            font-size: 0.5em;
+            height: 16px;
+        }
+    }
 
-.button label {
-    display: block;
-    font-size: 0.5em;
-    height: 16px;
-}
+    .button:hover {
+        background-color: #4cd6fc;
+        color: #fff;
+        text-decoration: none;
+    }
 
-.button:hover {
-    background-color: #4cd6fc;
-    color: #fff;
-    text-decoration: none;
+    .button a:hover {
+        color: #4cc2e4;
+    }
 }
-
-.button a:hover {
-    color: #4cc2e4;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/downloads/icons.zip
----------------------------------------------------------------------
diff --git a/www/static/downloads/icons.zip b/www/static/downloads/icons.zip
new file mode 100644
index 0000000..1fc3ddd
Binary files /dev/null and b/www/static/downloads/icons.zip differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/downloads/icons_3.zip
----------------------------------------------------------------------
diff --git a/www/static/downloads/icons_3.zip b/www/static/downloads/icons_3.zip
deleted file mode 100644
index 1fc3ddd..0000000
Binary files a/www/static/downloads/icons_3.zip and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/downloads/logos.zip
----------------------------------------------------------------------
diff --git a/www/static/downloads/logos.zip b/www/static/downloads/logos.zip
new file mode 100644
index 0000000..65f8a16
Binary files /dev/null and b/www/static/downloads/logos.zip differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/downloads/logos_2.zip
----------------------------------------------------------------------
diff --git a/www/static/downloads/logos_2.zip b/www/static/downloads/logos_2.zip
deleted file mode 100644
index 8e762ae..0000000
Binary files a/www/static/downloads/logos_2.zip and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/downloads/screens.zip
----------------------------------------------------------------------
diff --git a/www/static/downloads/screens.zip b/www/static/downloads/screens.zip
new file mode 100644
index 0000000..0c573d0
Binary files /dev/null and b/www/static/downloads/screens.zip differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/downloads/screens_3.zip
----------------------------------------------------------------------
diff --git a/www/static/downloads/screens_3.zip b/www/static/downloads/screens_3.zip
deleted file mode 100644
index 1a2d476..0000000
Binary files a/www/static/downloads/screens_3.zip and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/downloads/screens_4.zip
----------------------------------------------------------------------
diff --git a/www/static/downloads/screens_4.zip b/www/static/downloads/screens_4.zip
deleted file mode 100644
index 0c573d0..0000000
Binary files a/www/static/downloads/screens_4.zip and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/img/artwork/cordova_logo_dark_gray_large.png
----------------------------------------------------------------------
diff --git a/www/static/img/artwork/cordova_logo_dark_gray_large.png b/www/static/img/artwork/cordova_logo_dark_gray_large.png
new file mode 100644
index 0000000..c99b746
Binary files /dev/null and b/www/static/img/artwork/cordova_logo_dark_gray_large.png differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/img/artwork/cordova_logo_dark_gray_small.png
----------------------------------------------------------------------
diff --git a/www/static/img/artwork/cordova_logo_dark_gray_small.png b/www/static/img/artwork/cordova_logo_dark_gray_small.png
new file mode 100644
index 0000000..a39a520
Binary files /dev/null and b/www/static/img/artwork/cordova_logo_dark_gray_small.png differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/img/artwork/cordova_logo_normal_dark_large.png
----------------------------------------------------------------------
diff --git a/www/static/img/artwork/cordova_logo_normal_dark_large.png b/www/static/img/artwork/cordova_logo_normal_dark_large.png
new file mode 100644
index 0000000..ad7d516
Binary files /dev/null and b/www/static/img/artwork/cordova_logo_normal_dark_large.png differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/img/artwork/cordova_logo_normal_dark_small.png
----------------------------------------------------------------------
diff --git a/www/static/img/artwork/cordova_logo_normal_dark_small.png b/www/static/img/artwork/cordova_logo_normal_dark_small.png
new file mode 100644
index 0000000..b70118d
Binary files /dev/null and b/www/static/img/artwork/cordova_logo_normal_dark_small.png differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/img/artwork/cordova_logo_normal_large.png
----------------------------------------------------------------------
diff --git a/www/static/img/artwork/cordova_logo_normal_large.png b/www/static/img/artwork/cordova_logo_normal_large.png
new file mode 100644
index 0000000..2713f90
Binary files /dev/null and b/www/static/img/artwork/cordova_logo_normal_large.png differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/img/artwork/cordova_logo_normal_small.png
----------------------------------------------------------------------
diff --git a/www/static/img/artwork/cordova_logo_normal_small.png b/www/static/img/artwork/cordova_logo_normal_small.png
new file mode 100644
index 0000000..3f39f8b
Binary files /dev/null and b/www/static/img/artwork/cordova_logo_normal_small.png differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/img/artwork/cordova_logo_white_large.png
----------------------------------------------------------------------
diff --git a/www/static/img/artwork/cordova_logo_white_large.png b/www/static/img/artwork/cordova_logo_white_large.png
new file mode 100644
index 0000000..3f984be
Binary files /dev/null and b/www/static/img/artwork/cordova_logo_white_large.png differ

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a9038aab/www/static/img/artwork/cordova_logo_white_small.png
----------------------------------------------------------------------
diff --git a/www/static/img/artwork/cordova_logo_white_small.png b/www/static/img/artwork/cordova_logo_white_small.png
new file mode 100644
index 0000000..8d81c10
Binary files /dev/null and b/www/static/img/artwork/cordova_logo_white_small.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org