-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathontheday.html
82 lines (63 loc) · 4.51 KB
/
ontheday.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
<!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 class="selected" 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 - On The Day</span></h1>
<h2><span>Date</span></h2>
<p>Saturday 2<sup>nd</sup> March, 2019</p>
<p><em>again</em></p>
<p>Saturday 2<sup>nd</sup> March, 2019. <em><a href="http://www.youtube.com/watch?v=4VtcOCHePB4">(Got it?)</a></em></p>
<h2><span>Check In</span></h2>
<dl class="check-in">
<dt><span>Foil</span></dt>
<dd>
<span>09:30
<a href="http://www.google.com/calendar/event?action=TEMPLATE&text=Bay%20Open%20Foil&dates=20190302T093000Z/20190302T170000Z&details=&location=Lancaster%20%26%20Morecambe%20College%20Sports%20Centre%2C%20Morecambe%20Road%2C%20Lancaster%2C%20LA1%202TY&trp=true&sprop=The%20Bay%20Open&sprop=name:http%3A%2F%2Fwww.thebayopen.co.uk%2F" target="_blank"><img alt="Google Calendar" src="http://www.google.com/calendar/images/ext/gc_button1.gif" border=0></a>
</span>
</dd>
<dt><span>Epee</span></dt>
<dd><span>10:30
<a href="http://www.google.com/calendar/event?action=TEMPLATE&text=Bay%20Open%20Epee&dates=20190302T103000Z/20190302T170000Z&details=&location=Lancaster%20%26%20Morecambe%20College%20Sports%20Centre%2C%20Morecambe%20Road%2C%20Lancaster%2C%20LA1%202TY&trp=true&sprop=The%20Bay%20Open&sprop=name:http%3A%2F%2Fwww.thebayopen.co.uk%2F" target="_blank"><img alt="Google Calendar" src="http://www.google.com/calendar/images/ext/gc_button1.gif" border=0></a>
</span></dd>
<dt><span>Sabre</span></dt>
<dd><span>11:30
<a href="http://www.google.com/calendar/event?action=TEMPLATE&text=Bay%20Open%20Sabre&dates=20190302T113000Z/20190302T170000Z&details=&location=Lancaster%20%26%20Morecambe%20College%20Sports%20Centre%2C%20Morecambe%20Road%2C%20Lancaster%2C%20LA1%202TY&trp=true&sprop=The%20Bay%20Open&sprop=name:http%3A%2F%2Fwww.thebayopen.co.uk%2F" target="_blank"><img alt="Google Calendar" src="http://www.google.com/calendar/images/ext/gc_button1.gif" border=0></a>
</span></dd>
</dl>
<h2><span>Where</span></h2>
<p><a href="http://www.lmc.ac.uk/home/directions.php">Lancaster & Morecambe College Sports Centre</a>
<br />Morecambe Road
<br />Lancaster, <span class="highlight2">LA1 2TY</span></p>
<iframe style="margin: 0 auto; width: 820px; display:block;" width="820" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Lancaster+and+Morecambe+College+Sports+Centre,+LA1+2TY&sll=54.059741,-2.8022&sspn=0.032494,0.082827&g=LA1+2T&ie=UTF8&cid=6628774531831717817&ll=54.076714,-2.819366&spn=0.048343,0.109863&z=13&iwloc=A&output=embed"></iframe>
<h2><span>Check...</span></h2>
<p>Make sure you've got <a href="http://www.youtube.com/watch?v=XJlHjf_E--4">everything</a>, as per the <a href="rules.html">rules</a>... Remember, a Leon Paul stand will be availible on the day.</p>
<h2><a href="http://www.youtube.com/watch?v=1jgE-lrfZ3k">Holy Bat-Timings</a></h2>
<p>If <a href="http://www.youtube.com/watch?v=-9-Te-DPbSE">delayed</a> call 07866080966 and a place will be kept till the start of the competition.</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>