diff --git a/css/site.css b/css/site.css index 0d58afa3a8a98a46f9698a07323af2c759ac637f_Y3NzL3NpdGUuY3Nz..97c8e5524ff01e8e8d91ae86034dc06d911a1e96_Y3NzL3NpdGUuY3Nz 100644 --- a/css/site.css +++ b/css/site.css @@ -1360,3 +1360,13 @@ margin-left: 20px; margin-right: 20px; } + +#progressbar { + margin: 20px; +} + +.progresstext { + position: absolute; + text-align: center; + left: 400px; +} \ No newline at end of file diff --git a/source/sponsor.txt b/source/sponsor.txt index 0d58afa3a8a98a46f9698a07323af2c759ac637f_c291cmNlL3Nwb25zb3IudHh0..97c8e5524ff01e8e8d91ae86034dc06d911a1e96_c291cmNlL3Nwb25zb3IudHh0 100644 --- a/source/sponsor.txt +++ b/source/sponsor.txt @@ -15,5 +15,8 @@ .. raw:: html <div id="progressbar"> + <div class="progresstext"> + 1234 of 20000 (5%) + </div> </div> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> @@ -18,6 +21,6 @@ </div> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> - Sponsor by: + Sponsor numpy implementation in PyPy by the following amount:<br/> <input type="text" name="amount"></input> <select name="currency_code"> <option value="USD" selected="1">USD</option> diff --git a/sponsor.html b/sponsor.html index 0d58afa3a8a98a46f9698a07323af2c759ac637f_c3BvbnNvci5odG1s..97c8e5524ff01e8e8d91ae86034dc06d911a1e96_c3BvbnNvci5odG1s 100644 --- a/sponsor.html +++ b/sponsor.html @@ -56,5 +56,8 @@ <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> <div id="progressbar"> + <div class="progresstext"> + 1234 of 20000 (5%) + </div> </div> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> @@ -59,6 +62,6 @@ </div> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> -Sponsor by: +Sponsor numpy implementation in PyPy by the following amount:<br/> <input type="text" name="amount"></input> <select name="currency_code"> <option value="USD" selected="1">USD</option>