One shared design system. Decks, docs, sample patterns, and authoring guide.
presentations/your-deck-name/ and edit only the content.style.css on any existing page.shared/ — it's the design system. Every deck and every doc reads from it.
Brand changes happen by editing tokens once; everything updates.
| File | What it does |
|---|---|
| shared/styles/prutan-tokens.css | CSS variables — the single source of brand truth. |
| shared/styles/prutan-deck.css | Reveal.js theme + slide patterns (cards, callouts, stats…). |
| shared/styles/prutan-deck-nav.css | Slide-navigator dropdown (the bottom-left pill). |
| shared/styles/prutan-docs.css | Long-form doc theme (drop-in replacement for style.css). |
| shared/scripts/prutan-deck.js | Reveal init + dropdown logic + logo injection. |
| shared/assets/ | Logos. |