Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Geoff edited this page Jul 31, 2017 · 2 revisions

Getting Started

  • Download the project archive (or clone the repo).
  • Duplicate any template <section> elements as needed, or create your own from scratch.
  • Add any of your own styles in a new stylesheet so it's easier to pull in updates from the theme.

Pick your pattern

The template html uses "Orange River", but you can change it by updating the pattern class to any of the variants:

  • molecules
  • night-sky
  • orange-river
  • playground
  • stream

Colorizing

Colour palettes can be applied to individual slides with color class variants:

  • dark
  • ice
  • light (default)
  • midnight
  • radiant

Contributing

  • Keep it relative. Use em, rem, ex, vmin, vw, vh, or vmax units rather than fixed units like px.
    For example, the base font size is 2.3vmin so that text scales with the display and should look consistent between 720p and 1080p.
Clone this wiki locally