// Mobile menu toggle functionality const hamburger = document.getElementById('hamburger'); const mobileMenu = document.getElementById('mobileMenu'); hamburger.addEventListener('click', function() { hamburger.classList.toggle('active'); mobileMenu.classList.toggle('active'); }); // Close menu when a link is clicked mobileMenu.querySelectorAll('a').forEach(link => { link.addEventListener('click', function() { hamburger.classList.remove('active'); mobileMenu.classList.remove('active'); }); });
wLondon Handstand Academy

LONDON HANDSTAND ACADEMY

Classes & Workshops on all things handstand

Sessions take place in a bright, open studio with enough wall space and floor area for safe handstand practice.

★★★★★ 50+ happy handstand students.

Handstand class in London

Handstand icon Available Classes

Weekly classTuesday Handstand Class
Every Tue 6-7pm £15

Open-level every Tuesday – beginners to advanced one-arm progressions.

Gym Nation London Bridge · All levels

  • All‑level progressions
  • Strength & conditioning
  • Personalised coaching
Book Tuesday class →
WorkshopPress to Handstand
15 Mar 2-4pm £30

Elliott & Joss teach press strength, technique and entries.

Intermediate / Advanced · LSBU Active, Elephant & Castle

  • Expert coaching duo
  • Press mechanics deep‑dive
  • Targeted strength drills
Reserve press workshop →
Foundations workshopHandstand Foundations
12 Apr 2-4pm £30

Tamezen & Elliott help you get confident upside down, safely.

Beginner‑friendly · LSBU Active, Elephant & Castle

  • Safe foundations & alignment
  • Wall work & spotting
  • Home practice plan
Join 12 April workshop →

Meet Your Coaches

Learn from experienced handstand practitioners and educators who bring passion, expertise, and playful energy to every session.

// Play video inline function playVideo(placeholder, videoId) { const video = document.getElementById(videoId); placeholder.classList.add('hidden'); video.style.display = 'block'; video.play(); // Show placeholder again when video ends video.addEventListener('ended', function() { placeholder.classList.remove('hidden'); video.style.display = 'none'; }, { once: true }); // Double-click to open fullscreen modal video.addEventListener('dblclick', function() { const modalId = videoId.replace('video-', 'modal-'); openModal(modalId); }); } // Toggle info: expand / collapse ALL cards together on any screen size function toggleInfo(btn) { const allInfos = document.querySelectorAll('.coach-info'); const allButtons = document.querySelectorAll('.toggle-btn'); const anyExpanded = Array.from(allInfos).some(info => info.classList.contains('expanded') ); if (anyExpanded) { // Collapse all allInfos.forEach(info => info.classList.remove('expanded')); allButtons.forEach(button => button.classList.remove('active')); } else { // Expand all allInfos.forEach(info => info.classList.add('expanded')); allButtons.forEach(button => button.classList.add('active')); } } // Fullscreen modal functions function openModal(modalId) { const modal = document.getElementById(modalId); modal.classList.add('active'); const video = modal.querySelector('video'); video.play(); } function closeModal(modalId) { const modal = document.getElementById(modalId); modal.classList.remove('active'); const video = modal.querySelector('video'); video.pause(); } // Close modal on background click document.querySelectorAll('.video-modal').forEach(modal => { modal.addEventListener('click', function(e) { if (e.target === this) { closeModal(this.id); } }); }); // Close modal on Escape key document.addEventListener('keydown', function(e) { if (e.key === 'Escape') { document.querySelectorAll('.video-modal.active').forEach(modal => { closeModal(modal.id); }); } });

What Our Students Say

(function () { const track = document.getElementById('testimonialsTrack'); const cards = track.querySelectorAll('.testimonial'); const prevBtn = document.getElementById('testimonialsPrev'); const nextBtn = document.getElementById('testimonialsNext'); let currentIndex = 0; function getVisibleCount() { const width = window.innerWidth; if (width <= 600) return 1; if (width <= 900) return 2; return 3; } function updateCarousel() { const visible = getVisibleCount(); const total = cards.length; if (currentIndex > total - visible) currentIndex = 0; if (currentIndex < 0) currentIndex = total - visible; const cardWidth = cards[0].getBoundingClientRect().width + 24; const offset = -(cardWidth * currentIndex); track.style.transform = `translateX(${offset}px)`; } function next() { currentIndex++; updateCarousel(); } function prev() { currentIndex--; updateCarousel(); } nextBtn.addEventListener('click', next); prevBtn.addEventListener('click', prev); window.addEventListener('resize', updateCarousel); // Auto-rotate every 7 seconds setInterval(next, 7000); // Initial layout window.addEventListener('load', updateCarousel); // Read more / less const readMoreButtons = document.querySelectorAll('.testimonial-readmore'); readMoreButtons.forEach(button => { button.addEventListener('click', () => { const card = button.closest('.testimonial'); const text = card.querySelector('.testimonial-text'); const isClamped = text.classList.contains('clamped'); if (isClamped) { text.classList.remove('clamped'); button.textContent = 'Read less'; } else { text.classList.add('clamped'); button.textContent = 'Read more'; } }); }); })();
The Cheer Physio - FAQ

Frequently Asked Questions

Short answers to the most common questions about our handstand classes and coaching.

I’m a complete beginner and can’t kick up yet. Is the class right for me?

Yes. The Beginner Handstand Class is designed for people who are brand new with zero previous handstand experience. If you have any concerns, you can always get in touch before booking.

What should I bring / what's the space like?

Wear comfortable training clothes you can move freely in (leggings or joggers work well) and bring water. You are welcome to bring your own yoga mat, blocks or canes, but we will also have equipment available to use.

I want to learn something specific (one arm, presses, HSPU or calisthenics skills).

Some classes and workshops will cover these skills, and 1–1 coaching is available if you want a faster, more tailored route to your specific goals.

How often do the handstand classes and workshops run?

We run regular weekly classes and add pop-up workshops throughout the year. Dates, times, and booking links are always kept up to date on this page, so you can reserve a spot as soon as new sessions go live.

// FAQ Toggle Functionality const faqItems = document.querySelectorAll('.faq-item'); faqItems.forEach(item => { const question = item.querySelector('.faq-question'); question.addEventListener('click', () => { item.classList.toggle('active'); }); });

Got a question, contact us

© London Handstand Academy

document.addEventListener('DOMContentLoaded', function () { var stickyCTA = document.getElementById('stickyCTA'); // Show button after 15 seconds (15000 milliseconds) setTimeout(function () { if (stickyCTA) { stickyCTA.classList.add('show'); } }, 15000); });
// Mobile menu toggle functionality const hamburger = document.getElementById('hamburger'); const mobileMenu = document.getElementById('mobileMenu'); hamburger.addEventListener('click', function() { hamburger.classList.toggle('active'); mobileMenu.classList.toggle('active'); }); // Close menu when a link is clicked mobileMenu.querySelectorAll('a').forEach(link => { link.addEventListener('click', function() { hamburger.classList.remove('active'); mobileMenu.classList.remove('active'); }); });

Press to Handstand Workshop

Unlock the mechanics of the press to handstand. Stop relying on momentum and learn how to float.

Prerequisites: Comfortable holding chest to wall & spotted handstand.
📅 Sun 15 March
2:00–4:00pm
📍 LSBU Active, London
💷 £40
Reserve Your Spot
Limited to 12 spots for maximum coaching
London Handstand Academy Graphic

Demystifying the Press

We break the press to handstand down into three core phases to isolate exactly what's holding you back.

Personalized Assessment

We don't just give you generic drills. We assess your technique to pinpoint and fix your specific bottlenecks.

Flexibility
Strength
Coordination
01

The Take-Off

Master the weight transfer. We'll teach you how to shift your center of mass so your toes float off the floor effortlessly.

We will assess & fix:
Wrist & shoulder mobility
Straight-arm scapular strength
Weight-transfer coordination
02

Compression

Keep it tight. We'll build the active flexibility needed to keep your legs close to your body, making the lift light and efficient.

We will assess & fix:
Active pike & pancake flexibility
Deep hip-flexor & core strength
Pelvic tilt control
03

Unrolling

The final ascent. Learn the exact timing required to open your hips and shoulders simultaneously to arrive perfectly stacked.

We will assess & fix:
Overhead shoulder flexion
Glute & lower back endurance
Timing & spatial awareness
← Swipe →

Meet Your Coaches

Learn from experienced handstand practitioners and educators who bring passion, expertise, and playful energy to every session.