-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
279 lines (258 loc) · 9.44 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
---
layout: default
---
<main class="container-fluid" id="tc-main">
<div class="bg-fixed" id="lead-image">
<div class="bg-fixed-text">
<h1><small>Welcome to</small>Warwick Tech Crew</h1>
</div>
<div class="attribution">
<p>The Marksman, Warwick Opera, 2022. Photo © Unknown</p>
</div>
</div>
<section id="oursociety" class="row">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>About Our Society</h2>
<p>
<strong>Tech Crew</strong> is a Warwick Students' Union society for anyone interested in
technical theatre, with training throughout the year for members to learn new skills which
can be put into practice in a range of shows and events. We organise technical teams for all
student threatre in the Warwick Arts Centre, hire and operate equipment for events across
campus, and work with StageFest to stage 50+ shows each year.
</p>
</div>
</div>
</div>
</section>
<div class="bg-fixed" id="im-2">
<div class="attribution">
<p>Anything Goes, Music Theatre Warwick, 2016. Photo © Chris Miles</p>
</div>
</div>
<section id="productions" class="row">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Past Productions</h2>
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
{% assign sorted_years = site.data.shows | sort %}
{% for year_hash in sorted_years reversed %}
{% assign yr = year_hash[0] %}
{% assign year = year_hash[1] %}
{% if year.terms.size > 0 %}
<div class="panel panel-tc">
<div class="panel-heading" role="tab" id="heading{{ yr }}">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion"
href="#collapse{{ yr }}" aria-expanded="true" aria-controls="collapse{{ yr }}">
{{ year.year }}
</a>
</h4>
</div>
{% if forloop.first %}
<div id="collapse{{ yr }}" class="panel-collapse collapse in" role="tabpanel"
aria-labelledby="heading{{ yr }}">
{% else %}
<div id="collapse{{ yr }}" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="heading{{ yr }}">
{% endif %}
<div class="panel-body">
<div class="row">
{% for term in year.terms %}
<div class="col-md-4">
<h5>{{ term.name }}</h5>
{{ term.notes }}
{% if term.shows.size > 0 %}
<ul class="show-list">
{% for show in term.shows %}
<li>
<h6>{{ show.name }} <small>{{ show.society }}</small></h6>
<ul class="show-details">
<li>{{ show.venue }}</li>
{% for person in show.people %}
<li>{{ person.role }}: {{ person.name }}</li>{% endfor %}
{% for link in show.links %}
<li>{{ link.name }}: <a href="{{ link.url }}">{{ link.label
}}</a></li>
{% endfor %}
</ul>
</li>{% endfor %}
</ul>{% endif %}
</div>{% endfor %}
</div>
</div>
</div>
{% else %}
<div class="panel panel-tc">
<div class="panel-heading" role="tab" id="heading{{ yr }}">
<h4 class="panel-title">
{{ year.year }}
</h4>
</div>
{% endif %}
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</section>
<div class="bg-fixed" id="im-3">
<div class="attribution">
<p>Improv Musical, MTW, Edinburgh Fringe. Photo © Adam Skrzymowski</p>
</div>
</div>
<section id="exec" class="row">
<div class="container">
<div class="row">
<div class="col-lg-12">
{% assign exec = site.data.exec[0] %}
<h2><b>Tech Crew Exec</b> {{ exec.year }}</h2>
{% for person in exec.people %}
{% assign remainder = forloop.index | modulo: 3 %}{% if forloop.first %}
<div class="row">{% elsif remainder == 1 and forloop.last==false %}
</div>
<br />
<div class="row">{% endif %}
<div class="col-sm-4">
<img src="{{ baseurl }}/assets/img/exec2425/{{ person.photo }}" class="img-thumbnail">
<h4>{{ person.name }}{% for role in person.roles %}
<small>{{ role }}</small>{% endfor %}
</h4>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</section>
<div class="bg-fixed" id="im-4">
<div class="attribution">
<p>Avenue Q, MTW, 2015. Photo © <a href="http://www.darklingimages.com">Darkling Images</a> /
Ashmore Visuals</p>
</div>
</div>
<section id="hires" class="row">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Hires</h2>
<p>Tech Crew own a variety of equipment; which is available to hire. These are available to all
societies at Warwick. Equipment is available as dry hire, or with some of our members to set
up and run the equipment as wet hire.</p>
<p>We can also arrange external hires for societies, and can be available to set-up and run the
equipment for any event. We do not charge for services, only the hire of equipment - we
enjoy doing events!</p>
<p>Our equipment available includes a basic PA, outboard racks, mixing desks, wired and wireless
microphones, lighting, associated cables and consumables. Please contact us with details
about your event for more information.</p>
<hr>
<h4 class="modal-title">Hires form</h4>
<p>For a quote on any of the equipment, please use the Microsoft Forms Hire Request Form by clicking the button provided below</p>
<a class="btn btn-primary" href="https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAN__mfC2PNUMjRJTTRVOU5aQVBFTkZDN08zQ0hESUdSVy4u">Hires form</a><br><br>
<p>For non Warwick SU societies, please contact our hires manager: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<!--
<div class="row">
<div class="col-lg-6">
<div class="panel-group">
<div class="panel panel-tc">
<div class="panel-heading" role="tab">
<h4 class="panel-title">
Hires
</h4>
</div>
<div class="panel-body">
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="panel-group" >
<div class="panel panel-tc">
<div class="panel-heading" role="tab">
<h4 class="panel-title">
Hires
</h4>
</div>
<div class="panel-body">
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
</section>
<div class="bg-fixed" id="im-5">
<div class="attribution">
<p>Hay Fever, WUDS, 2015. Photo © <a href="http://www.darklingimages.com">Darkling Images</a> /
Ashmore Visuals</p>
</div>
</div>
<section id="join" class="row">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Join Us</h2>
<p>
To join our society please purchase membership from the Warwick SU website <a
href="https://www.warwicksu.com/societies-sports/societies/techcrew/">here</a>.
</p>
</div>
</div>
</div>
</section>
<!-- Contact Us -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="label">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h4 class="modal-title" id="label">Contact Us</h4>
</div>
<div class="modal-body">
<h4 class="modal-title">Hires form</h4>
<p>For Warwick SU societies hire requests, please use the Microsoft Forms Hire Request Form by clicking the button provided below</p>
<a class="btn btn-primary" href="https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAN__mfC2PNUMjRJTTRVOU5aQVBFTkZDN08zQ0hESUdSVy4u">Hires form</a>
</div>
<hr />
<form action="https://formspree.io/[email protected]" method="POST">
<div class="modal-body">
<h4 class="modal-title">General enquiry</h4>
<p>
If you need to contact us please use the form below or email us at <a
href="mailto:[email protected]">[email protected]</a>
</p>
<hr />
<div class="form-group">
<label for="name">Name:</label>
<input type="text" class="form-control" id="name" name="name">
</div>
<div class="form-group">
<label for="name">Email Address:</label>
<input type="email" class="form-control" id="_replyto" name="_replyto">
</div>
<div class="form-group">
<label for="name">Subject:</label>
<input type="text" class="form-control" id="_subject" name="_subject">
</div>
<div class="form-group">
<label for="name">Message:</label>
<textarea class="form-control" rows="5" id="message" name="message"></textarea>
</div>
<input type="text" name="_gotcha" style="display:none" />
<!--<input type="hidden" name="_next" value="http://warwicktechcrew.co.uk" />-->
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<input type="submit" class="btn btn-primary" value="Send">
</div>
</form>
</div>
</div>
</div>
</main>