ZIG-ZAG tapswing
Join us for one of the Tuesday dances at the Old Lady’s. During the summer, you can meet us at the open air dance halls at the Sixak and the Křižík Pavilions Terraces, where you can try swing dancing.
IT'S US! ZIG-ZAG LECTURERS
Swing and tap are fun. And we’d love to teach you all of it!
Even complete beginners can start with us!
Everything you are interested in if you are just starting to dance can be found HERE.
window.setTimeout(function(){
// First check, if localStorage is supported.
if (window.localStorage) {
// Get the expiration date of the previous popup.
var nextPopup = localStorage.getItem( 'nextNewsletter' );
if (nextPopup > new Date()) {
return;
}
// Store the expiration date of the current popup in localStorage.
var expires = new Date();
expires = expires.setHours(expires.getHours() + 24);
localStorage.setItem( 'nextNewsletter', expires );
}
DiviArea.show('#upozorneni');
}, 1000);