Sha256: 73c98118dff7a311bfb9d5060a41c091f63876c613e417f865d720dffcdf9405

Contents?: true

Size: 546 Bytes

Versions: 1

Compression:

Stored size: 546 Bytes

Contents

.slide.centered
  %h1 Penguin

  %h2 A tool for making presentations.

  %p Press the right arrow to continue.

.slide
  %p Penguin is:

  %ol
    %li Simple
    %li Flexible
    %li Attractive

.slide
  %p Source code looks great!

  %pre
    %code
      :preserve
        (function () {
          var awesome = function (thing) {
            console.log(thing + "is awesome!");
          };

          awesome("Penguin");
        })();

.slide
  %p Make a presentation with:

  %ul
    %li.step Haml
    %li.step Sass
    %li.step CoffeeScript

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
penguin-0.0.1.beta1 assets/template/deck.haml