-
Notifications
You must be signed in to change notification settings - Fork 4
/
donate.html
150 lines (148 loc) · 5.1 KB
/
donate.html
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="Texas A&M Percussion Studio" />
<meta
name="keywords"
content="percussion, studio, drums, marimba, Texas, aggies, A&M, student, donate"
/>
<meta
name="viewport"
content="width=device-width,initial-scale=1.0,user-scalable=yes"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="HandheldFriendly" content="true" />
<title>Donate - Texas A&M Percussion Studio</title>
<link rel="icon" href="assets/webIcon.png" />
<link href="css/auxiliarypages.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="js/scripts.js" defer></script>
</head>
<body>
<div id="navHeader" onclick="toggleNav()">
<input type="image" id="stick1" src="assets/drumstickBlack.png" />
<input type="image" id="stick2" src="assets/drumstickBlack.png" />
<p id="menuLabel">MENU</p>
<div id="covidBanner">
<!-- <svg xmlns="http://www.w3.org/2000/svg" onclick="closeBanner();event.cancelBubble=true;"class="icon icon-tabler icon-tabler-x" width="4vh" height="4vh" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="18" y1="6" x2="6" y2="18" />
<line x1="6" y1="6" x2="18" y2="18" />
</svg>
<a href="Spring2021.html" id="bannerText">Click here for ticket information and Spring 2021 updates</a> -->
</div>
</div>
<div id="nav" style="visibility: hidden">
<div id="linkBar">
<div id="left" class="column">
<div class="link">
<a href="index.html#about">About</a>
</div>
<div class="link">
<a href="index.html#join">Join</a>
</div>
<div class="link">
<a href="index.html#watch">Watch</a>
</div>
<div class="link">
<a href="index.html#contact">Contact</a>
</div>
</div>
<div id="line"></div>
<div id="right" class="column">
<div class="link">
<a
href="https://secure.touchnet.com/C21490_ustores/web/classic/store_main.jsp?STOREID=452"
target="_blank"
>Shop</a
>
</div>
<div class="link">
<a href="donate.html">Donate</a>
</div>
<div class="link">
<a href="bookus.html">Book Us</a>
</div>
<div class="link">
<a
href="https://drive.google.com/drive/u/0/folders/0AKGXTc2eigXKUk9PVA"
>Members</a
>
</div>
</div>
</div>
</div>
<main>
<div id="donate">
<div class="content">
<div class="overlay">
<img src="assets/giantcheck.JPG" alt="donate" />
<h1>Donate</h1>
</div>
<div class="textBox">
<h2>Thank you for your support!</h2>
<h4><i>There are four ways you can help us out:</i></h4>
<p>
<b
>1. Donate online at
<a href="https://tx.ag/psdonate" target="_blank"
>tx.ag/psdonate</a
>
(maximum of $249)</b
>
</p>
<p>
<b
>2. Donate online at
<a
href="https://www.txamfoundation.com/give.aspx"
target="_blank"
>txamfoundation.com</a
>
(tax deductible)</b
>
<br />Select "Contribute to a fund not listed online"<br />
In the Gift Fund Name or Number Line please put "Percussion Studio
account #954670"
</p>
<p>
<b
>3. Send a check to the Texas A&M Foundation. (tax
deductible)</b
>
<br />In the Memo Line please specify this goes to "Percussion
Studio account #954670"
</p>
<p>
<b>4. Pay us to play for you!</b> <br />You can contact us
<a href="bookus.html">here</a>. We love playing for people and
really enjoy getting paid to play too!
</p>
</div>
</div>
</div>
</main>
<footer>
<div id="copyright">
<h3>© 2021 Percussion Studio</h3>
</div>
<div class="socialBubbles">
<div id="facebook">
<a href="https://www.facebook.com/PercussionStudio/">
<img src="assets\f_logo_RGB-Blue_1024.png"
/></a>
</div>
<div id="instagram">
<a href="https://www.instagram.com/tamupercussionstudio/">
<img src="assets\Instagram_AppIcon_Aug2017.png"
/></a>
</div>
<div id="twitter">
<a href="https://twitter.com/tamupercstud">
<img src="assets\Twitter_Social_Icon_Circle_Color.png"
/></a>
</div>
</div>
</footer>
</body>
</html>