💾 Archived View for wilw.capsule.town › log › 2013-02-18-scriptslide.gmi captured on 2023-07-10 at 14:09:30. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-04-19)
-=-=-=-=-=-=-
I've taken to writing most of my recent presentations in plain HTML (rather than using third-party software or services). I used
JavaScript to handle the appearance and ordering of slides.
I bundled the JS into a single script, `js/scriptslide.js` which can be configured
using the `js/config.js` script.
There is a GitHub repo [1] for the code, along with example usage and instructions.
Most configuration can be done by using the `js/config.js` script, which supports many features including:
- Set the slide transition type (appear, fade, slide)
- Set the logos, page title, etc.
- Configure the colour scheme
Then simply create an HTML document, set some other styles (there is a template in `css/styles.css`), and
put each slide inside `<section>...</section>` tags. The slide menu is then generated autmatically
when the page is loaded.