Added Most Downloaded list
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/a38b2399 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/a38b2399 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/a38b2399 Branch: refs/heads/cordova-website Commit: a38b239993c46a2e29861c042c50f265326d42fa Parents: f2d5d50 Author: Brad Gashler <[email protected]> Authored: Fri Aug 14 16:20:04 2015 -0700 Committer: Brad Gashler <[email protected]> Committed: Fri Aug 14 16:20:04 2015 -0700 ---------------------------------------------------------------------- www/contact/index.html | 5 ++++ www/contribute/index.html | 2 +- www/plugins/index.html | 47 +++++++++++++++++++++++++++-------- www/static/css-src/_plugins.scss | 18 ++++++++++++++ 4 files changed, 60 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a38b2399/www/contact/index.html ---------------------------------------------------------------------- diff --git a/www/contact/index.html b/www/contact/index.html index 554c8ef..14a57c9 100644 --- a/www/contact/index.html +++ b/www/contact/index.html @@ -5,6 +5,11 @@ title: Apache Cordova <div class="container"> <div class="row"> <div class="col-sm-12"> + <h1>Mailing List</h1> + </div> + </div> + <div class="row"> + <div class="col-sm-12"> <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true"> <div class="panel panel-default"> http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a38b2399/www/contribute/index.html ---------------------------------------------------------------------- diff --git a/www/contribute/index.html b/www/contribute/index.html index 937f809..14a3283 100644 --- a/www/contribute/index.html +++ b/www/contribute/index.html @@ -10,7 +10,7 @@ title: Apache Cordova Plugins <div class="container"> <div class="row"> <div class="col-sm-12 text-center"> - <h1>Want to Contribute</h1> + <h1>Want to Contribute?</h1> </div> </div> <div class="row"> http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a38b2399/www/plugins/index.html ---------------------------------------------------------------------- diff --git a/www/plugins/index.html b/www/plugins/index.html index 1e177d4..b1f0f85 100644 --- a/www/plugins/index.html +++ b/www/plugins/index.html @@ -40,21 +40,46 @@ title: Apache Cordova Plugins <!-- /input-group --> </div> </div> - <!-- + <div class="row"> - <div class="col-sm-6"> - <div class="progress"> - <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" - style="width: 40%"> - <span class="sr-only">40% Complete (success)</span> - </div> + <div class="col-sm-6"> + <div class="well"> + <h2 class="text-center">Most Downloaded</h2> + <ul class="featured-list"> + <li> + <div class="progress"> + <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" + style="width: 40%"> + <span class="sr-only">40% Complete (success)</span> + </div> + </div> + <span class="plugin">Cordova Device</span> + <span class="plugin-stats">2,339,658</span> + </li> + </ul> + </div> - </div> - <div class="col-sm-6"> + </div> + <div class="col-sm-6"> + <div class="well"> + <h2 class="text-center">Most Downloaded</h2> + <ul class="featured-list"> + <li> + <div class="progress"> + <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" + style="width: 40%"> + <span class="sr-only">40% Complete (success)</span> + </div> + </div> + <span class="plugin">Cordova Device</span> + <span class="plugin-stats">2,339,658</span> + </li> + </ul> - </div> + </div> + </div> </div> - --> + </div> <!-- /container --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a38b2399/www/static/css-src/_plugins.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/_plugins.scss b/www/static/css-src/_plugins.scss index ae75582..8201785 100644 --- a/www/static/css-src/_plugins.scss +++ b/www/static/css-src/_plugins.scss @@ -21,4 +21,22 @@ button.btn { } .progress { width:12%; + margin:0; +} +.featured-list-header{ + margin-top:0; +} +.featured-list { + list-style: none; + padding-left:0; + div { display:inline-block; } +} +.plugin { + position:absolute; + left:126px; +} +.plugin-stats { + position: absolute; + right:0; + width:100px; } \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
