https://github.com/cdata/postersession
Stupidly simple JavaScript library for creating a presentation out of basic HTML.
https://github.com/cdata/postersession
Last synced: 10 months ago
JSON representation
Stupidly simple JavaScript library for creating a presentation out of basic HTML.
- Host: GitHub
- URL: https://github.com/cdata/postersession
- Owner: cdata
- Created: 2011-02-18T03:21:06.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-23T19:02:26.000Z (over 14 years ago)
- Last Synced: 2025-02-02T00:31:54.978Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PosterSession
=============
I needed to whip up a quick presentation, and I thought to myself, "There is
probably a library out there that will help me do this with very basic HTML."
There is no library (that I could find in ten minutes of searching) which will
let me do this with very basic HTML.
PosterSession let's you make a presentation using very basic HTML.
Step one
--------
Create an HTML5 page with an ordered list as the only child of the body.
Step two
--------
Populate each list item as though each one represents a slide.
Step three
----------
Drop in PosterSession's JS and CSS files.
Voila!
Click to move forward; double-click to go back; take a deep breath, and make Steve Jobs proud!