Appcelerator training theme for the Ponyshow presentation engine.
- Standard: 1024 x 768
- Widescreen: 1920 x 1080
- Class:
striped
. Use this for thetableclass
property in Ponyshow.
To see this theme in action:
- Run a presentation using the Ponyshow CLI or Ponyshow App
- Set the theme property for a slide
theme:appcelerator-training
or use the CLI to set the propertypony config set theme=appcelerator-training
- Run the Ponyshow markdown file (
deck.md
) - Click any slide to enter presentation mode
- Use arrow keys or presenter remote to navigate
- Press
Esc
to exit presentation mode
The source of this theme lives under src
folder. Compress to styles/screen.css
using gulp
.
To start, you should run npm install .
to install dependencies. Then simply run..
$ gulp
Copyright © 2015 Semantic Press, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.