-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
61 lines (48 loc) · 2.69 KB
/
about.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
<!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 class="selected" 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 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 - About</span></h1>
<p>
TheBay Open is a mixed competition in all 3 weapons. We emphasise fun over competition, but that's no excuse not to go trophy hunting. This year there will be medals
for <a href="http://www.youtube.com/watch?v=EwaddpsKdKg">Best Cadet</a> (born 2002 or later), <a href="http://www.youtube.com/watch?v=VtymNiYlSD4">Best Veteran</a>
and <a href="http://www.youtube.com/watch?v=PhCnM-E5sl0">Best Woman</a> as well as the Last 4. In fact, the only category we're not giving out medals for is
<a href="http://www.youtube.com/watch?v=l457Eg33qJ4">best dog</a>.
</p>
<p>
Even better - the café will be open for refreshments. What better way to start the day than with a nice warm <a href="http://www.youtube.com/watch?v=eELH0ivexKA">cuppa</a>?
</p>
<p>
In case your kit breaks, <a href="http://www.youtube.com/watch?v=HJZPzQESq_0">you just can't fit in to your breeches</a> (they do shrink in the wash you know),
or you think a new Golubitsky-Pro will land you a place in the last four, Nicholas Murphy will be providing a <a href="http://www.leonpaul.com/">Leon Paul</a>
stand. Advance orders can be made by calling 07866080966 or e-mailing
<a href="nicholas.p.murphy@googlemail.com">nicholas.p.murphy@googlemail.com</a>
</p>
<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>