-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.php
32 lines (28 loc) · 1.87 KB
/
info.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
<?php
$title = "Useful Information";
$head_include = "";
include('header.php');
?>
<div class="shortcuts">
<ul>
<li><a href="#throws">Throws</a></li>
<li><a href="#rules">Rules</a></li>
</ul>
</div>
<h3 id="throws">Throws</h3>
<p>
Throwing is clearly a very important part of the game, but <b>there isn't just one way to throw a disc</b>! Ooooh no!
The video below explians the basics.
</p>
<p style="text-align:center;">
<object type="application/x-shockwave-flash" style="width:425px; height:344px;" data="http://www.youtube.com/v/93Jvq0QM_Kg&hl=en&fs=1&color1=0x006699&color2=0x54abd6"><param name="movie" value="http://www.youtube.com/v/93Jvq0QM_Kg&hl=en&fs=1&color1=0x006699&color2=0x54abd6" /></object>
<br />
For more advice on throwing have a look at this <a class="external link" href="http://en.wikipedia.org/wiki/Disc_throws">Wikipedia</a> page.
</p>
<h3 id="rules">Rules</h3>
<p>Visit the <a class="external link thickbox" href="http://www.ukultimate.com/?KeepThis=true&TB_iframe=true&height=400&width=600">UKUA</a> website to find out the <a class="external link" href="http://www.ukultimate.com/about_ultimate/basic_rules">basic rules</a> of Ultimate and about <a class="external link" href="http://www.ukultimate.com/about_ultimate/spirit_of_the_game">spirit of the game</a>.</p>
<p>Alternatively, visit <a class="external link" href="http://en.wikipedia.org/wiki/Ultimate_(sport)">Wikipedia</a> or <a class="external link" href="http://www.whatisultimate.com">whatisultimate.com</a> for more details.</p>
<p>The <i>official</i> rules can be found <a class="pdf link" href="http://www.wfdf.org/rules/WFDF%20Rules%20of%20Ultimate%202009.pdf">here</a> and indoor variations can be found <a class="external link" href="http://www.ukultimate.com/system/files/UKUA+INDOOR+Ultimate+Rules+2007.pdf">here</a>.</p>
<?php
include('footer.php');
?>