Sitemap: Westside Basketball — Public Site

arch-sitemap-westside-basketball Architecture

architecture

Sitemap

Link map for the westside public site. Answers: what pages exist and how do they connect?
Home | About | Staff | Tryouts | Teams | Schedule | Gear | Sponsors
8 items. All public pages share this nav. Auth pages (login, register, forgot/reset password) have minimal nav (back to home only).

Page Inventory

Page Route Toggle JS Needed Status
index.html / Nav only Exists (needs trim)
about.html /about Nav only NEW
staff.html /staff Nav only Exists
tryouts.html /tryouts Kings/Queens Nav + toggle NEW
teams.html /teams Kings/Queens Nav + toggle NEW
schedule.html /schedule Kings/Queens Nav + toggle Exists (needs toggle)
gear.html /gear Nav only NEW
sponsors.html /sponsors Nav only Exists
login.html /login Exists
register.html /register Form logic Exists
forgot-password.html /forgot-password Show/hide Exists
reset-password.html /reset-password Exists
success.html /success Exists

JavaScript (shared/app.js)

Feature Used By Lines
Mobile nav toggle All pages ~20
Kings/Queens toggle tryouts, teams, schedule ~15 (NEW)
Forgot password show/hide forgot-password.html ~5
Registration form logic register.html ~50
Public site needs only 2 JS features: mobile nav + Kings/Queens toggle. Everything else is auth pages.