Simple HTML presentations with version control. Each slide is a separate HTML file that can be previewed, combined, and exported to PDF.
- Create slides in
src/slides/
asslide-XX.html
- Preview with Live Server in your IDE
- Generate HTML & PDF:
./scripts/presentation.sh # Builds HTML and creates PDF
src/
├── slides/ # HTML slides (slide-01.html, slide-02.html, ...)
└── assets/ # Styles (base.css) and images
- 🎨 Plain HTML and CSS
- 📱 16:9 slides (1280x720px)
- 💻 Edit in any IDE
- 🔍 Live preview
- 📄 PDF export
- 📦 No dependencies
MIT