/ October 23, 2024
Workout Plan for Beginners: Your Fitness Journey Starts Here

Beginners Workout RoutineStarting your fitness journey can feel overwhelming, especially if it’s your first time stepping into a gym. At Tre-Ysgawen Hall, we’re committed to making this process as easy and enjoyable as possible. With a gym membership starting...

document.addEventListener("DOMContentLoaded", function () { const blocks = document.querySelectorAll('.policy-toggle-block'); blocks.forEach(function (block) { const btn = block.querySelector('.policy-toggle-btn'); const shortList = block.querySelector('.policy-list--short'); const fullList = block.querySelector('.policy-list--full'); if (!btn || !shortList || !fullList) return; btn.addEventListener('click', function () { const isOpen = fullList.style.display === 'block'; if (isOpen) { fullList.style.display = 'none'; shortList.style.display = 'block'; btn.textContent = '…view more'; } else { fullList.style.display = 'block'; shortList.style.display = 'none'; btn.textContent = 'view less'; } }); }); });