forked from AmsterdamPHP/amsterdamphp.nl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request AmsterdamPHP#65 from AmsterdamPHP/donation-page
Donations Page
- Loading branch information
Showing
3 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/AmsterdamPHP/Bundle/SiteBundle/Resources/views/Contact/_sponsor_us.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<h2>Sponsor Us</h2> | ||
|
||
<div class="row"> | ||
<div class="col-lg-8 col-md-8"> | ||
<p>If you wish to sponsor AmsterdamPHP we have many options available to you. Please look over the list below and pick an option.</p> | ||
|
||
<ul> | ||
<li><strong>Sponsor a Meeting</strong> If you wish to host a meeting, get in touch using the form below.</li> | ||
<li><strong>Sponsorship Packages</strong> We have many packages available, please get in touch with the form below and we will send you details.</li> | ||
<li><strong>Donations</strong> For small values you can use the donate button and we will get in touch.</li> | ||
</ul> | ||
</div> | ||
<div class="col-lg-4 col-md-4 text-center"> | ||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> | ||
<input type="hidden" name="cmd" value="_s-xclick"> | ||
<input type="hidden" name="hosted_button_id" value="9DP976L7R54SS"> | ||
<input type="image" src="https://www.paypalobjects.com/en_US/NL/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> | ||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> | ||
</form> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters