-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew_performances_template
107 lines (91 loc) · 3.56 KB
/
new_performances_template
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
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Next Performance (Month D, YYYY) | Performances | Anti-Social Music</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="imagetoolbar" content="false" />
<meta name="author" content="Anti-Social Music" />
<meta name="robots" content="index, follow" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta property="og:site_name" content="Anti-Social Music" />
<meta property="og:url" content="https://www.antisocialmusic.org/performances/{filename}" />
<meta property="og:title" content="{title}" />
<meta property="og:image" content="https://www.antisocialmusic.org/ASM_social.jpg {unless you got a better one}" />
<link rel="SHORTCUT ICON" href="/favicon.ico" type="image/x-icon" />
<link rel="image_src" href="https://www.antisocialmusic.org/ASM_social.jpg" />
<meta name="description" content="Anti-Social Music, Inc., is a non-profit collective of composers and performers created for the purpose of presenting new music by emerging, primarily New York-based musicians." />
<link rel="stylesheet" href="/styles/init.css" type="text/css" />
<link rel="stylesheet" href="/styles/subpage.css" type="text/css" />
<!--[if IE 6]>
<link rel="stylesheet" href="/styles/ie6.css" type="text/css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="/styles/ie7.css" type="text/css" />
<![endif]-->
</head>
<body>
<div id="performancespage">
<div id="header">
<h1>Anti-Social Music</h1>
<h2>Next Performance</h2><!------- note this!
<p class="accessibility">Jump to <a href="#content">Content</a> or <a href="#navigation">Main Navigation</a></p>
<ul id="navigation">
<li id="home"><a href="/">Home</a></li>
<li id="performances"><a href="/Performances.shtml">Performances</a></li>
<li id="music"><a href="/Music.html">Music</a></li>
<li id="members"><a href="/Members.html">Members</a></li>
<li id="history"><a href="/History.html">History</a></li>
<li id="press"><a href="/Press.html">Press</a></li>
<li id="store"><a href="/Store.html">Store</a></li>
</ul>
</div>
<div id="content" class="clear">
<div class="column">
<div id="intro">
<h3>Title</h3>
<p></p>
</div>
<div id="details">
<p>
<strong>OH YES: ASM Dips Skinny at Union Pool – all world premieres!</strong><br/>
with our best buds The Debutante Hour and Jerseyband<br/>
<br/>
<b>Wednesday, June 30th<br/>
$9.99<br/>
8 pm: Debs<br/>
9 pm: ASM<br/>
10 pm: Jerseyband</b><br/>
<br/>
<strong>Union Pool!</strong><br/>
484 Union Avenue<br/>
Brooklyn, NY<br/>
<br/>
<b>directions: L/G to Lorimer Street,</b> you can't miss it.
</p>
</div>
</div>
<div class="column">
<div id="photo">
<img src="/images/performances/" alt="" title="" />
</div>
<div id="pastperformances">
<!--#INCLUDE VIRTUAL="/pastperformances.html"-->
</div>
</div>
</div>
<!--#INCLUDE VIRTUAL="/footer.html"-->
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17744388-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>