forked from corvallisswing/swingandblues.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.aspx
25 lines (24 loc) · 1.04 KB
/
default.aspx
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
<!doctype html>
<html lang="en">
<head>
<title><!-- #include virtual = "/inc/event-name.html" --></title>
<meta name="description" content="January 25-27, 2013. Three nights of swing and blues dancing in the heart of the Willamette Valley. We are proud to bring together two swing bands, two blues bands and our award-winning DJs, for a weekend of fun, great music, and social dancing."/>
<!-- #include virtual = "/inc/head-common.html" -->
<link rel="stylesheet" type="text/css" href="/css/home.css"/>
<script src="/js/home.js"></script>
<!-- #include virtual = "/inc/head-analytics.html" -->
</head>
<body>
<!-- #include virtual = "/inc/header.html" -->
<div id="attendance">
<div id="label"><a href="/rsvp/">Reservations remaining</a>: <span id="available"></span></div>
</div>
<div id="logo">
<img id="logoImage" src="/img/swing-logo-black.png" height="300" width="300"/>
<h1 class="date">January 25–27th</h1>
<h2 class="city">Corvallis, Oregon</h2>
</div>
</div>
<!-- #include virtual = "/inc/footer.html" -->
</body>
</html>