-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
394 lines (387 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://unpkg.com/phosphor-icons"></script>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="css/tablet.css" />
<link rel="stylesheet" href="css/desktop.css" />
<link rel="stylesheet" href="css/mobile-large.css" />
<link rel="shortcut icon" href="./assets/images/favicon.png" type="image/x-icon" />
<title>Birmingham Bulls RFC</title>
</head>
<body>
<!-- ---------- (#1 HOME SECTION) ---------- -->
<section id="home-section">
<header>
<img src="./assets/images/bulls-logo.png" class="bulls-logo" alt="birmingham bulls rfc logo" />
<!-- Menu -->
<nav class="menu">
<div class="menu-items">
<a href="#about-section" class="nav-link nlwhite">About</a>
<!-- <a href="#covid-info-section" class="nav-link nlwhite">Covid</a> -->
<a href="#joining-info-section" class="nav-link nlwhite">Join Us</a>
<a href="#find-us-section" class="nav-link nlwhite">Find Us</a>
<a href="#contact-section" class="nav-link nlwhite">Contact</a>
<a href="https://www.pitchero.com/clubs/birminghambullsrfc/" class="nav-link nlred">Pitchero</a>
</div>
<div class="burger-menu">
<a href="https://www.pitchero.com/clubs/birminghambullsrfc/" class="pitchero-nav-link">Pitchero</a>
<i class="ph-list-thin"></i>
<i class="ph-x-thin"></i>
</div>
<img src="./assets/images/rainbow-logo.png" class="rainbow-image" alt="rainbow banner image" />
</nav>
</header>
<main class="hero-subsection">
<div class="overlay">
<div class="hero-description">
<h1>BIRMINGHAM BULLS RFC</h1>
<p>
Inclusive Rugby Union team based in the West Midlands , UK. We are always ready to welcome new players to
join us at any time, regardless of experience, age or orientation.
</p>
<div class="hero-buttons">
<a href="https://www.pitchero.com/clubs/birminghambullsrfc/signup" class="join-button">JOIN NOW</a>
<a href="#contact-section" class="contact-button">CONTACT US</a>
</div>
</div>
<a href="https://www.instagram.com/al_whittington/" class="photo-credit">Images by Alan Whittington 💛</a>
</div>
</main>
</section>
<!-- ---------- (#2 SPONSOR SECTION) ---------- -->
<section id="sponsor-section">
<div class="section-container">
<div class="sponsors-subsection">
<h2>Sponsors</h2>
<div class="sponsors-logo">
<a href="https://www.villagebirmingham.co.uk/">
<img
src="./assets/images/village-inn-logo.png"
class="village-inn-logo"
alt=" the village inn birmingham logo"
/>
</a>
</div>
</div>
<div class="affiliations-subsection">
<h2>Affiliations</h2>
<div class="affiliation-logos">
<a href="https://sportquestion.com/" class="sp-england-link">
<img
src="./assets/images/sport-england-logo.png"
class="sp-england-logo"
alt="sport england clubmark logo"
/>
</a>
<a href="https://www.englandrugby.com/home" class="eng-rugby">
<img src="./assets/images/england-rugby-logo.png" class="eng-rugby-logo" alt="england rugby logo" />
</a>
<a href="https://sportquestion.com/" class="clubmark-link">
<img src="./assets/images/clubmark-logo.png" class="clubmark-logo" alt="clubmark logo" />
</a>
</div>
</div>
</div>
</section>
<!-- ---------- (#3 ABOUT SECTION) ---------- -->
<section id="about-section">
<div class="section-container">
<img src="./assets/images/about-team.jpg" class="about-image" alt="photo of team" />
<div class="about-description">
<h2>About Us</h2>
<p>Birmingham Bulls is an inclusive rugby team, based in the heart of Birmingham's Gay Village.</p>
<p>
New players are always welcome.Your first month with us is free, so there is no risk to coming along and
trying us out!
</p>
<p>
Contact us on
<!-- <a href="tel:+447547651106" class="blue-text-link">07547 651106</a>
or e-mail -->
<a href="mailto:[email protected]" class="blue-text-link">[email protected]</a>
for more information.
</p>
</div>
</div>
</section>
<!-- ---------- (#4 COVID INFO SECTION) ---------- -->
<!-- <section id="covid-info-section">
<div class="section-container">
<img src="./assets/images/covid.jpg" class="covid-image" alt="covid artwork" />
<div class="covid-info-description">
<h2>COVID Information</h2>
<div>
<h4>Club Contact</h4>
<p>
For any queries regarding COVID-19, including queries around contact tracing, please e-mail
<a href="mailto:[email protected]" class="blue-text-link">[email protected]</a>
</p>
</div>
<div>
<h4>Return to Rugby</h4>
<p>
We are at Stage 'E1' of England Rugby's Return to Rugby Road Map. We will be restarting contact training
as soon a suitable training area is available.
</p>
</div>
<p>
All information will be posted on the club
<a href="https://www.pitchero.com/clubs/birminghambullsrfc/" class="red-text-link">Pitchero</a>
Site.
</p>
<div class="covid-info-buttons">
<a href="https://app.proactivereporting.com/covid19/form/suDZOjp9QIyw4hva" class="assessment-button"
>Pre-Session COVID Assessment</a
>
<a href="https://www.nhs.uk/conditions/coronavirus-covid-19/testing/" class="covid-test-button"
>Get Tested</a
>
</div>
</div>
</div>
</section> -->
<!-- ---------- (#5 JOINING INFO SECTION) ---------- -->
<section id="joining-info-section">
<div class="section-container">
<h2>How to Join</h2>
<div class="joining-subsection">
<h3>New players welcome</h3>
<p>
It's always awkward when coming along to any new group for the first time. We aim to provide an inclusive
and safe environment for all to learn more about rugby and develop skills, get fit, make friends and have a
great time.
</p>
<p>
If you are interested in joining come along to one of our training sessions, or come or to our sponsors The
Village for informal chats. Alternatively you can email the club at
<a href="mailto:[email protected]" class="blue-text-link">[email protected]</a>
and we will be happy to answer your questions.
</p>
<p>
Birmingham Bulls RFC has been going strong for two years. Since our 2011 founding we’ve grown hugely,
competed in national and international rugby tournaments, won a Midlands Zone Award for best LGBT Group or
Society and had an awful lot of fun!
</p>
<ul>
<li>Beginners and experienced players welcome</li>
<li>Friendly and welcoming atmosphere</li>
<li>Full contact and fitness training</li>
<li>Touch rugby during the summer</li>
<li>Regular games against teams from across the UK and beyond</li>
<li>Regular social events</li>
<li>Everybody welcome regardless of sexual orientation</li>
</ul>
</div>
<div class="joining-subsection">
<h3>Your first match</h3>
<div>
<h4>Meet at the ground</h4>
<p>
It's tradition for players to travel to matches in club tie, shirt, and trousers. Birmingham Bulls has
sand coloured chinos, pale blue shirt, and club tie (which is available from the treasurer).
</p>
</div>
<div>
<h4>Get Changed</h4>
<p>
The club provide shirt, shorts, and socks for match day. You will need to bring your boots, mouth guard,
and any other kit you wish to wear (sports shorts, under armour type kit, scrum caps).
</p>
</div>
<div>
<h4>Warm Up</h4>
<p>Before kick off we warm up, and run through some of the key moves and plays.</p>
</div>
<div>
<h4>The Match</h4>
<p>
Best part of the day - 80 minutes of competitive rugby. The referee is always referred to as 'Sir'. If you
are not playing then you need to have your playing shirt covered.
</p>
<p>
You may also be asked to 'run touch' which is marking where the ball (or player in possession) goes over
the touch line. You should also bring a kicking tee on for the kicker when a try is scored, and water to
the rest of the team.
</p>
</div>
<div>
<h4>Immediately after the Match</h4>
<p>
A tunnel will be formed for the opposition team to go through. All players should be part of this - even
if the are subbed off/injured. After the tunnel we will huddle as a team.
</p>
</div>
<div>
<h4>Shower, change, beer and food</h4>
<p>
If we are at home it is shower and change back into shirt and tie, then off to the Village Inn for food
with the opposition. If it is an away match the food is usually at the clubhouse where the match is
played.
</p>
</div>
<div>
<h4>The Night Out</h4>
<p>
As most of the teams we play involve some travelling, there is usually a night out with the opposition. If
it is a larger event there may be a Kangaroo Court, where misdemeanours from the previous night (or
further) are argued and punished.
</p>
</div>
</div>
<div class="joining-subsection">
<h3>What do I need?</h3>
<div>
<h4>Boots</h4>
<p>
Essential for muddy conditions. Some people use football boots, but studs on rugby boots tend to be a
slightly longer. Comfort and support are most important. No blades please.
</p>
</div>
<div>
<h4>Shorts</h4>
<p>
Rugby shorts are made of a stronger material than football shorts to withstand the grabs in the game. It's
important for forwards to ensure the shorts don't restrict movement.
</p>
</div>
<div>
<h4>Shirt</h4>
<p>
Like the shorts the shirt must be able to withstand grabbing and tackling. 'Traditional' rugby shirts of
cotton will get very wet during training.
</p>
</div>
<div>
<h4>Mouthguard/Gum Shield</h4>
<p>
These help prevent injury to the mouth and jaw. They must be moulded to shape before use, so don't buy
them on the way to a match/training. Opro are a popular brand -
<a href="https://www.youtube.com/watch?v=_xxLaD6ZNJE" class="blue-text-link"
>watch their gum shield fitting video</a
>
</p>
</div>
</div>
<div class="joining-subsection">
<h3>Other Questions?</h3>
<p>
If you have any other queries, then please send an e-mail to
<a href="mailto:[email protected]" class="blue-text-link">[email protected]</a>
.
</p>
</div>
</div>
</section>
<!-- ---------- (#6 FIND US SECTION) ---------- -->
<section id="find-us-section">
<div class="section-container">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2429.1876585196906!2d-1.7909137230212597!3d52.493842572054405!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4870ba9923a7e8c5%3A0x84e911484b5d2f54!2sYardley%20and%20District%20Rugby%20Club!5e0!3m2!1sen!2suk!4v1694459896287!5m2!1sen!2suk"
width="600"
height="450"
style="border: 0"
allowfullscreen=""
loading="lazy"
class="map-embed"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
<div class="find-us-description" class="vcard">
<h2>Find Us</h2>
<h3>Training and games</h3>
<p class="adr">
Yardley & District RFC ground
<br />
1 Cole Hall Lane
<br />
Birmingham, West Midlands
<br />
B34 6HE
</p>
<div class="find-us-button">
<a
href="https://www.google.co.uk/maps/place/Yardley+and+District+Rugby+Club/@52.4938426,-1.7909137,17z/data=!3m1!4b1!4m6!3m5!1s0x4870ba9923a7e8c5:0x84e911484b5d2f54!8m2!3d52.4938426!4d-1.7883388!16s%2Fg%2F1w_vmqc5?hl=en&entry=ttu"
>Open in Maps</a
>
</div>
</div>
</div>
</section>
<!-- ---------- (#7 CONTACT SECTION) ---------- -->
<section id="contact-section">
<div class="section-container">
<h2 class="contact-title">Contact Us</h2>
<div class="contact-links">
<div class="h-card vcard">
<div class="p-org">Birmingham Bulls RFC</div>
<div class="adr">
<div class="street-address">Grosvenor House</div>
<div class="extended-address">11 St Pauls Square</div>
<span class="locality">Birmingham</span>,
<span class="postal-code">B3 1RB</span>
</div>
<a class="u-email" href="mailto:[email protected]"> [email protected] </a>
</div>
</div>
<div class="contact-description">
<p>
After training you’ll find us at
<a href="https://www.villagebirmingham.co.uk/" class="blue-text-link">The Village Inn</a>. Feel free to give
us a call or send an email. Our social media links are also below if you’d like to keep up to date on our
activities.
</p>
<p>
Click on the logo at the top to go to the Club's main
<a href="https://www.pitchero.com/clubs/birminghambullsrfc/" class="red-text-link">Pitchero</a>
website.
</p>
</div>
</div>
<footer>
<div class="social-sponsors">
<h3>Sponsors</h3>
<a href="https://www.villagebirmingham.co.uk/">
<img
src="./assets/images/village-inn-logo-white.png"
class="footer-vill-inn-logo"
alt="the village inn birmingham logo"
/>
</a>
</div>
<div class="copyright-info">
<i class="ph-copyright"></i>
<p>2023 Birmingham Bulls RFC</p>
</div>
<div>
<a href="https://xisfor.tech"
><img
src="./assets/images/xisfor-dark-square-rounded-120-h.png"
class="footer-xisfor-logo"
alt="xisfor.tech"
/></a>
</div>
<div class="social-media-info">
<h3>Socials</h3>
<div class="social-media-links">
<a href="https://www.facebook.com/birminghambullsrfc">
<i class="ph-facebook-logo-fill"></i>
</a>
<a href="https://twitter.com/brumbullsrfc">
<i class="ph-twitter-logo-fill"></i>
</a>
<a href="https://www.youtube.com/user/BirminghamBullsRFC">
<i class="ph-youtube-logo-fill"></i>
</a>
<a href="https://www.instagram.com/brumbullsrfc/">
<i class="ph-instagram-logo-fill"></i>
</a>
</div>
</div>
</footer>
</section>
<script src="script.js"></script>
</body>
</html>