-
Notifications
You must be signed in to change notification settings - Fork 0
/
yorkindoors09.php
45 lines (37 loc) · 1.89 KB
/
yorkindoors09.php
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
<?php
$title = "York Indoors Tournament 2009";
$head_include = "";
include('header.php');
?>
<div class="shortcuts">
<ul>
<li><a href="#intro">The Tournament</a></li>
<!--
<li><a href="#location">Location</a></li>
<li><a href="#captainspack">Captains' Pack</a></li>
<li><a href="#contact">Contact</a></li>
-->
</ul>
</div>
<h2>York Indoors 2009</h2>
<h3 id="intro">The Tournament</h3>
<p>We hope you all enjoyed playing York Indoors, even though it was freezing cold! See you next year!</p>
<!--
<h3 id="location">Location</h3>
<p>The tournament will take place in the Sports Centre (on the south side of campus) at the <a class="external link" href="http://maps.google.com/maps?oi=map&q=yo10+5dd%2C+uk">University of York</a>.</p>
<p style="text-align:center;">
<iframe width="450" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&hl=en&geocode=&q=53.943458,-1.055911&sll=53.943458,-1.055911&sspn=0.005456,0.013433&ie=UTF8&t=h&s=AARTsJqq3ezWzs2iOGTlo4PJ-D09ZfS2MA&ll=53.95154,-1.074429&spn=0.030305,0.068665&z=13&output=embed"></iframe>
<br />
<small>
<br />
<a class="external link" href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=53.943458,-1.055911&sll=53.943458,-1.055911&sspn=0.005456,0.013433&ie=UTF8&t=h&ll=53.95154,-1.074429&spn=0.030305,0.068665&z=13&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a>
</small>
</p>
<h3 id="captainspack">Captains' Pack</h3>
<p>Click <a class="pdf link" href="documents/york_indoors/captains_pack.pdf">here</a> to download the Captains' Pack.</p>
<h3 id="contact">Contact Information</h3>
<p>If you have any queries please don't hesitate to email the TD, <a class="email link" href="mailto:[email protected]">Nadav</a>.</p>
-->
<?php
include('footer.php');
?>