Skip to content
Snippets Groups Projects
Commit 24acd671ff2b authored by Maciej Fijalkowski's avatar Maciej Fijalkowski
Browse files

regen and reset values to 0

parent 41d5a0a92d16
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<script>
$(function() {
$("#progressbar").progressbar({
value: 37
value: 0
});
});
</script>
......
......@@ -16,7 +16,7 @@
<div id="progressbar">
<div class="progresstext">
1234 of 20000 (5%)
0 of 20000 (0%)
</div>
</div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
......
......@@ -46,9 +46,9 @@
<script>
$(function() {
$("#progressbar").progressbar({
value: 37
value: 0
});
});
</script>
<h1 class="title">Sponsor PyPy</h1>
<p>As an Open Source project, PyPy is mostly an effort of volunteers. However,
......@@ -50,10 +50,10 @@
});
});
</script>
<h1 class="title">Sponsor PyPy</h1>
<p>As an Open Source project, PyPy is mostly an effort of volunteers. However,
we decided to run a <a class="reference external" href="xxx">pilot program</a> of <a class="reference external" href="xxx">crowdfunding</a> to implement numpy.</p>
<p>Our goal is to raise 20000 euros by 1st of October 2011. That should allow us
to finish implementing NumPy by the end of 2011.</p>
we've decided to run a <a class="reference external" href="xxxbloglink">pilot program</a> of <a class="reference external" href="http://en.wikipedia.org/wiki/Crowdfunding">crowdfunding</a> to implement NumPy.</p>
<p>Our goal is to raise 20000 Euros by the 1st of October 2011. That should allow
us to finish implementing NumPy by the end of 2011.</p>
<div id="progressbar">
<div class="progresstext">
......@@ -58,6 +58,6 @@
<div id="progressbar">
<div class="progresstext">
1234 of 20000 (5%)
0 of 20000 (0%)
</div>
</div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
......@@ -69,6 +69,7 @@
<option value="GBP">GBP</option>
</select>
<input type="hidden" name="cmd" value=" _xclick"/>
<input type="hidden" name="hosted_button_id" value="QVB9EDQXBUPJY">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_paynowCC_LG.gif" name="submit"/>
</form>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment