-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonation.shtml
105 lines (86 loc) · 3.82 KB
/
donation.shtml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="author" content="Hilary Jones">
<meta name="copyright" content="Tri-Valley Stargazers, 2020">
<meta name="description" content="Pay Tri-Valley Stargazers donations">
<meta name="keywords" content="Tri-Valley, Stargazers, astronomy, pay, donation, PayPal">
<title>Contribute to the Tri-Valley Stargazers</title>
<link href="tvs.css" rel="stylesheet" type="text/css">
<script src="tvs.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
lastUpdateDate = "January 5, 2021";
//-->
</script>
<!-- The id for the button that needs to be underlined. -->
<style type='text/css'>#appleNav li a#m_home { text-decoration: underline;}</style>
</head>
<!--#include virtual="free_find.shtml" -->
<!--#include virtual="leader.shtml" -->
<div id="regular">
<h1 class="title" style="width: 600px;">Donate to the Tri-Valley Stargazers</h1>
The Tri-Valley Stargazers is a 501(c)(3) nonprofit organization, so all donations
are tax-deductible. You can make a donation by filling out the following form. Funds
received this way will be used to help the club with its functions. Currently one of
our most important projects is rebuilding our observatory and replacing equipment
damaged in a recent wild fire. These photos by Jannette Bennett show some of the damage:<br><br>
<img src="images/fire/img_1547.jpg" alt="Fire damage" title="Fire damage" style="float:left; width:25%; padding-left:200px;">
<img src="images/fire/img_1506.jpg" alt="Fire damage" title="Fire damage" style="float:right;width:25%; padding-right:200px;">
<br><br>
<span style="clear:left; display:block;"><br><br></span>
</div>
<table class="items">
<tr><td class="items">
<span class="itemTitle">
<label for="donation">Donation: </label>
<input type="text" id="donation" value="$0" size="5" style="width:4em;" required>
</span>
<div class="itemDetails">
The Tri-Valley Stargazers is a 501(c)(3) nonprofit organization, so all
donations are tax deductible. Donations are used to support various
club functions, and in particular, restoring the Hidden Hill
Observatory (H2O) and equipment after recent wildfires in the area.
</div>
</td></tr>
<tr><td class="items">
<span class="itemTitle">
<label for="name">Your name: </label>
<input type="text" id="name" size="5" style="width:40em;" required>
</span>
<div class="itemDetails">
Enter your name so we can know who you are.
</div>
</td></tr>
<tr><td class="items">
<span class="itemTitle">
<label for="email">Your email: </label>
<input type="text" id="email" size="5" style="width:40em;" required>
</span>
<div class="itemDetails">
Enter your email address so we can send you a followup email acknowledging
your tax-deductible donation.
</div>
</td></tr>
<tr><td class="items">
<span class="itemTitle">
<label for="comment">Comment: </label>
<input type="text" id="comment" size="5" style="width:40em;">
</span>
<div class="itemDetails">
If you want to send us more information about you and your contribution,
enter it here.
</div>
</td></tr>
<tr><td style="background-color:white;"><br></td></tr>
<tr><td class="items">
<div style="float:right;">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif" onclick="doPayPalDonation();">
</div>
</td></tr>
</table>
<br>
<!--#include virtual="trailer.shtml" -->
</body>
</html>