💾 Archived View for wilw.capsule.town › log › 2013-02-18-scriptslide.gmi captured on 2023-04-19 at 23:16:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

🏡 Home

Back to gemlog

ScriptSlide

Posted on 18 February 2013

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.

1

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.

Reply via email

Back to gemlog