-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPerformances.shtml
79 lines (67 loc) · 3.27 KB
/
Performances.shtml
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
<!DOCTYPE html>
<html>
<head>
<title>Upcoming 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.shtml" />
<meta property="og:title" content="Upcoming Performances" />
<meta property="og:image" content="https://www.antisocialmusic.org/ASM_social.jpg" />
<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]-->
<script type="text/javascript" src="/scripts/asm.js"></script>
</head>
<!--#INCLUDE VIRTUAL="/includes/gtag.js"-->
<body>
<div id="performancespage">
<div id="header">
<h1>Anti-Social Music</h1>
<h2>Upcoming Performances</h2>
<!--#INCLUDE VIRTUAL="/includes/header_navigation.html"-->
</div>
<div id="content" class="clear">
<div class="column">
<div id="intro">
<h3>Upcoming Shows</h3>
<h3>Our 2025 season is coming soon!</h3>
</div>
<div id="details">
<ul class="upcomingperformances">
</ul>
<p>What you missed already ...</p>
<ul class="upcomingperformances">
<strike>
<li><a title="past show" href="/performances/BentDuo.shtml"><span class="showtitle">ASM Presents Bent Duo + Jace Clayton</span> Saturday, November 16, 2024 @2:30 PM</a></li>
<li><a title="past show" href="/performances/Moons.shtml"><span class="showtitle">ASM Presents Moons</span> Saturday, November 16, 2024 @8 PM</a></li>
<li><a title="past show" href="/performances/RocksAndRivers.shtml"><span class="showtitle">ASM Presents Rocks and Rivers</span> Friday, November 8, 2024 @7:00 PM</a></li>
<li><a title="past show" href="/performances/Amen.shtml"><span class="showtitle">ASM Presents Amen: Joy Guidry Trio</span> Sunday, August 25, 2024 @6:00 PM</a></li>
<li><a title="past show" href="/performances/DoubleTrouble.shtml"><span class="showtitle">ASM Presents Double Trouble: A Night of Duos</span> Saturday, April 13, 2024 @7:30 PM</a></li>
<li><a title="past show" href="/performances/Suspendida.shtml"><span class="showtitle">ASM Presents La Suspendida</span> Tuesday, March 12, 2024 @8 PM & 10 PM</a></li>
</strike>
</ul>
</div>
</div>
<div class="column">
<div id="pastperformances">
<!--#INCLUDE VIRTUAL="/pastperformances.html"-->
</div>
</div>
</div>
<!--#INCLUDE VIRTUAL="/includes/footer.html"-->
</div>
</body>
</html>