-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpopup-concerts.html
96 lines (89 loc) · 3.99 KB
/
popup-concerts.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[if lt IE 7]> <html class="no-js ie ie6 oldie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie ie7 oldie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie ie8 oldie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie ie9 newie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if IE 10]> <html class="no-js ie ie10 newie" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
<!--[if (gte IE 10)><!--> <html class="no-js" xmlns="http://www.w3.org/1999/xhtml"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<!-- IE optimized -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Mobile viewport optimized -->
<meta name="viewport" content="width=device-width,maximum-scale=1.0" />
<!-- Title -->
<title>Other Concerts</title>
<!-- CSS:FONTS -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/font/museo-sans-rounded-webfont/font.css" /><!-- museo-sans-rounded -->
<!-- CSS:ICONS -->
<!-- CSS:CORE -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/css/normalize.css" /><!-- normalize -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/css/common.css" /><!-- main -->
<link type="text/css" rel="stylesheet" media="screen" href="_lib/css/custom/content-viewport.css" /><!-- content-viewport -->
<link type="text/css" rel="stylesheet" media="print" href="_lib/css/print.css" /><!-- print -->
<!-- CSS:LIBS -->
<!-- CSS:CUSTOM -->
<style type="text/css">
/*insert code here*/
</style>
<!-- JS:VENDOR -->
<!-- JS:LIBS -->
<!-- JS:FW -->
<!-- JS:CUSTOM -->
<script type="text/javascript">
/*insert code here*/
</script>
</head>
<!-- BODY -->
<body>
<!-- CONTAINER -->
<div id="popup">
<div class="contentViewport">
<!-- HEADER -->
<h3 class="tableHeader">
<span class="padder clearfix">
<span class="label">Other concerts held in Singleton in 2013</span>
</span>
</h3>
<!-- INS -->
<p class="ins">At the time of writing, details for other concerts are as follows. Note that the following concerts are not organised by Sacred Spaces - please note individual contact details given.</p>
<!-- CONTENT -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="styledTable popup">
<tr>
<td>
<h3>7 April – SBS Youth Orchestra</h3>
<p>Enquiries to Singleton Arts and Music Society (SAMS) 6572 2907 or <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
</td>
</tr>
<tr>
<td>
<h3>5 May – St Pauls College Choir (University of Sydney) </h3>
<p>With Director and Organist David Drury. At All Saints' Church, Singleton.<br />Enquiries Jan 6571 1348 <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
</td>
</tr>
<tr>
<td>
<h3>Late June to late July – Singleton Arts Festival </h3>
<p>A month of music, art, drama, craft and lots more. <a href="http://www.singletonartsfestival.com.au" target="_blank">www.singletonartsfestival.com.au</a><br />The program for the Festival is being developed, but to date includes:</p>
<h4>June</h4>
<p>Seussical performed by Singleton Amateur Theatrical Society at Singleton Civic Centre</p>
<h4>7 July</h4>
<p>'Everything you wanted to know about the sax but were too afraid to ask' - by Mark Walton</p>
<h4>14 July</h4>
<p>George Washingmachine – Jazz - enquiries to SAMS as above</p>
</td>
</tr>
<tr>
<td>
<h3>November – Bands in Concert</h3>
<p>Singleton Civic Centre - presented by Singleton Town Band</p>
</td>
</tr>
</table>
</div>
</div><!-- /CONTAINER -->
</body>
</html>