From 2b3012e75715592f41e063b55d0f588cee956841 Mon Sep 17 00:00:00 2001 From: Raghav Katyal Date: Thu, 13 Aug 2015 16:54:45 -0700 Subject: [PATCH] Minor fixes --- 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(-) diff --git a/www/_includes/header.html b/www/_includes/header.html index 02cbc2ba333..18363f635c9 100644 --- a/www/_includes/header.html +++ b/www/_includes/header.html @@ -23,7 +23,7 @@
  • Blog
  • -
  • +
  • Contribute
  • diff --git a/www/blog/index.html b/www/blog/index.html index 53b7b6d2b6d..252e0029a12 100644 --- a/www/blog/index.html +++ b/www/blog/index.html @@ -30,7 +30,7 @@

    Blog

    -

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

    +

    {{ post.content | truncatewords:80 }}

    More...
  • diff --git a/www/contribute.html b/www/contribute.html index b0715454eeb..3bb0822c010 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: +

    +
    +
    diff --git a/www/static/css-src/blog.scss b/www/static/css-src/blog.scss index 6f8a625dafd..47da2d2e5b2 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; diff --git a/www/static/css-src/main.scss b/www/static/css-src/main.scss index c3500b033f0..1bba377ce17 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; +}