-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.php
52 lines (46 loc) · 1.79 KB
/
donate.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<?php include 'head.php' ?>
<body>
<!-- Start Navbar -->
<?php
$current = 'donate';
include 'navbar.php';
?>
<!-- End Navbar -->
<!-- Start Header -->
<div id="header">
</div>
<!-- End Header -->
<!-- Start Body -->
<div class="container text-center">
<img src="img/divider.png" alt="Page Divider" id="divider"/>
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-10 body">
<h2>For donations to Gresham Outdoor Public Art:</h2>
<p>The Gresham Outdoor Public Art Board is currently working on several projects. As you hear about a project you can participate with us by donating money to the fund.<br><br>
Please mail checks to:<br>
Gresham Outdoor Public Art<br>
PO Box 2384<br>
Gresham, OR 97030<br>
*We will send you a receipt for tax purposes.<br>
Our Federal Tax ID # is 59-3781305</p>
<p>Click here to donate online!</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="3TGL2FFGWALN6" />
<input class="center" alt="PayPal - The safer, easier way to pay online!" name="submit" src="http://4.bp.blogspot.com/-dy8ZnOjhB6A/U2KNyoawy1I/AAAAAAAADtA/FEj_8wo4u2g/s1600/PayPal-Donations_Button.png" type="image" class="center" id="donate-normal"/>
</form>
<br>
<br>
<br>
</div>
</div><!-- row div close -->
</div><!-- container div close -->
<!-- End Body -->
<!-- Footer -->
<?php include 'footer.php'; ?>
<!-- End Footer -->
</body>
</html>