-
Notifications
You must be signed in to change notification settings - Fork 0
/
Spring2021.html
93 lines (91 loc) · 4.88 KB
/
Spring2021.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
<!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>Spring Updates - 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>
<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="covid">
<div id="covidBanner"></div>
<div class="content">
<div class="textBox">
<h2>Spring 2021 <em>Updates:</em></h2><br><br>
<p>Percussion Studio is committed to the health and safety of its members and patrons. In response to the current pandemic,
we are enacting the following changes for the Spring 2021 semester:</p><br>
<h4><i>Big Show:</i></h4>
<!-- <p>- Our show will be Saturday, May 1st in Rudder Auditorium. <b>Buy tickets <a href="https://boxoffice.tamu.edu/online/default.asp?doWork::WScontent::loadArticle=Load&BOparam::WScontent::loadArticle::article_id=8C3D300E-E6B8-4952-9B39-27A91F9CCDC1&BOparam::WScontent::loadArticle::context_id=05F7F623-F8B4-4F7A-B209-7DDA386A3AA0" target="_blank">here</a>!</b></p> -->
<p>- Protocols will be in place to ensure that audience members are adequately distanced from one another.</p>
<p>- The show will also be livestreamed, and will be viewable <a href="index.html#watch">here</a>.</p>
<br><h4><i>Public Performances:</i></h4>
<p>- Our members will be wearing masks at all times when performing at public venues.</p>
<p>- We are happy to accomodate any requests in order to ensure a safe and enjoyable performance for everyone.</p>
<br><h4><i>Auditions:</i></h4>
<!-- <p>- Register to audition <a href="https://www.signupgenius.com/go/20f0b49afa823a4fb6-percussion1" target="_blank">here</a>!</p> -->
<p>- All provided equipement will be sanitized after each audition. A five minute gap will be placed between auditions for this purpose.</p>
<p>- While waiting, auditionees may practice on the provided instruments one at a time. We request that you wait elsewhere if you are not up next.</p>
<p>- For the above reasons, walk-ins will not be accepted this semester.</p>
<br><h4><i>Rehearsals:</i></h4>
<p>- Our members will wear masks at all rehearsals.</p>
<p>- Only one performer may use an instrument at a time (i.e. no ensembles will be performed this semester that require two players to use a
marimba simultaneously).</p>
<br><br><p>Please check back regularly, as this page will be updated as needed. We wish you well, and thank you for your continued support.</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>