├── index.html # Home page ├── services.html # Services page ├── career-paths.html # Career paths with filters ├── resources.html # Resources, blog, guides ├── testimonials.html # Student testimonials ...
kc-services/ ├── .eleventy.js # 11ty configuration ├── package.json # Dependencies & scripts ├── index.njk # Main homepage template (Nunjucks) ├── index.html # Standalone HTML preview (works without ...