-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
663 lines (645 loc) · 26.5 KB
/
index.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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
<!DOCTYPE html>
<html lang="en" dir="ltr">
<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, perform"
/>
<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>TAMU Percussion Studio</title>
<link rel="icon" href="assets/webIcon.png" />
<link href="css/style.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="js/scripts.js" defer></script>
</head>
<body id="indexBody" onload="init()">
<div id="navHeader" onclick="toggleNav()">
<img id="stick1" src="assets/drumstickBlack.png" />
<img 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="#about" onclick="toggleNav()">About</a>
</div>
<div class="link">
<a href="#join" onclick="toggleNav()">Join</a>
</div>
<div class="link">
<a href="#watch" onclick="toggleNav()">Watch</a>
</div>
<div class="link">
<a href="#contact" onclick="toggleNav()">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 id="parallaxWrapper" onscroll="scrollCheck()">
<div id="frontPage">
<section id="firstSection" class="section parallax bg1">
<div id="frontWrapper">
<div class="firstContent">
<div id="imgHolder">
<img
id="bigLogo"
src="assets/logo.png"
alt="Percussion Studio"
/>
</div>
<p>
Texas A&M University's Premier Percussion Student Organization
</p>
</div>
<div id="downArrow">
<a href="#about"
><img src="assets/downArrowWhite.png" alt="About"
/></a>
</div>
</div>
<div id="stickOverlay">
<img id="panel1" src="assets/stickOverlay1.png" />
<img id="panel2" src="assets/stickOverlay2.png" />
</div>
</section>
</div>
<div id="about">
<section id="secondSection" class="section parallax bg2">
<div id="aboutWrapper">
<div id="aboutTitle" class="titleRow">
<h1>About</h1>
<div class="bar"></div>
</div>
<div id="row1" class="aboutRow">
<div id="text1" class="textBox">
<p>
Founded in 1999, Percussion Studio is a student-led
organization at Texas A&M University dedicated to the art of
percussive ensemble performances.
</p>
</div>
<img id="sunset" src="assets/sunset.jpg" alt="sunset" />
</div>
<div id="row2" class="aboutRow">
<img
id="starwars"
src="assets/starwarsbattle.jpg"
alt="starwars"
/>
<div id="text2" class="textBox">
<p>
We cover everything from traditional percussion ensembles with
and without melody to more original pieces along the lines of
many professional performing groups.
</p>
</div>
</div>
<div id="row3" class="aboutRow">
<div class="textBox">
<p>
This all combines to form a unique and original show at the
end of each long semester and many other performances
throughout the year.
</p>
</div>
<a href="https://tx.ag/pstix" target="_blank">
<img
id="tickets"
src="assets/arm.png"
alt="Buy Tickets Here!"
/>
</a>
</div>
</div>
</section>
</div>
<div id="join">
<section id="thirdSection" class="section parallax bg2">
<div id="joinWrapper">
<div id="joinTitle" class="titleRow">
<h1>Join</h1>
<div class="bar"></div>
</div>
<div id="auditionWrapper" class="joinRow">
<div id="auditionInfo" class="textBox joinChild">
<div class="infoBox joinChild">
<p>
Unfortunately, we are not holding any more auditions for
Fall 2024.
</p>
<p>
<b>Interested in joining for the Spring 2025 semester?</b>
</p>
<p>
Fill out
<a
href="https://forms.gle/wrt7U8ZQogECiEAb8"
target="_blank"
>this form</a
>
to stay up-to-date!
</p>
<p>
<!-- Our Second Fall 2024 informational will be held
<b>on Wednesday, September 4th at 6:00 PM</b> on Zoom. Meet
us
<a href="https://tamu.zoom.us/j/93987156271" target="_blank"
>here</a
</p>
<p>
<b>Ready to join for Fall 2024?</b>
<a
href="https://forms.gle/MWYaQ7x1dLfHqa5i6"
target="_blank"
>Sign up for auditions</a
>!
</p> -->
</div>
<h3>Audition</h3>
<p>The audition consists of four parts:</p>
<ol>
- Snare Sight Reading (30s)<br>
- Mallet Sight Reading (30s)<br>
- Prepared Piece of Your Choosing (45s) <br>
- Interview</<br>
</ol>
<p>
<br>
<p>For the prepared piece, any snare, mallet, or drumset excerpt
is acceptable! If you don't have a piece in mind, feel free to
play an excerpt from one of the pieces we've provided
<a
target="_blank"
href="https://drive.google.com/drive/folders/1gtuC059FhGh61O3TzcpZrxhxZiuQnI8J?usp=sharing"
>here</a
>.</p>
</p>
<p>
The instruments available for the prepared piece are: snare,
3-octave practice marimba, and drumset. If you need anything
else, please reach out to one of our officers with the request
and we will see if we can arrange for it. We will have sticks
and mallets available for the instruments. Feel free to bring
your own instrument to audition on as well.
</p>
<br>
<br>
<h3>Time commitment</h3>
<p>
All members must be in at least 2 ensembles per semester,
which rehearse for 1 hour once a week. Rehearsal times are
usually Sunday-Wednesday evenings starting at 6pm. We also
require you attend 2 soccer games and 1 gig (Fall) or 3 gigs
(Spring) per semester. As drumline for the women's soccer
team, we play short cadences and are required to stay for the
entire game. Gigs are events for the community that usually
take around an hour. They can be at any time depending on when
we are asked to play.
</p>
<!-- <hr> -->
</div>
<div id="faq" class="textBox joinChild">
<h3>Frequently Asked Questions</h3>
<h4>Who can audition?</h4>
<p>
Any current student enrolled at Texas A&M University is
eligible to audition.
</p>
<h4>
Where can I find instruments to practice on before the
audition?
</h4>
<p>
Unfortunately, Studio as an organization is unable to provide
instruments prior to the audition. We recognize that not
having a practice space can be stressful, but we are aware
that many of those auditioning have not touched an instrument
in weeks or months. The audition serves to gauge general
percussion experience, and we have very realistic
expectations.
</p>
<h4>
I can't make any of the available audition times, how do I
reschedule?
</h4>
<p>
Please contact one of our officers to set up an alternate
audition time.
</p>
<h4>Do I need a car?</h4>
<p>
Nope! Although our rehearsals are held off-campus, many
members arrange rides to practice with one another.
</p>
<h4>How social is this organization?</h4>
<p>
Percussion Studio is a very social organization. We hold many
events throughout the semester including hangouts, formal, and
a retreat.
</p>
<h4>Are there mallet parts in Percussion Studio ensembles?</h4>
<p>
Yes! Roughly half of our ensembles each semester are
mallet-based.
</p>
<h4>More questions?</h4>
<p>
Please contact one of our student officers
<a href="#contact">here</a>.
</p>
<!-- <hr> -->
<!-- <center><img id="drumline" src="assets/dlSaturated.jpg" alt="drumline"></center> -->
</div>
</div>
<hr />
<center>
<img id="treegang" src="assets/treegang.jpg" alt="tree branch" />
</center>
<br />
</div>
</section>
</div>
<div id="watch">
<section id="fourthSection" class="section parallax bg2">
<div id="watchWrapper">
<div id="watchTitle" class="titleRow">
<h1>Watch</h1>
<div class="bar"></div>
</div>
<div style="text-align: center; padding: 0 20px">
<p>
Like what you see? Consider
<a href="donate.html">making a donation</a> to help us keep
drumming!
</p>
<br />
<!-- <a href="https://tx.ag/pstix" target="_blank"
><div class="showtickets">
<p>
Tickets for our Spring '23 show <i>Rhythmic Rewind</i> can
be purchased now! <i>tx.ag/pstix</i>
</p>
</div>
</a> -->
<!-- <div class="showtickets">
<p>
Our Fall '22 show, <i>Perc du Soleil</i>, will take place on
<b>December 10, 2022 at 7:30 PM in Rudder Auditorium</b>!
</p>
<p>Check back later to find tickets on sale.</p>
</div> -->
<br />
</div>
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade" style="display: block">
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/YMazKG0LaTM?si=Ft3DfXg8bKQYFBzo"
loading="lazy"
title="Galactic Grooves"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Spring '24</div>
</div>
<div class="mySlides fade" style="display: block">
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/vMVc3glyaT8?si=vnqUpjLqCsUfv6WD"
loading="lazy"
title="Perc du Soleil"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Fall '23</div>
</div>
<div class="mySlides fade" style="display: block">
<!-- <p>
Click
<a href="assets/RhythmicRewind.pdf" target="_blank">here</a>
for the program for the show!
</p> -->
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/nBNoJlWhOEU"
loading="lazy"
title="Rhythmic Rewind"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Spring '23</div>
</div>
<div class="mySlides fade" style="display: block">
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/bKpd9fuE7rc"
loading="lazy"
title="Perc du Soleil"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Fall '22</div>
</div>
<div class="mySlides fade" style="display: block">
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/DCf9ZgVq8MI?enablejsapi=1"
loading="lazy"
title="Sun's Out Drums Out"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Spring '22</div>
</div>
<div class="mySlides fade" style="display: block">
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/thX77ad70lY?enablejsapi=1"
loading="lazy"
title="All I Want For Christmas Is More Cowbell"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Fall '21</div>
</div>
<div class="mySlides fade" style="display: block">
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/7JozQxrfzzA?enablejsapi=1"
loading="lazy"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Spring '21</div>
</div>
<div class="mySlides fade" style="display: block">
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/AHpIdlUP5kY?enablejsapi=1"
loading="lazy"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Fall '20</div>
</div>
<div class="mySlides fade" style="display: block">
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/VpoClD0nPvc?enablejsapi=1"
loading="lazy"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Fall '19</div>
</div>
<div class="mySlides fade" style="display: block">
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/WLxqSOBcsYI?enablejsapi=1"
loading="lazy"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Spring '19</div>
</div>
<div class="mySlides fade" style="display: block">
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/f-QjWwZsRH8?enablejsapi=1"
loading="lazy"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Fall '18</div>
</div>
<div class="mySlides fade" style="display: block">
<iframe
class="iframeSize"
src="https://www.youtube.com/embed/qk6YLK2Ordo?enablejsapi=1"
loading="lazy"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="text">Spring '18</div>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br />
<!-- The dots/circles -->
<div style="text-align: center">
<span class="dot" onclick="currentSlide(0)"></span>
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
<span class="dot" onclick="currentSlide(6)"></span>
<span class="dot" onclick="currentSlide(7)"></span>
<span class="dot" onclick="currentSlide(8)"></span>
</div>
</div>
</section>
</div>
<div id="contact">
<section id="fifthSection" class="section parallax bg2">
<div id="contactWrapper">
<div id="contactTitle" class="titleRow">
<h1>Contact</h1>
<div class="bar"></div>
</div>
<div class="row">
<div class="grow">
<div id="president" class="contactCard">
<h3>President</h3>
<img
src="assets/davidprofile.jpg"
height="150px"
width="150px"
/>
<h4>David Soto</h4>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="grow">
<div id="vicePresident" class="contactCard">
<h3>Vice President</h3>
<img
src="assets/morganprofile.jpg"
height="150px"
width="150px"
/>
<h4>Morgan Rackley</h4>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="grow">
<div id="eventCoordinator" class="contactCard">
<h3>Event Coordinator</h3>
<img
src="assets/HarrisonHerndon.jpeg"
height="150px"
width="150px"
/>
<h4>Harrison Herndon</h4>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="grow">
<div id="treasurer" class="contactCard">
<h3>Treasurer</h3>
<img
src="assets/zach.jpg"
height="150px"
width="150px"
/>
<h4>Zachary Williams</h4>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="row">
<div class="grow">
<div id="publicRelations" class="contactCard">
<h3>Public Relations</h3>
<img
src="assets/mayaprofile.jpg"
height="150px"
width="150px"
/>
<h4>Maya Coleman</h4>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="grow">
<div id="socialOfficer" class="contactCard">
<h3>Socials</h3>
<img
src="assets/noah.jpg"
height="150px"
width="150px"
/>
<h4>Noah Johannessen</h4>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="grow">
<div id="webmaster" class="contactCard">
<h3>Webmaster</h3>
<img
src="assets/lehanaprofile.jpg"
height="150px"
width="150px"
/>
<h4>Lehana Ramkumar</h4>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="grow">
<div id="tara" class="contactCard">
<h3>Advisor</h3>
<img
src="assets/taraprofile.jpg"
height="150px"
width="150px"
/>
<h4>Tara Blasor</h4>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer>
<div id="copyright">
<h3>© 2024 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>
</main>
</body>
</html>