Skip to content

Bright theme for Shower HTML presentation engine

License

Notifications You must be signed in to change notification settings

deadbeef101010/bright

 
 

Repository files navigation

Bright theme for Shower

A theme for the Shower presentation engine. Doesn’t include engine itself. Follow @shower_me for support and updates, file an issue if you have any.

Attention! Staring from Shower 2.0 it’s no longer supported or included by default in template, though it’s fully compatible. Please consider moving to Material theme which is visually similar.

Usage

Install the package and link styles from your presentation:

npm install shower-bright

The same package available in bower.

Features

All theme’s features are demonstrated in the index.html file. Use it as a reference while building your presentation.

Ratios

Bright theme supports two slide ratios: wide 16×10 (default) and taller 4×3. To change the slide’s ratio change $ratio variable in defaults.scss file from 16x10 to 4x3 and rebuild styles.

PDF

Bright could be exported to PDF by printing it from the list mode in Chrome or Opera browsers.

Development

If you want to adjust theme for your needs:

  1. Fork this repository and clone it to your local machine.
  2. Install dependencies: npm install.
  3. Build styles with grunt, start a watcher for styles with grunt watch.
  4. Edit your files and see changes in index.html.

To take part in Bright development please read contributing guidelines first and file an issue before sending any pull request.


Licensed under MIT License.

About

Bright theme for Shower HTML presentation engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 56.3%
  • HTML 38.8%
  • JavaScript 4.9%