-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactUs.html
64 lines (44 loc) · 1.68 KB
/
contactUs.html
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
54
55
56
57
58
59
60
61
62
63
64
<!-- saved from url=(0048)http://www.the-three-chords.co.uk/contactUs.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>The Three Chords Theatre Company</title>
<style type="text/css">@import url("t3c.css");</style>
</head>
<body>
<table border="0" bgcolor="ffffff" cellspacing="10" width="922" align="center">
<tbody><tr><td>
<table border="0" width="100%">
<!-- <tr><td height="60px" class="neck"></td></tr> -->
<tbody><tr><td class="company">THE THREE CHORDS THEATRE COMPANY</td></tr>
</tbody></table>
<div class="horizontal">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./music/aboutShow.html">Reviews</a></li>
<li><a href="./residents/index.html">The Residents</a></li>
<li><a href="./tourDates.html">Tour Dates</a></li>
<li><a href="./contactUs.html">Contact Us</a></li>
</ul>
</div>
<!-- CONTENT START -->
<h2>Contact Us</h2>
<table>
<tbody><tr>
<td><img src="./images/press.jpg" title="Press"></td>
<td>Press and booking enquiries to <a href="mailto:tina@the-three-chords.co.uk">Tina Jannello</a></td>
</tr>
<tr>
<td><img src="./images/directors_chair.jpg" title="Director"></td>
<td>Director <a href="mailto:levi@the-three-chords.co.uk">Levi James</a></td>
</tr>
<tr>
<td><img src="./images/cd.jpg" title="Licensing"></td>
<td>Licensing <a href="mailto:sean@the-three-chords.co.uk">Sean Hogan</a></td>
</tr>
</tbody></table>
<!-- CONTENT END -->
</td></tr>
</tbody><tfoot>
<tr valign="bottom"><td class="footer">All images and content © The Three Chords Theatre Company. Website design by us.</td></tr>
</tfoot>
</table>
</body></html>