<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shuffle 'n' Blues</title>
<link rel="stylesheet" href="styles/snb.css">
</head>
<body>
<img class="logo" src="images/banner.png" width="416px" height="200px"
alt="Shuffle 'n' Blues logo" />
<p class="musician">
</p>
<p class="location">Saturday, February 7, 2026 at <a href="https://maps.app.goo.gl/6rxmmxzBKJzZrshP8">Mel Lehan Hall, 3214 W 10th Ave</a></p>
<div class="purchase">
<form action="https://square.link/u/NlHCqUkw?src=embed" target="_blank">
<button type="submit" class="button">Dance Only ($30)</button>
</form>
<form action="https://square.link/u/Up1nvX52?src=embed" target="_blank">
<button type="submit" class="button">Dance & Workshop ($35)</button>
</form>
</div>
<p class="payment">
add <strong>$5</strong> if paying at the door;<br />
cash or e-transfer to <a href="mailto:tickets@shufflenblues.com">tickets@shufflenblues.com</a>
</p>
<div class="schedule">
<ul>
<li><strong>Workshop:</strong> <span class="time">6:30 pm</span> — <em>Partner dance experience needed</em></li>
<li><strong>Doors:</strong> <span class="time">7:30 pm</span></li>
<li><strong>Lesson:</strong> <span class="time">7:45 pm</span> — No prior dance experience needed</li>
<li><strong>Band:</strong> <span class="time">8:15 pm</span></li>
</ul>
</div>
<footer>
<p>© 2024 BConnected Arts Society. All Rights Reserved.</p>
</footer>
</body>
</html>