# Features All theme’s features are demonstrated in the [index.html](index.html) file. Use it as a reference while building your presentation. More detailed features overview follows below. - [Anatomy](#anatomy) - [Common](#common) - [Language](#language) - [Canvas](#canvas) - [Title](#title) - [Badge](#badge) - [Progress](#progress) - [Slide](#slide) - [Number](#number) - [Types](#types) - [White](#white) - [Black](#black) - [Grid](#grid) - [Content](#content) - [Header](#header) - [Paragraphs](#paragraphs) - [Inline](#inline) - [Quotes](#quotes) - [Lists](#lists) - [Columns](#columns) - [Tables](#tables) - [Code](#code) - [Elements](#elements) - [Cover](#cover) - [Shout](#shout) - [Place](#place) - [Notes](#notes) ## Anatomy Theme package consists of the following folders and files: 1. `docs` folder with usage documentation, including this manual. 2. `fonts` folder with fonts in WOFF compressed format. 3. `images` folder with decoration images. 4. `pictures` folder with sample pictures. 5. `styles` folder with built styles in 16×10 and 4×3 ratios. 6. `index.html` file with demonstration of all features. In addition to files above repository contains source files: 1. `source` folder with font source files in TTF and design in [Sketch](http://bohemiancoding.com/sketch/). 2. `styles` folder also contains source styles in SCSS format. ## Common ### Language The main presentation language is set on the root element of the document, please note it and set the right one: Appropriate typography traditions are used based on this value. `lang` attribute could also be set to separate slides or elements. ### Canvas The root presentation element has the main `shower` class and additional mode class: `list` for the list and `full` for the full screen. `list` mode is usually set by default, but if there’s no one, it’ll be set to `list` anyway and slides will be opened in the list mode. If `full` is set instead of `list` then slides will be opened in the full screen mode. List:
… Full: … Theme’s architecture is based on agreement that all presentation elements are nested in `shower` element and mode classes are hiding or showing needed elements depending on current mode. ### Caption Presentation title is marked with the `caption` element, which has following elements provided: `` for the description and also links.
Yours Truly, Famous Inc.Presentation Title
` element. You could also make a note, less important part of a slide, by adding a `note` class to a paragraph:
` is underlined;
- `` and `` are bold;
- `` and `` are italic;
- ` Flannel bicycle rights locavore selfies.
Echo Park 8-bit sustainable umami deep v Kickstarter.
`, ``, and `` are monospaced;
- `` and `` for superscrip and subscript indexes;
- `` for highliting parts of text.
#### Quotes
Quotes are marked with `
` element which contains one or more paragraphs:
To add quote’s author wrap a quote to a `
…
#### Columns
…
#### Tables
…
…
Gentrify
Twee
Messenger
Mixtape
#### Code
…
…
function action() {
// TODO
return true;
}
…
function action() {
// TODO
return true;
}
…
### Elements
…
#### Cover
…
…
…
…
…
…
#### Shout
…
…
…
#### Place
…
…
…
#### Notes
…
…
function action() {
// TODO
return true;
}