2026 Club Sponsors

The Woonona Shamrocks Rugby Club is proud to introduce our valued sponsors for the 2026 season. These local businesses and supporters form the backbone of our club, enabling us to provide quality facilities, equipment and opportunities for our players across all grades.

Their generous contributions help keep registration costs affordable, support our development programs, and ensure we can continue to be a vibrant part of the northern Illawarra sporting community. We encourage all Shamrocks players, families and supporters to get behind these businesses who have shown their commitment to grassroots rugby.

When you support our sponsors, you’re directly supporting the green and white hoops of Woonona Shamrocks.

document.addEventListener(“DOMContentLoaded”, function () { const filterButtons = document.querySelectorAll(“.filter-btn”); const sponsorCards = document.querySelectorAll(“.sponsor-card”); const defaultFilter = “gold”; // Apply default filter on page load sponsorCards.forEach(card => { if (!card.classList.contains(defaultFilter)) { card.style.display = “none”; // Hide non-gold sponsors } }); filterButtons.forEach(button => { if (button.getAttribute(“data-filter”) === defaultFilter) { button.classList.add(“active”); } }); // Add event listener to buttons filterButtons.forEach(button => { button.addEventListener(“click”, function () { const filter = this.getAttribute(“data-filter”); // Remove active class from all buttons filterButtons.forEach(btn => btn.classList.remove(“active”)); this.classList.add(“active”); // Show only matching sponsor cards sponsorCards.forEach(card => { if (filter === “all” || card.classList.contains(filter)) { card.style.display = “block”; } else { card.style.display = “none”; } }); }); }); });
Scroll to Top
Shopping Cart
Scroll to Top