-
Notifications
You must be signed in to change notification settings - Fork 0
/
calendar.php
53 lines (48 loc) · 2.81 KB
/
calendar.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
46
47
48
49
50
51
52
53
<?php
$title = "Calendar";
$head_include = "";
include('header.php');
?>
<div class="shortcuts">
<ul>
<li><a href="#training">Training</a></li>
<li><a href="#calendar">Upcoming events</a></li>
<li><a href="#feeds">Calendar feeds</a></li>
</ul>
</div>
<h3 id="training">Training</h3>
<p><span class="comment">Most of our training sessions are open to everyone, so feel free to come along and bring friends, even if you have never played Ultimate before. Sometimes, in the run up to a tournament, a training session will be reserved for the teams attending, so check the current news first.</span></p>
<ul>
<li><b>Tuesday 6:30</b> : Fitness@ Running track (near the sports centre)</li>
<li><b>Tuesday 7:30</b> : Women's @ Sports Centre Tent</li>
<li><b>Wednesday 1:30</b> : Outdoors @ 22 Acres (near Halifax)</li>
<li><b>Friday 7:30</b> : Indoors @ Sports Centre Tent</li>
<li><b>Saturday 10am</b> : Pick-Up Game @ 22 Acres (near Halifax)</li>
<li><b>Sunday 7:30</b> : Indoors @ Sports Centre Tent</li>
</ul>
<h3 id="calendar">Upcoming events</h3>
<p>Here you can see what we're up to in the near future: <b>socials</b>, <b>tournaments</b> and <b>training</b> -
<a class="link" href="documents/Autumn_Training.xls">Autumn Training</a></p>
<p style="text-align:center;">
<!-- following provided by Google Calendar : http://www.google.com/calendar/embedhelper -->
<iframe src="http://www.google.com/calendar/embed?title=York%20Ultimate&showTitle=0&showDate=0&showCalendars=0&mode=AGENDA&height=400&wkst=2&bgcolor=%23000000&src=ultimate%40yusu.org&color=%234E5D6C&src=qhvtkilcl3gvtlfvhi2id2oveo%40group.calendar.google.com&color=%23A32929&ctz=Europe%2FLondon" style="border:none;" width="90%" height="400" frameborder="0" scrolling="no"></iframe>
<iframe src="http://www.google.com/calendar/embed?src=qhvtkilcl3gvtlfvhi2id2oveo%40group.calendar.google.com&color=%23FFFFFF&ctz=Europe/London" style="border: 0" width="90%" height="400" frameborder="0" scrolling="no"></iframe>
</p>
<p>
<span class="comment">Outdoor training takes place on 22 Acres (next to Halifax College) and Indoor training is in the Sport Centre.</span>
</p>
<h3 id="feeds">Calendar feeds</h3>
<table cellspacing="0" cellpadding="10" style="border:none;width:100%;"><tbody><tr>
<td style="width:15em;">
<ul>
<li class="ical"><a href="http://www.google.com/calendar/ical/qhvtkilcl3gvtlfvhi2id2oveo%40group.calendar.google.com/public/basic.ics">iCal Calendar feed</a></li>
<li class="xml"><a href="http://www.google.com/calendar/feeds/qhvtkilcl3gvtlfvhi2id2oveo%40group.calendar.google.com/public/basic">XML feed</a></li>
</ul>
</td>
<td>
<p class="comment">You can use these feeds to automatically import York Ultimate events into your calendar!</p>
</td>
</tr></tbody></table>
<?php
include('footer.php');
?>