Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akrabat/avalanche
A theme for landslide
https://github.com/akrabat/avalanche
Last synced: 2 months ago
JSON representation
A theme for landslide
- Host: GitHub
- URL: https://github.com/akrabat/avalanche
- Owner: akrabat
- Created: 2012-08-29T09:39:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T11:31:55.000Z (over 6 years ago)
- Last Synced: 2024-11-01T08:42:19.697Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 6.46 MB
- Stars: 68
- Watchers: 5
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Avalanche
A theme and directory organisation for [landslide](https://github.com/adamzap/landslide)
View an [example presentation](http://akrabat.github.com/avalanche/example.html)
### Improved JavaScript
The default theme's slides.js has been revamped as a jQuery plugin with a handful of fixes and improvements (many more to come!):
- Includes a clock in presenter view.
- 'p' properly toggles presenter view on _and_ off.
- 'b' (blank) in presenter mode blanks the main view but simply reduces the opacity of the active slide in the presenter view.
- Closing the main window will automatically close presenter view.
- Greatly improved previously buggy scaling support, allows for embedding of slides.
- Added support for more presenter remotes via additional shortcuts.
- Additional 'f' shortcut for JavaScript-induced full screen mode. This resolves an issue with OSX blanking out the other screen when using F11 for full screen.## Creating a new presentation
* Create a new directory
* Place required markup files and any custom css and image files here
* Copy the `example_presentation/presentation.cfg` to here and change the filenames and paths as required## Building the slides
* Install [landslide](https://github.com/adamzap/landslide).
* cd into the directory of the presentation that you want to create and run `landslide presentation.cfg`.
* Open up the newly created HTML file that is in the presentation directory.