-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrules.html
55 lines (43 loc) · 2.15 KB
/
rules.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>The Bay Open</title>
<link href='http://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet' type='text/css'>
<link href='css/style.css' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="js/background.js"></script>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="enter.html">Enter</a></li>
<li><a href="entry.html">Entry</a></li>
<li><a href="ontheday.html">On The Day</a></li>
<li><a class="selected" href="rules.html">Rules</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="results.html">Results</a></li>
</ul>
</nav>
<div class="wrapper">
<h1><span>The Bay Open 2019 - On The Day</span></h1>
<h2><span>Listen Up</span></h2>
<p>Rules are there for a reason. <a href="http://www.youtube.com/watch?v=pJ9Kk3ATyuM">Pay attention.</a></p>
<ol>
<li>Membership must be valid on the 2nd of March. Memberships will be checked against the BFA database. Membership WILL NOT be available on the day.</li>
<li>Fencers must ensure that their kit complies with BFA safety standards.</li>
<li>Electric foil bibs are required for this event.</li>
<li>Fencers must be at least 13 years of age before the 1st of January 2019.</li>
<li>The competition will be run under the governance laid out in Rules for Competitions.</li>
<li><a href="http://www.youtube.com/watch?v=V8K5d3pEUl8">Everybody be cool. You, be cool.</a></li>
</ol>
<footer>
Site: © 2019 Designed By A <a class="tentacle" href="http://www.orangetentacle.co.uk/">Tentacle</a>.<br />
Photo: <a class="photocredit" href="#">Photo Credit</a>. Some Rights Reserved.
</footer>
</div>
<div class="shade"></div>
</body>
</html>