Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3179A18275 for ; Tue, 18 Aug 2015 20:21:49 +0000 (UTC) Received: (qmail 38102 invoked by uid 500); 18 Aug 2015 20:21:49 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 38082 invoked by uid 500); 18 Aug 2015 20:21:49 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 38073 invoked by uid 99); 18 Aug 2015 20:21:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2015 20:21:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CD1F9E048E; Tue, 18 Aug 2015 20:21:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dblotsky@apache.org To: commits@cordova.apache.org Message-Id: <99530c14b12c4ef98a06ff9045a9dd97@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: docs commit: Minor fixes Date: Tue, 18 Aug 2015 20:21:48 +0000 (UTC) Repository: cordova-docs Updated Branches: refs/heads/cordova-website 230817802 -> 2b3012e75 Minor fixes Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/2b3012e7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/2b3012e7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/2b3012e7 Branch: refs/heads/cordova-website Commit: 2b3012e75715592f41e063b55d0f588cee956841 Parents: 2308178 Author: Raghav Katyal Authored: Thu Aug 13 16:54:45 2015 -0700 Committer: Raghav Katyal Committed: Thu Aug 13 16:54:45 2015 -0700 ---------------------------------------------------------------------- www/_includes/header.html | 2 +- www/blog/index.html | 2 +- www/contribute.html | 55 ++++++++++++++++++++++----------------- www/static/css-src/blog.scss | 2 +- www/static/css-src/main.scss | 4 +++ 5 files changed, 38 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2b3012e7/www/_includes/header.html ---------------------------------------------------------------------- diff --git a/www/_includes/header.html b/www/_includes/header.html index 02cbc2b..18363f6 100644 --- a/www/_includes/header.html +++ b/www/_includes/header.html @@ -23,7 +23,7 @@
  • Blog
  • -
  • +
  • Contribute
  • http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2b3012e7/www/blog/index.html ---------------------------------------------------------------------- diff --git a/www/blog/index.html b/www/blog/index.html index 53b7b6d..252e002 100644 --- a/www/blog/index.html +++ b/www/blog/index.html @@ -30,7 +30,7 @@ title: Apache Cordova Blog
    -

    {{ post.content | strip_html | truncatewords:80 }}

    +

    {{ post.content | truncatewords:80 }}

  • http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2b3012e7/www/contribute.html ---------------------------------------------------------------------- diff --git a/www/contribute.html b/www/contribute.html index b071545..3bb0822 100644 --- a/www/contribute.html +++ b/www/contribute.html @@ -2,31 +2,38 @@ layout: cordova title: Contribute to Apache Cordova permalink: /contribute/ +contribute_tab: true ---
    -

    Want to Contribute?

    -

    - Contributors are welcome! And we need your contributions to keep the project moving forward. You can report bugs, improve the documentation, or contribute code. -

    -

    - There is a specific contributor workflow we recommend. Start reading there. -

    -

    - The JIRA issue tracker and the dev mailing list are good places to identify areas to help out in. -
    - Search the issue tracker: -

    -

    - To share your contributions with the community, you can send a pull request on GitHub to the Apache git mirrors. You can also advocate for your changes directly on our developer mailing list. -

    -

    - In order for your changes to be accepted, you need to sign and submit an Apache ICLA (Individual Contributor License Agreement). Then your name will appear on the list of CLAs signed by non-committers or Cordova committers. -

    -

    - And don't forget to test and document your code. -

    -

    - Each component of Apache Cordova is in a separate git repository: -

    +
    +
    +

    Want to Contribute?

    +
    +
    +

    + Contributors are welcome! And we need your contributions to keep the project moving forward. You can report bugs, improve the documentation, or contribute code. +

    +

    + There is a specific contributor workflow we recommend. Start reading there. +

    +

    + The JIRA issue tracker and the dev mailing list are good places to identify areas to help out in. +
    + Search the issue tracker: +

    +

    + To share your contributions with the community, you can send a pull request on GitHub to the Apache git mirrors. You can also advocate for your changes directly on our developer mailing list. +

    +

    + In order for your changes to be accepted, you need to sign and submit an Apache ICLA (Individual Contributor License Agreement). Then your name will appear on the list of CLAs signed by non-committers or Cordova committers. +

    +

    + And don't forget to test and document your code. +

    +

    + Each component of Apache Cordova is in a separate git repository: +

    +
    +
    http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2b3012e7/www/static/css-src/blog.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/blog.scss b/www/static/css-src/blog.scss index 6f8a625..47da2d2 100644 --- a/www/static/css-src/blog.scss +++ b/www/static/css-src/blog.scss @@ -94,7 +94,7 @@ .social-container{ max-width: 360px; - padding-top: 140px; + padding-top: 40px; .container{ background-color: #f2f2f2; http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2b3012e7/www/static/css-src/main.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/main.scss b/www/static/css-src/main.scss index c3500b0..1bba377 100644 --- a/www/static/css-src/main.scss +++ b/www/static/css-src/main.scss @@ -281,3 +281,7 @@ h2 { margin-top:-14px; padding: 1px 5px; } + +.contribute-content { + padding-top: 15px; +} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org