forked from hitandrunbadminton/hitandrunbadminton.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
365 lines (354 loc) · 13.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
<html>
<head>
<title>Hit and Run Badminton</title>
<link rel="stylesheet" href="stylesheets/index.css" />
<link rel="stylesheet" href="stylesheets/universal.css" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
/>
</head>
<body>
<div class="container content-container">
<h1>Hit & Run Tournament 2023</h1>
<div class="margin-top-24 text-center">
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSfBBdp2UQEjQ2SQXUcmLBCS6BugH5wkgB4dRsdQy2Pce_7zvQ/viewform"
>
<button class="btn btn-primary">Register Now</button>
</a>
</div>
<section>
<h2>Registration</h2>
<div class="margin-top-24">
<div class="margin-top-12">
<b>Entries must be made on the official TOURNAMENT FORM</b>
<span>
- You will receive a system generated email once you registered
with your own reference number, but your spot is not reserved at
this stage. It will be only reserved once we received payments
from both you and your partner, quoting reference provided to you
on first Email - you will receive another system generated email
confirming your spot. Therefore if you have paid but your partner
has not, we will not confirm receipt. In this case, please do
liaise with your partner.
</span>
</div>
<div class="margin-top-12">
<b
>Please ensure that all entry forms are completed fully and
clearly</b
>
<span>
- with appropriate contact details in case of significant change
to event details. Illegible or incomplete entries may be rejected.
</span>
</div>
<div class="margin-top-12">
<b>Only one partner MUST submit an entry form with payment</b>
<span>
– however full detail of your partner will be required in order to
pass on the information.
</span>
</div>
<div class="margin-top-12">
<b>Photo & Video</b>
<span>
– Will be taken throughout the day. Which later will be posted in
our YouTube channel & Facebook page.
</span>
</div>
<div class="margin-top-12">
<b>Registration Deadline</b>
<span>
– is strictly by <b>July 23<sup>rd</sup>, 2023.</b> Any
registration after this date will be turned down.
</span>
</div>
</div>
</section>
<section>
<h2>Dates</h2>
<div>
<div class="margin-top-12">
<h5>Dates</h5>
</div>
<div class="margin-top-12">
The tournament will be held on <b>July 29<sup>th</sup> 2023</b>
</div>
<div class="margin-top-12">
<h5>Time (to be confirmed closer to date)</h5>
</div>
<div class="margin-top-12 row" style="margin: 0 auto; width: 600">
<div class="col">
<table class="table table-borderless text-center margin-top-20">
<thead>
<th scope="col">Category</th>
<th scope="col">Registration</th>
<th scope="col">Start</th>
</thead>
<tbody>
<tr>
<th scope="row">Men's C</th>
<td>09.00 AM - 09.25 AM</td>
<td>09.30 AM</td>
</tr>
<tr>
<th scope="row">Ladies's C</th>
<td>10.30 AM - 10.55 AM</td>
<td>11.00 AM</td>
</tr>
<tr>
<th scope="row">Mixed's C</th>
<td>12.00 PM - 12.25 PM</td>
<td>12.30 PM</td>
</tr>
<tr>
<th scope="row" class="empty_row"></th>
</tr>
<tr>
<th scope="row">Men's B</th>
<td>01.30 PM - 01.55 PM</td>
<td>02.00 PM</td>
</tr>
<tr>
<th scope="row">Ladies's B</th>
<td>01.30 PM - 01.55 PM</td>
<td>02.00 PM</td>
</tr>
<tr>
<th scope="row">Mixed's B</th>
<td>04.00 PM - 04.25 PM</td>
<td>04.30 PM</td>
</tr>
<tr>
<th scope="row" class="empty_row"></th>
</tr>
<tr>
<th scope="row">Finish By</th>
<td>07.00 PM</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- <div style="max-width: 600px; margin: 24px auto;" class="text-center">
<table border="1">
<thead>
<td>Category</td>
<td>Registration – Open</td>
<td>Registration - Close</td>
<td>Start</td>
<td>Finish</td>
</thead>
<tr>
<td>Group WD - C</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
</tr>
<tr>
<td>Group XD - C</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
</tr>
<tr>
<td>Group ND - C</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
</tr>
<tr>
<td colspan="3">ELIMINATION WD , XD & MD - C</td>
<td>TBC</td>
<td>TBC</td>
</tr>
<tr>
<td>Group WD - B</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
</tr>
<tr>
<td>Group XD - B</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
</tr>
<tr>
<td>Group MD - B</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
<td>TBC</td>
</tr>
<tr>
<td colspan="3">ELIMINATION WD , XD & MD - B</td>
<td>TBC</td>
<td>TBC</td>
</tr>
</table>
</div>-->
</div>
</section>
<section>
<h2>Location</h2>
<div class="margin-top-24">
Jean Brown Indoor Arena, Redbridge Sports Centre, Forest Road, Ilford,
IG6 3HD
<div class="margin-top-12 text-center w-100">
<img
src="./redbridge.png"
alt="Redbridge"
class="img-fluid w-100"
/>
</div>
<div class="margin-top-12">
<b>Nearest Station</b>
</div>
<div class="margin-top-12">
Fairlop (Central Line), within 10-15 min walking distance
</div>
<div class="margin-top-12">
“Please arrive and be ready to play in your event before the
scheduled start time, as late arrival may mean that your game is
conceded. All competitors must report to the registration desk upon
arrival.
<b>
ANY COMPETITOR NOT READY TO PLAY OR NOT HAVEN’T ARRIVED TO THE
VENUE BEFORE THE REGISTRATION CLOSE GIVEN TIME WILL BE LIABLE TO
BE SCRATCHED OR PENALISED.
</b>
Competitors must be prepared to play at the times stated for the
commencement of each event. Notification of your start time will be
emailed as well as it is mentioned on
<b>APPLICATION FORM.</b>”
</div>
</div>
</section>
<section>
<h2>Categories</h2>
<div class="margin-top-24">
<div class="margin-top-12">
Entries will be very limited for each category due to court/time
restriction,
</div>
<div class="margin-top-12">
We reserve rights to move your entries to more suitable levels but
will inform you in advance.
</div>
<div class="margin-top-12">
<h5>Number of entries per Category</h5>
</div>
<div class="margin-top-12">
Category B WD, XD & MD - £20 per person – HIGHER INTERMEDIATE
PLAYERS - ADVANCED PLAYERS
</div>
<div class="margin-top-12">
Category C WD, XD & MD - £20 per person – "STRICTLY INTERMEDIATE
PLAYERS"
</div>
<div class="margin-top-12">
<h5>Acceptable Combination</h5>
</div>
<div class="margin-top-12">
Category B Pairs = B+/C+, B/B, B+/B (Recommended for B & Above)
</div>
<div class="margin-top-12">Category C Pairs = B/C, C+/C+</div>
<div class="margin-top-12">
<h5>Grade Definitions</h5>
</div>
<div class="margin-top-12">
B+ = Club Tournament Winners in higher categories, intermediate to
high division league team
</div>
<div class="margin-top-12">
B = Club Tournament SF/QF in higher catergories, intermediate
division league team
</div>
<div class="margin-top-12">
C+ = Club Tournament Winners in social categories, low to
intermediate division league team
</div>
<div class="margin-top-12">
C = Club Level at least intermediate level skill recommended
</div>
</div>
</section>
<section>
<h2>Prize</h2>
<div class="margin-top-24">
<div class="margin-top-12">
<b>Category B “WD, XD & MD"</b>
</div>
<ul>
<li class="margin-top-12">Winner Prize: £250 + Two Trophies</li>
<li class="margin-top-12">
First Runner Prize: £100 + Two Trophies
</li>
<li class="margin-top-12">Second Runner Prize: Two Medals</li>
</ul>
<div class="margin-top-12">
<b>Category C “WD, XD & MD"</b>
</div>
<ul>
<li class="margin-top-12">Winner Prize: Two Trophies</li>
<li class="margin-top-12">First Runner Prize: Two Trophies</li>
<li class="margin-top-12">Second Runner Prize: Two Medals</li>
</ul>
</div>
</section>
<section>
<h2>Game Formats</h2>
<div class="margin-top-24">
<ul>
<li>Round robin in Group stage</li>
<li>1 game to 21 with setting</li>
<li>
Teams shall be ranked based on wins, points & point difference
</li>
<li>Shuttles: use good quality feather shuttles</li>
</ul>
<i
>***The more specific detail will be announced close to the
tournament date.</i
>
</div>
</section>
<section>
<h2>Payment</h2>
<div class="margin-top-24">
Please transfer the money to the following account after filling in
the registration form.
<div class="margin-top-8">Account Name: Bishnu Ale</div>
<div class="margin-top-8">Bank: Monzo</div>
<div class="margin-top-8">Sort Code: 04-00-04</div>
<div class="margin-top-8">Account number: 31970083</div>
<div class="margin-top-8">
Reference: Put the reference number provided to you.
</div>
</div>
</section>
<section>
<h2>Contact</h2>
<div class="margin-top-24">
If you have any further question, please send your query to
bish.hitnrun@gmail.com
</div>
</section>
<div class="margin-vert-24 text-center">
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSfBBdp2UQEjQ2SQXUcmLBCS6BugH5wkgB4dRsdQy2Pce_7zvQ/viewform"
>
<button class="btn btn-primary">Register Now</button>
</a>
</div>
</div>
</body>
</html>