-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
44 lines (39 loc) · 1.45 KB
/
contact.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
<?php
$title = "Useful Information";
$head_include = "";
include('header.php');
?>
<div class="shortcuts">
<ul>
<li><a href="#list">Mailing List</a></li>
<li><a href="#facebook">Facebook</a></li>
<li><a href="#email">Email</a></li>
</ul>
</div>
<h3 id="list">Mailing List</h3>
<table style="margin-left:2.0em;width:90%;"><tbody><tr>
<td width="33%">
<p><a class="external link" target="_blank" href="https://lists.york.ac.uk/mailman/listinfo/ultimate-club">Visit the mailing list</a></p>
</td>
<td width="66%">
<p>This our main way of staying in touch. Go to the <a class="external link" target="_blank" href="https://lists.york.ac.uk/mailman/listinfo/ultimate-club">York Ultimate Mailing List</a> to sign up.</p>
</td>
</tr></tbody></table>
<h3 id="facebook">Facebook</h3>
<table style="margin-left:2.0em;width:90%;"><tbody><tr>
<td width="33%">
<p><a target="_blank" href="http://www.facebook.com/group.php?gid=2203901067"><img alt="York Ultimate on Facebook" src="images/contact/facebook.png"/></a></p>
</td>
<td width="66%">
<p>Join our <a class="external link" target="_blank" href="http://www.facebook.com/group.php?gid=2203901067">Facebook Group</a></p>
</td>
</tr></tbody></table>
<h3 id="email">Email</h3>
<table style="margin-left:2.0em;width:90%;"><tbody><tr>
<td width="33%">
<p><a class="email link" href="mailto:[email protected]">Click here to email us</a></p>
</td>
</tr></tbody></table>
<?php
include('footer.php');
?>