Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvillarejo/continuous-integration-presentation


https://github.com/jvillarejo/continuous-integration-presentation

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

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.](http://briancavalier.com/code/slides/ "HTML Slide Presentation Framework")

## How do I use it?

### Quick start

1. Make sure you have [node and npm](http://nodejs.org)
1. Download/fork/clone this repo
1. `cd `
1. `npm install`
1. You may want to open index.html in your browser to read a bit more about the framework.
1. Put the content for all your slides in slides/slides.html
- There are example slides there now, so just follow the format.
1. Open `index.html` in your browser!