https://github.com/sc5/shower-sc5
Shower theme in SC5 brand style
https://github.com/sc5/shower-sc5
Last synced: 13 days ago
JSON representation
Shower theme in SC5 brand style
- Host: GitHub
- URL: https://github.com/sc5/shower-sc5
- Owner: SC5
- License: other
- Created: 2017-02-12T18:12:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T19:06:29.000Z (over 7 years ago)
- Last Synced: 2025-01-03T18:39:02.281Z (over 1 year ago)
- Language: CSS
- Size: 17 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SC5 theme for Shower [](https://travis-ci.org/shower/ribbon)

[See it in action](https://sc5.github.io/shower-sc5/).
## Usage
Fork or copy&paste this repo. Don't forget `npm install`.
## Ratios
The theme supports two slide ratios: wide 16×10 (default) and taller 4×3. To change the slide’s ratio include one of the pre-built `screen-16x10.css` or `screen-4x3.css` files in the `` of your presentation.
## 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. Start a local server with watcher: `npm run dev`.
4. Edit your files and see changes in the opened browser.
You can deploy your changes to [https://sc5.github.io/shower-sc5/](https://sc5.github.io/shower-sc5/):
npm run deploy
To take part in Ribbon development please read [contributing guidelines](CONTRIBUTING.md) first and [file an issue](https://github.com/shower/shower/issues/new) before sending any pull request.
---
Licensed under [MIT License](LICENSE.md).