Skip to content

Commit

Permalink
fiddled with the donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
David Capper committed May 16, 2013
1 parent dc32af1 commit 2fc91aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
4 changes: 3 additions & 1 deletion meetTheTeam.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ <h3>John Batty</h3>
</ul>
</div>
<p>We would really appreciate it if you could help us by making a donation. Whatever the amount it will help us secure the funding we need to get our team to Boston in order to compete this year</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<form class="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<p>
Please check this box if you are happy for your name to be published in the donors list
<input type="checkbox" name="custom" value="canPublishName"> </p><p>
<input type="hidden" name="cmd" value="_s-xclick"/>
<input type="hidden" name="hosted_button_id" value="4X3684JHZJMC4"/>
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal – The safer, easier way to pay online." width="250px"/>
Expand Down
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ form
{
padding-left:1em;
padding-right: 1em;
text-align: center;
}

form.donate
{
display: block;
border: 5px dashed #8fa850;
}

body
Expand Down

0 comments on commit 2fc91aa

Please sign in to comment.