Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Will authored and Will committed Mar 10, 2012
1 parent d7b1f62 commit 3874159
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Expand Up @@ -74,6 +74,13 @@
background: -moz-linear-gradient(top, #0078a5, #00adee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.five {
text-align: left;
}
.five:first-letter {
font-size: 3em;
float: left;
}
</style>
</head>
<body>
Expand All @@ -93,10 +100,13 @@ <h3>How do I ask for help?</h3>
<li>you may explicitly state that you want or accept <a href="http://www.gnu.org/licenses/agpl.html">Affero GPL licensed</a> code</li>
<li>submit your brief as an 'issue' using the big blue button below&nbsp;&darr;</li>
<li>if you have data to crunch, can you attach a simple small test-set to the issue?</li>
<li>worried that your problem is open-ended, badly defined or too big? Perhaps the first project you post is asking for help in splitting it into smaller tasks</li>
</ol></p>
</td>
<td class="green rounded" width="50%" valign="top">
<h2>I'm a programmer&nbsp;&darr;</h2>
<p class="five"><b>5 minutes</b> or an hour or an evening of your time is all you need spare to achieve something meaningful!
You don't need dedication and commitment, only <i>commit</i> or code-review</p>
<h3>Show me how to help!</h3>
<p><ol style="text-align: left">
<li>you need a <a href="//www.github.com">github</a> account and to be familiar with git/github</li>
Expand All @@ -123,6 +133,8 @@ <h3>about:</h3>
<p>The giving.github.com project was inspired by an <a href="http://en.wikipedia.org/wiki/Epiphany_%28feeling%29">epiphany</a> that
there is more to life than work. Coders too can actively make the world a better place!</p>
<p><a href="http://williamedwardscoder.tumblr.com/post/18917120117/do-something-meaningful-coding-for-the-world">blog post that started it all</a>.</p>
<h3>other places and ways you can give code:</h3>
<p>include <a href="http://www.rhok.org">random hacks of kindness</a> and <a href="http://www.codeforamerica.org">code for america</a></p>
<p><small>This project is using the excellent, free github project hosting. It is not affiliated nor endorsed by the company github in any way</small></p>
</div></p>
</body>
Expand Down

0 comments on commit 3874159

Please sign in to comment.