This rebuild is optimized for a volunteer team:
- Easy upkeep: routine updates happen in
data/site-content.json. - Clear communication: audience-first sections for players, organizers, and creators.
- Brand alignment: color + type system based on the X-Wing Alliance brand book pages provided.
Edit data/site-content.json:
brand.wordmarkPath: local path to your approved logo file.nav: top navigation links.hero: headline, summary, priority, and CTA buttons.audiences: cards for key target groups.updates: date-stamped official communication list.about.boilerplate: approved organization reference text.footer: maintenance/legal lines.
- Place approved logo files in
assets/brand/. - If licensed font files are available, place them in
assets/fonts/:kimberley.woff2eurostile.woff2
The site uses Roboto/Roboto Condensed fallbacks if those files are not present.
Because the page loads JSON via fetch, run a local server:
python3 -m http.server 8080Then open http://localhost:8080.