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/09/30 19:36:45 UTC

docs commit: Rounded Showcase app icons and put in cards. Made Telerik logo consistent with other tool logos. Updated image guidlines for tools and apps showcase. Clarification in image guidlines. This closes #364.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website b85187b9a -> 6d946ff88


Rounded Showcase app icons and put in cards.
Made Telerik logo consistent with other tool logos.
Updated image guidlines for tools and apps showcase.
Clarification in image guidlines.
This closes #364.


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

Branch: refs/heads/cordova-website
Commit: 6d946ff8849943426a40235448132b1cc587f126
Parents: b85187b
Author: Brad Gashler <bg...@users.noreply.github.com>
Authored: Tue Sep 29 14:32:13 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Wed Sep 30 10:23:37 2015 -0700

----------------------------------------------------------------------
 README.md                             |   4 ++--
 www/_includes/tools_and_showcase.html |   6 +++---
 www/static/css-src/_home.scss         |   1 +
 www/static/img/tools/telerik.png      | Bin 4007 -> 18264 bytes
 4 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6d946ff8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 172216b..6e2b684 100644
--- a/README.md
+++ b/README.md
@@ -137,9 +137,9 @@ Items on the **Codorva Tools** or the **Cordova App Showcase** sections on the m
 The display _image_ shall:
 
 1. be __less than 128KiB__ in size (NOTE: those are kibibytes, not kilobytes),
-2. contain the app's __logo__,
+2. contain the __logo__ of the tool/app,
 3. use colors that don't compete with other elements on the page, and
-4. (optionally) be __179px by 100px__ in size.
+4. __for tools__ be __298px by 100px__ in size, or smaller, in an aspect ratio that will blend in with the other tools (NOTE: optimal aspect ratio will vary based on your artwork); __for apps__ be __100px by 100px__ in size, or smaller, and square in dimensions.
 
 The _description_ shall:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6d946ff8/www/_includes/tools_and_showcase.html
----------------------------------------------------------------------
diff --git a/www/_includes/tools_and_showcase.html b/www/_includes/tools_and_showcase.html
index 8582c0e..1a4c762 100644
--- a/www/_includes/tools_and_showcase.html
+++ b/www/_includes/tools_and_showcase.html
@@ -45,10 +45,10 @@
     <div class="row card_gallery">
         {% for app in site.data.showcase-apps %}
         <div class="col-lg-2 col-md-4 col-sm-6 col-xs-12 card">
-            <div class="showcase_app_thumb">
-                <img src="{{ site.baseurl }}/static/img/showcase-apps/{{ app.image }}" class="center-block"/>
-            </div>
             <div class="app card_inner">
+                <div class="showcase_app_thumb">
+                    <img src="{{ site.baseurl }}/static/img/showcase-apps/{{ app.image }}" class="center-block"/>
+                </div>
                 <p class="card_title">
                     {% if app.url %}
                         <a href="{{ app.url }}">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6d946ff8/www/static/css-src/_home.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_home.scss b/www/static/css-src/_home.scss
index ee68c8d..44a305e 100644
--- a/www/static/css-src/_home.scss
+++ b/www/static/css-src/_home.scss
@@ -300,6 +300,7 @@ img#logo_top {
                 height: 100px;
                 img {
                 	height: 100%;
+					border-radius:22px;
                 }
 			}
 		}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6d946ff8/www/static/img/tools/telerik.png
----------------------------------------------------------------------
diff --git a/www/static/img/tools/telerik.png b/www/static/img/tools/telerik.png
index 35c7870..559b191 100644
Binary files a/www/static/img/tools/telerik.png and b/www/static/img/tools/telerik.png differ


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