From 79c730f664bd8bda196c13282c5650f4ab282b25 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Sun, 8 Apr 2012 17:51:12 -0700 Subject: More styling. Fixes for FF --- template.html | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 120 insertions(+), 17 deletions(-) (limited to 'template.html') diff --git a/template.html b/template.html index a55f3fe..3ac5bf0 100644 --- a/template.html +++ b/template.html @@ -7,14 +7,15 @@ - - -
- + + + +
+
- +

Title Goes Here

@@ -27,44 +28,145 @@ -

Presentation Bullet Slide Layout

+

Slide with Bullets

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

Presentation Bullet Slide Layout

+

Slide with Bullets that Build

Subtitle Placeholder

- A Slide2 +

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>
+
+
- -

Presentation Bullet Slide Layout

+

Slide with Speaker Notes

- A Slide2 + Press 'n'
+ + + +
+

<Thanks You!>

+

Important contact information goes here.

+
+

+ Insert contact info
+ Insert contact info
+ Insert contact info +

+
+ + +
+ +
+
+ + -- cgit v1.2.3