Static, multi-page site with JSON-driven intel and rosters.
index.html— Landing & doctrine fragmentsintel.html— Apex Separatist Consortium faction intel (cards fromdata/factions.json)concord.html— Concord of Unity operations overview (fromdata/concord_ops.json)leadership.html— Pale Array authority figures (fromdata/leadership.json)fleets.html— Elite semi‑autonomous fleets (fromdata/fleets.json)
Serve as static files (Replit, Caddy, Nginx, file server). No build step required.
- Update JSON files under
/datato change content. - Replace SVG crests under
/assets/imgto rebrand. - Colors are CSS variables in
assets/css/styles.css.