-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
43 lines (38 loc) · 1.93 KB
/
Copy pathindex.php
File metadata and controls
43 lines (38 loc) · 1.93 KB
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
<?php
$title = "Home";
$head_include = "";
include('header.php');
?>
<div class="shortcuts">
<ul>
<li><a href="#what">What is Ultimate?</a></li>
<li><a href="#spirit">Spirit of the Game</a></li>
<li><a href="#play">I Want to Play!</a></li>
</ul>
</div>
<h3 id="what">What is Ultimate?</h3>
<a class="left" target="_blank" href="http://ultimatephotos.org/uk-2008-roses/main/IMG_3308.jpg"><img alt="Choppers breaking a force" src="images/chopsbreak.jpg"/></a>
<p>
Ultimate is a <b>fast-paced</b>, <b>non-contact</b>, <b>self-officiated</b> sport, played with 5 (indoor) or 7 (outdoor) players on each of <b>2 teams</b>.
The aim of the game isn't too complicated: get the disc to opposition's <b>end zone</b>, without conceeding the disc to the other team. Simple isn't it'?
</p>
<p>
The offensive team attempt to pass the disc up the pitch towards the end zone without dropping it.
The defending team tries to stop the offensive team's progress.
The disc changes hands in <i> Turn overs </i> when the defending team blocks or catches the disc, or the offensive team throws the disc away.
Once "Turned Over" play re-commences straight away, with the defending team now on offence.
</p>
<p>
See <a href="info.php#rules">Useful Info</a> for the finer details.
</p>
<h3 id="spirit">Spirit of the Game</h3>
<p>
There are no referees in Ultimate.
The players make their own foul calls and settle disputes according to procedures laid out in the Rules of Ultimate.
Upholding the principles of fair play and "Spirit of the Game" during competition becomes a challenging responsibility for players and is one of the defining aspects of the sport.
</p>
<h3 id="play">I Want to Play!</h3>
<p>Want to give it a go? Don't be shy, we won't bite! Have a look and see when the next training session or social is on the <a href="calendar.php">Calendar</a> and join the <a href="contact.php#list">Mailing List</a> for updates.</p>
<?php
include('footer.php');
?>