Gameday Soccer Academy | Professional Youth Football Development html { scroll-behavior: smooth; } body { font-family: 'Lato', sans-serif; color: #111827; /* Dark Gray for body text */ } h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; color: #0A2240; /* Professional Navy Blue for headings */ } .hero-bg { background-image: url('https://gamedaysocceracademy.com.au/wp-content/uploads/2024/05/Gameday-Soccer-Academy-Sydney-scaled.jpg'); background-size: cover; background-position: center; } .hero-overlay { background-color: rgba(10, 34, 64, 0.85); /* Dark navy overlay for text readability */ } .cta-button-green { background-color: #00FF85; /* Electric Green */ color: #0A2240; /* Navy Blue */ transition: all 0.3s ease-in-out; } .cta-button-green:hover { background-color: #00e075; transform: scale(1.05); } .cta-button-navy { background-color: #0A2240; /* Navy Blue */ color: #FFFFFF; /* White */ border: 2px solid #00FF85; /* Electric Green border */ transition: all 0.3s ease-in-out; } .cta-button-navy:hover { background-color: #00FF85; color: #0A2240; transform: scale(1.05); } .icon-circle { background-color: rgba(0, 255, 133, 0.1); /* Light green tint */ } /* Floating CTA Bar Styles */ #floating-cta-bar { transition: transform 0.3s ease-in-out; transform: translateY(100%); } #floating-cta-bar.visible { transform: translateY(0); } /* Style for form focus */ .form-input:focus, .form-select:focus { outline: none; --tw-ring-color: #00FF85; box-shadow: 0 0 0 2px var(--tw-ring-color); } /* This class now uses your partner logos image as the background. */ .hero-bg-partners { background-image: url('https://gamedaysocceracademy.com.au/wp-content/uploads/2023/12/3.png'); background-size: cover; background-position: center; } .hero-overlay { background-color: rgba(10, 34, 64, 0.90); /* Slightly darker overlay for better text readability over a complex background */ } .cta-button-green { background-color: #00FF85; color: #0A2240; transition: all 0.3s ease-in-out; } .cta-button-green:hover { background-color: #00e075; transform: scale(1.05); } .cta-button-navy { background-color: transparent; color: #FFFFFF; border: 2px solid #00FF85; transition: all 0.3s ease-in-out; } .cta-button-navy:hover { background-color: #00FF85; color: #0A2240; transform: scale(1.05); }

Your Proven Pathway from Grassroots to Greatness.

Our professional training methodology translates directly to on-field performance, building the technical skill, tactical intelligence, and confidence required to excel at every level.

The Game Day Difference

We are committed to developing the whole player. Our philosophy is built on four key pillars that ensure long-term growth and success on and off the field.

Holistic Player Development

We build great players *and* great people. Our focus is on long-term technical skill, tactical intelligence, and the life skills of resilience and discipline.

Game-Realistic Training

Our sessions replicate the intensity and scenarios of a real match. We develop players who are not just skilled in drills, but composed, creative, and effective in game situations.

Positive Coaching

We foster confidence and creativity. Our professional coaches create a supportive space where players are encouraged to learn from mistakes without fear.

Parent Partnership

You are a vital part of the team. We believe in clear, consistent communication and providing you with the insights to support your child's journey.

Our Programs

We offer a range of programs designed to meet the needs of players at every stage of their development.

Core Skills Program

Core Skills Program

For players aged 6-12 looking to build a strong technical foundation and move beyond basic club training.

Learn More & Register →
Academy Squads

Academy Squads (IFA League)

For competitive players aged 6-14 ready to test their skills in Sydney's most competitive academy league.

Learn More & Register →
1-on-1 Training

1-on-1 & Small Group Training

For dedicated players aged 8+ seeking personalized coaching to accelerate their development and achieve specific goals.

Learn More & Enquire →

A Proven Pathway to Elite Football

We are the bridge between grassroots football and the elite level. Our curriculum is designed to equip players with the technical ability, tactical understanding, and physical conditioning demanded by JDL and NPL clubs. We have a proven track record of developing players who successfully trial and thrive in representative football.

Gameday Soccer Academy Pathway to Elite Football

Tracking the Journey to Excellence

Our training methodology is the engine of development; our Individual Development Plan (IDP) is the dashboard. It provides clear, constructive feedback, helping players understand their strengths and target areas for improvement. It's a vital tool that supports their journey along our development pathway.

Player Photo

Game Day Player

U9 Player

Four Corner Profile

Performance Over Time

Ready to start your journey with us?

By filling out this form you will be able to register your child in our program.

Register Now or Get Your Free Trial

Select a Location Padstow NSW Camden NSW North Ryde NSW Select a Program Core Skills Training Academy Squads IFA League 1-on-1 Training Elite Training
Sessions per Week 1 Session/Week 2 Sessions/Week Term Commitment 1 Term 2 Terms (10% discount + free uniform)
How did you hear about us? Google Social Media Friend or Family Other Request a Free Trial? Yes, I'd like a free trial No, I'm ready to register

We don't share your personal information. Check out our Privacy Policy for more information.

Follow Our Journey

See our players in action, get training tips, and stay updated with academy news on our social channels.

What Our Parents Say

“After a frustrating season with a volunteer-run team, the difference at Gameday is night and day. The sessions are organized, the communication is incredible, and for the first time, I feel like we have a real partner in our son's development.”

Amanda R.

Amanda R.

Parent of a U10 Player

“The feedback from the IDP was a game-changer. My daughter not only knows exactly what to work on, but her confidence on the ball has skyrocketed. She’s finally learning the ‘why’ behind the skills.”

David L.

David L.

Parent of a U11 Player

Book a Free Trial
document.addEventListener('DOMContentLoaded', () => { // --- Floating CTA Bar Logic --- const floatingBar = document.getElementById('floating-cta-bar'); const heroSection = document.getElementById('home'); if (floatingBar && heroSection) { const checkScroll = () => { if (window.scrollY > heroSection.offsetHeight) { floatingBar.classList.add('visible'); } else { floatingBar.classList.remove('visible'); } }; window.addEventListener('scroll', checkScroll); checkScroll(); } // --- Chart.js Initializations --- Chart.defaults.font.family = "'Lato', sans-serif'"; Chart.defaults.color = '#111827'; // Radar Chart (Four Corner Profile) const radarCtx = document.getElementById('radarChart'); if (radarCtx) { new Chart(radarCtx.getContext('2d'), { type: 'radar', data: { labels: ['Technical', 'Psychological', 'Physical', 'Social'], datasets: [{ label: 'Evaluation 1', data: [45, 65, 60, 55], fill: true, backgroundColor: 'rgba(59, 130, 246, 0.2)', borderColor: 'rgba(59, 130, 246, 1)', pointBackgroundColor: 'rgba(59, 130, 246, 1)', pointBorderColor: '#fff', pointHoverBackgroundColor: '#fff', pointHoverBorderColor: 'rgba(59, 130, 246, 1)' }, { label: 'Evaluation 2', data: [69, 79, 78, 82], fill: true, backgroundColor: 'rgba(16, 185, 129, 0.2)', borderColor: 'rgba(16, 185, 129, 1)', pointBackgroundColor: 'rgba(16, 185, 129, 1)', pointBorderColor: '#fff', pointHoverBackgroundColor: '#fff', pointHoverBorderColor: 'rgba(16, 185, 129, 1)' }] }, options: { maintainAspectRatio: false, responsive: true, plugins: { legend: { position: 'bottom' } }, scales: { r: { pointLabels: { font: { weight: 'bold' } }, suggestedMin: 0, suggestedMax: 100 } } } }); } // Line Chart (Performance Over Time) const lineCtx = document.getElementById('lineChart'); if (lineCtx) { const gradient = lineCtx.getContext('2d').createLinearGradient(0, 0, 0, 300); gradient.addColorStop(0, 'rgba(16, 185, 129, 0.5)'); gradient.addColorStop(1, 'rgba(16, 185, 129, 0)'); new Chart(lineCtx.getContext('2d'), { type: 'line', data: { labels: ['Evaluation 1', 'Evaluation 2', 'Evaluation 3'], datasets: [{ label: 'Overall Score', data: [72, 81, 88], fill: true, backgroundColor: gradient, borderColor: 'rgba(16, 185, 129, 1)', borderWidth: 3, tension: 0.4, pointBackgroundColor: 'rgba(16, 185, 129, 1)', pointBorderColor: '#fff', pointBorderWidth: 2, pointRadius: 6, pointHoverRadius: 8 }] }, options: { maintainAspectRatio: false, responsive: true, plugins: { legend: { display: false } }, scales: { y: { beginAtZero: false, suggestedMin: 60, suggestedMax: 100, grid: { drawBorder: false }, ticks: { padding: 10 } }, x: { grid: { display: false }, ticks: { padding: 10 } } } } }); } // --- Formspree Submission Logic --- const form = document.getElementById('registration-form'); async function handleSubmit(event) { event.preventDefault(); const status = document.getElementById('form-status'); const data = new FormData(event.target); fetch(event.target.action, { method: form.method, body: data, headers: { 'Accept': 'application/json' } }).then(response => { if (response.ok) { status.innerHTML = "Thanks for your submission! We will be in touch shortly."; status.className = 'mt-4 text-center p-4 rounded-lg bg-green-100 text-green-800'; status.classList.remove('hidden'); form.reset(); } else { response.json().then(data => { if (Object.hasOwn(data, 'errors')) { status.innerHTML = data["errors"].map(error => error["message"]).join(", "); } else { status.innerHTML = "Oops! There was a problem submitting your form"; } status.className = 'mt-4 text-center p-4 rounded-lg bg-red-100 text-red-800'; status.classList.remove('hidden'); }); } }).catch(error => { status.innerHTML = "Oops! There was a problem submitting your form"; status.className = 'mt-4 text-center p-4 rounded-lg bg-red-100 text-red-800'; status.classList.remove('hidden'); }); } form.addEventListener("submit", handleSubmit); });

Proudly Sponsored by