# slides **Repository Path**: who7708/slides ## Basic Information - **Project Name**: slides - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-18 - **Last Updated**: 2024-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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. `npm install bower` - The example depends on the rest of your dependencies being downloaded by [Bower](https://www.bower.io), a package manager for Javascript. 1. `bower 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!