-
Notifications
You must be signed in to change notification settings - Fork 4
/
bookus.html
135 lines (132 loc) · 4.98 KB
/
bookus.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
<!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, gigs, bookus, 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>Book Us - 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="bookUs">
<div class="content">
<div id="container">
<div class="overlay">
<h1>Book Us</h1>
<img src="assets/flagRoom.jpg" />
</div>
<div id="bookUsText" class="textBox">
<p>
Have an event coming up that you want performers for? We would
love to play for you! Just fill out the Google form below and
our event coordinator will get in contact with you as soon as
possible. We give 10-15 minute performances on a variety of
trash cans and buckets, and our performers ALWAYS bring the
hype! <br /><br />Please remember that our organization is made
up entirely of students at Texas A&M University. With that in
mind, please submit your requests two or more weeks before the
performance date so our members can prepare with their busy work
and school schedules to give you the best performance possible!
</p>
</div>
</div>
<iframe
class="googleForm"
src="https://docs.google.com/forms/d/e/1FAIpQLSdjzk1sUGfzexpma8GsL15Vd5zO-UQ4vazHu4U5ScUECF81Dw/viewform?embedded=true"
frameborder="0"
marginheight="0"
marginwidth="0"
>Loading...</iframe
>
</div>
</div>
<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>
</main>
</body>
</html>