You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/05/31 13:05:08 UTC

incubator-ponymail-site git commit: fix title sizes

Repository: incubator-ponymail-site
Updated Branches:
  refs/heads/asf-site e460b2e60 -> 419088111


fix title sizes


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/commit/41908811
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/41908811
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/41908811

Branch: refs/heads/asf-site
Commit: 419088111abdd9a8e1fe83ef649eef4de4098fd6
Parents: e460b2e
Author: humbedooh <hu...@apache.org>
Authored: Tue May 31 15:04:55 2016 +0200
Committer: humbedooh <hu...@apache.org>
Committed: Tue May 31 15:04:55 2016 +0200

----------------------------------------------------------------------
 content/contribute.html       | 4 ++--
 source/markdown/contribute.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/41908811/content/contribute.html
----------------------------------------------------------------------
diff --git a/content/contribute.html b/content/contribute.html
index 17e6a8b..146ce9c 100644
--- a/content/contribute.html
+++ b/content/contribute.html
@@ -33,7 +33,7 @@
         </ul>
     </div>
 </div>
-<h3>Contributing to Pony Mail</h3>
+<h1>Contributing to Pony Mail</h1>
 <p>We'd LOVE if more people would contribute to Pony Mail!
 Any form of contribution is most welcome, whether it be programming,
 documentation, evangelism, marketing, or helping out other users.</p>
@@ -55,7 +55,7 @@ documentation, evangelism, marketing, or helping out other users.</p>
 <li>Let us know what you want to do, and we'll add you to our contributors list!</li>
 <li>Join us on #ponymail on the Freenode IRC network</li>
 </ul>
-<h3>Git Workflow</h3>
+<h2>Git Workflow</h2>
 <p>The following workflow is adapted from the <a href="https://cwiki.apache.org/confluence/display/JCLOUDS/Git+workflow">jClouds workflow</a>:</p>
 <h4>Prepare your fork</h4>
 <p>The first thing to do is to make sure you have the ponymail Git

http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/41908811/source/markdown/contribute.md
----------------------------------------------------------------------
diff --git a/source/markdown/contribute.md b/source/markdown/contribute.md
index b223cd9..ef18f5f 100644
--- a/source/markdown/contribute.md
+++ b/source/markdown/contribute.md
@@ -1,5 +1,5 @@
 
-### Contributing to Pony Mail ###
+# Contributing to Pony Mail #
 We'd LOVE if more people would contribute to Pony Mail!
 Any form of contribution is most welcome, whether it be programming,
 documentation, evangelism, marketing, or helping out other users.
@@ -14,7 +14,7 @@ To contribute to Pony Mail, follow these steps:
 - Let us know what you want to do, and we'll add you to our contributors list!
 - Join us on #ponymail on the Freenode IRC network
 
-### Git Workflow
+## Git Workflow
 The following workflow is adapted from the [jClouds workflow](https://cwiki.apache.org/confluence/display/JCLOUDS/Git+workflow):
 
 #### Prepare your fork