-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdonate.html
305 lines (282 loc) · 17.4 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/base.css">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" />
<link rel="icon" href="imgs/logos/botguy.png">
<title>NHHS Botball Team</title>
<meta name="theme-color" content="#1976D2">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<header>
<nav>
<div class="nav-wrapper blue">
<a style="padding-left:16px" href="index.html" class="brand-logo waves-effect" id="top">NHHS Botball Team</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li class="waves-effect"><a href="index.html">Home</a></li>
<!--<li class="waves-effect"><a href="team.html">Our Team</a></li>-->
<li class="waves-effect"><a href="about.html">What We Do</a></li>
<li class="waves-effect"><a href="achievements.html">Achievements</a></li>
<li class="waves-effect"><a href="join.html">Join Our Team</a></li>
<li class="waves-effect"><a href="supportus.html">Support Us</a></li>
<li class="waves-effect"><a href="contact.html">Contact</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li class="blue"><a class="waves-effect white-text" href=""><i class="material-icons left center-vert">menu</i>NHHS Botball Team</a></li>
<li><a class="waves-effect" href="index.html"><i class="material-icons left center-vert">home</i>Home</a></li>
<!--<li><a class="waves-effect" href="team.html"><i class="material-icons left center-vert">group</i>Our Team</a></li>-->
<li><a class="waves-effect" href="about.html"><i class="material-icons left center-vert">help</i>What We Do</a></li>
<li><a class="waves-effect" href="achievements.html"><i class="material-icons left center-vert">star</i>Achievements</a></li>
<li><a class="waves-effect" href="join.html"><i class="material-icons left center-vert">person_add</i>Join Our Team</a></li>
<li><a class="waves-effect" href="supportus.html"><i class="material-icons left center-vert">tag_faces</i>Support Us</a></li>
<li><a class="waves-effect" href="contact.html"><i class="material-icons left center-vert">mail</i>Contact</a></li>
</ul>
</div>
</nav>
</header>
<main class="container">
<h1 class="blue-text header">We Need Your Help</h1>
<h4 class="header">To be able to compete in the Botball Competition</h4>
<h5 class="header">The registration fee for the Los Angeles competition is $2200. Costs increase if we qualify for further rounds of
the competition.</h5>
<!-- Modal Trigger -->
<!--div class="row" id="school-out">
<div class="col s12">
<div class="card-panel deep-orange">
<h4 class="white-text">School Resumes January 11</h4>
<p class="white-text cardtext">Donations will be received and processed when we return.</p>
</div>
</div>
</div-->
<div class="video-container">
<iframe width="853" height="480" src="https://www.youtube.com/embed/r_EpzX9w-Tg?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<div class="row" id="watch-vid">
<div class="col s12">
<div class="card-panel blue darken-1">
<h4 class="white-text">Donate Now!</h4>
<p class="white-text cardtext">Information on how you can make your tax-deductable donation today!</p>
<a class="blue darken-4 waves-effect btn btn-large modal-trigger" href="#donate-now" style="width:100%">Donate Now!</a>
</div>
</div>
</div>
<div class="row">
<!--a class="col s12 blue waves-effect waves-light btn btn-large modal-trigger" href="#promo-video" style="padding-bottom:10px">Watch Our Promo Video</a>
<p> </p-->
</div>
<div id="new-supportus-page" class="modal">
<div class="modal-content">
<h4 class="header">Visit our new Support Us page!</h4>
<p>Our new and improved support us page has much more information about what you can do to support us!</p>
</div>
<div class="modal-footer">
<a href="supportus.html" class="modal-action modal-close waves-effect btn-flat blue-text">Go Now!</a>
<a class="modal-action modal-close waves-effect btn-flat waves-red">Stay Here</a>
</div>
</div>
<!-- Modal Structure -->
<div id="donate-now" class="modal modal-fixed-footer">
<div class="modal-content">
<h4 class="header">Thank You For Your Interest In Donating!</h4>
<p>Any donation goes a long way.
<br>All donations are tax-deductable. Our nonprofit tax id number is 95-1916048. If you want to donate
with a check, you can find all contact information on the contact us page. All checks should be made
payable to North Hollywood High School Student Body and the check should mention "Botball" in the memo
section. That way you can make sure the money gets to us.
<br>Example:</p>
<img src="imgs/check.png" class="center-horiz" width="85%">
<p>You can also donate through PayPal. We don't recommend this method since PayPal takes a large percentage
of the donation. Also, since the PayPal account is for our school, it is not as easy for us to access.
If you do donate through PayPal, state that the donation is for Botball somewhere in the seller instructions.</p>
<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="5Z343A74B35XW">
<button type="submit" class="btn waves-effect center-horiz" style="width:70%">Donate With PayPal</button>
</form>
</div>
<div class="modal-footer">
<a href="contact.html" class=" modal-action modal-close waves-effect waves-green btn-flat">Donate with check</a>
</div>
</div>
<h2 class="header">Why Donate?</h2>
<h5 class="header">The Botball competition is very expensive - registration for the Los Angeles competition costs $2200. There are also
other costs, like building our own game board for practicing. Not only that, but the cost only goes up should
we make it past round one. We would need to cover transportation and lodging costs.</h5>
<div class="row">
<div class="col s12 m6">
<div class="card-panel hoverable blue darken-3">
<h4 class="white-text">You Get</h4>
<span class="white-text"><h6 class="cardtext">Your company's logo on our team t-shirts (if we raise over $200 total), our website, and even our robot. The logo on our website will link to your website and has a customizable line of text underneath.</h6>
</span>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel hoverable blue">
<h4 class="white-text">We Get</h4>
<span class="white-text"><h6 class="cardtext">Funding for our team. Since this is a student-run club, we need funding for transportaion, competition fees, website hosting fees, and building our practice game board. Anything you can give goes a long way.</h6>
</span>
</div>
</div>
</div>
<h2 class="header">If You Donate</h2>
<div class="row">
<div class="col s12 m6">
<div class="card-panel hoverable blue lighten-3" style="height:175px">
<h4 class="white-text">$12 - Virtual Hug</h4>
<span class="white-text">
<h6 class="cardtext">The title explains it all. You get our happiness, along with a personalized thank you message, your name on our T-Shirt (minimum $200 Raised) and a virtual hug!
</h6>
</span>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel hoverable blue lighten-2" style="height:175px">
<h4 class="white-text">$36 - Team T-Shirt</h4>
<span class="white-text">
<h6 class="cardtext">You get a personalized thank you message and your very own team T-shirt featuring your name! (Shipping provided for continental US only)
</h6>
</span>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel hoverable blue lighten-1" style="height:200px">
<h4 class="white-text">$110 - 5% of the Total Cost</h4>
<span class="white-text">
<h6 class="cardtext">You cover 5% of the registration costs for the Los Angeles Regional Botball Competion. You get a logo icon on our t-shirts, a logo icon on our website, a team t-shirt, and access to competition photos.
</h6>
</span>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel hoverable blue" style="height:200px">
<h4 class="white-text">$220 - 10% of the Total Cost</h4>
<span class="white-text">
<h6 class="cardtext">You cover the cost of 10% of the registration fee for the Los Angeles Regional Botball Competition. You can also have a full logo printed on our t-shirts, a logo on our website, a team t-shirt, and access to competition photos.
</h6>
</span>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel hoverable blue darken-1" style="height:200px">
<h4 class="white-text">$550 - Logo on Robot!</h4>
<span class="white-text">
<h6 class="cardtext">You cover 25% of the registration fee for the Los Angeles Regional Botball Competition. You can have a full logo printed on our t-shirts, a full logo on our website, a team t-shirt, access to competition photos, and an easily visible logo on one of our robots in the competition!.
</h6>
</span>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel hoverable blue darken-2" style="height:200px">
<h4 class="white-text">$1100 - Gold Sponsor</h4>
<span class="white-text">
<h6 class="cardtext">You cover 50% of the registration fee for the Los Angeles Regional Botball Competition. You can have a large logo printed on our t-shirts, a large logo on our website in the gold sponsor category, a team t-shirt, access to competition photos, and an easily visible logo on all of our competing robots!
</h6>
</span>
</div>
</div>
<div class="col s12">
<div class="card-panel hoverable blue darken-4">
<h4 class="white-text">Top Donor</h4>
<span class="white-text">
<h6 class="cardtext">The top donor will receive all of the aforementioned rewards - your logo on our website, t-shirts, and robots, a team t-shirt, and access to competition photos - but your company will be featured as our premiere sponsor and will be listed at the top of our list of sponsors everywhere logos are displayed. Your logo will also be larger than any other as a way for us to show our gratitude for your donation.
</h6>
</span>
</div>
</div>
</div>
<div class="row">
<h3 class="col s12 center">Our Sponsors</h3>
<div class="col m4 s6 center promo hoverable">
<a class="black-text" href="https://www.solidworks.com/">
<img alt="SolidWorks" src="imgs/logos/solidworks.png" width="" height="96px" class="sponsor-pic" />
<div class="sponsor">
<p class="sponsor-caption" style="font-weight:400"><strong style="font-weight:500">Solid</strong>Works</p>
</div>
</a>
</div>
<div class="col m4 s6 center promo hoverable">
<a class="black-text" href="supportus.html">
<i class="large material-icons teal-text sponsor-pic">help</i>
<div class="sponsor">
<h6 class="sponsor-caption header">Your Logo Here</h6>
<h6 class="sponsortext header">Your Custom Text Line Here</h6>
</div>
</a>
</div>
<div class="col m4 s6 center promo hoverable">
<a class="black-text" href="supportus.html">
<i class="large material-icons teal-text sponsor-pic">help</i>
<div class="sponsor">
<h6 class="sponsor-caption header">Your Logo Here</h6>
<h6 class="sponsortext header">Your Custom Text Line Here</h6>
</div>
</a>
</div>
<div class="col m4 s6 center promo hoverable">
<a class="black-text" href="supportus.html">
<i class="large material-icons teal-text sponsor-pic">help</i>
<div class="sponsor">
<h6 class="sponsor-caption header">Your Logo Here</h6>
<h6 class="sponsortext header">Your Custom Text Line Here</h6>
</div>
</a>
</div>
<div class="col m4 s6 center promo hoverable">
<a class="black-text" href="supportus.html">
<i class="large material-icons teal-text sponsor-pic">help</i>
<div class="sponsor">
<h6 class="sponsor-caption header">Your Logo Here</h6>
<h6 class="sponsortext header">Your Custom Text Line Here</h6>
</div>
</a>
</div>
<div class="col m4 s6 center promo hoverable">
<a class="black-text" href="supportus.html">
<i class="large material-icons teal-text sponsor-pic">help</i>
<div class="sponsor">
<h6 class="sponsor-caption header">Your Logo Here</h6>
<h6 class="sponsortext header">Your Custom Text Line Here</h6>
</div>
</a>
</div>
</div>
</main>
<footer class="page-footer blue-grey">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">NHHS Botball Team</h5>
<p class="grey-text text-lighten-4">We are a completely student-run robotics team which builds and programs robots for the KIPR Botball competition.</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3 waves-effect waves-light" href="about.html">About</a></li>
<li><a class="grey-text text-lighten-3 waves-effect waves-light" href="supportus.html">Support Us</a></li>
<li><a class="grey-text text-lighten-3 waves-effect waves-light" href="https://materializecss.com/">Materialize CSS</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright" style="background-color:">
<div class="container">
© 2017 North Hollywood High School Botball Team
<a class="grey-text text-lighten-4 right waves-effect waves-light" href="#top">Back to Top</a>
</div>
</div>
</footer>
<script>
//$('#promo-video').openModal();
$( document ).ready(function(){
$(".button-collapse").sideNav();
$('.modal-trigger').leanModal();
$("#new-supportus-page").openModal();
})
</script>
</body>
</html>