Slide with Bullets

  • Titles are formatted as Open Sans with bold applied and font size is set at 45
  • Title capitalization is title case
    • Subtitle capitalization is title case
  • Subtitle capitalization is title case
  • Titles and subtitles should never have a period at the end

Slide with Bullets that Build

Subtitle Placeholder

A list where items build:

  • Blah
  • Blah
  • Blah

Another list, but items fade as they build:

  • Hover over me!
  • Hover over me!
  • Hover over me!

Slide with Smaller Font

  • Titles are formatted as Open Sans with bold applied and font size is set at 45
  • Title capitalization is title case
    • Subtitle capitalization is title case
  • Subtitle capitalization is title case
  • Titles and subtitles should never have a period at the end

Code Slide (with Subtitle Placeholder)

Subtitle Placeholder

<script type='text/javascript'>
  // Say hello world until the user starts questioning
  // the meaningfulness of their existence.
  function helloWorld(world) {
    for (var i = 42; --i >= 0;) {
      alert('Hello ' + String(world));
    }
  }
</script>

Code Slide (Smaller Font)

// Say hello world until the user starts questioning
// the meaningfulness of their existence.
function helloWorld(world) {
  for (var i = 42; --i >= 0;) {
    alert('Hello ' + String(world));
  }
}
<style>
  p { color: pink }
  b { color: blue }
</style>
<!DOCTYPE html>
<html>
<head>
  <title>My Awesome Page</title>
</head>
<body>
  <p>Hello world</p>
<body>
</html>

Slide with Speaker Notes

Press 'n'

Segue Slide

Subtitle Placeholder

This is an example of quote text.
Name
Company

<Thank You!>

Important contact information goes here.