SkillAgentSearch skills...

Slides

A slide presentation framework in HTML, JS, and OOCSS

Install / Use

/learn @briancavalier/Slides
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Slide Presentation Framework

I got fed up with using Powerpoint and Keynote to make and give presentations, so I wrote this framework. It uses slides in plain HTML, combined with themes, layouts, and slide transitions in CSS, and a small Javascript MVC framework for showing them.

You can read more about it in this presentation, made with the framework.

How do I use it?

Quick start

  1. Make sure you have node and npm
  2. Download/fork/clone this repo
  3. cd <slides dir>
  4. npm install
  5. npm install bower
  • The example depends on the rest of your dependencies being downloaded by Bower, a package manager for Javascript.
  1. bower install
  2. You may want to open index.html in your browser to read a bit more about the framework.
  3. Put the content for all your slides in slides/slides.html
    • There are example slides there now, so just follow the format.
  4. Open index.html in your browser!
View on GitHub
GitHub Stars498
CategoryDevelopment
Updated1mo ago
Forks133

Languages

JavaScript

Security Score

80/100

Audited on Feb 21, 2026

No findings