App-Chorus

 view release on metacpan or  search on metacpan

examples/reveal-default.mkd  view on Meta::CPAN

# Reveal.js

### HTML Presentations Made Easy

Created by [Hakim El Hattab](http://hakim.sa) / [@hakimel](http://twitter.com/hakimel)

## Heads Up

reveal.js is a framework for easily creating beautiful presentations using HTML. You'll need a browser with
support for CSS 3D transforms to see it in its full glory.

!!!
Oh hey, these are some notes. They'll be hidden in your presentation, 
but you can see them if you open the speaker notes window (hit 's' on your keyboard).
!!!


## Vertical Slides

examples/reveal-default.mkd  view on Meta::CPAN

<section>
    <h2>Spectacular image!</h2>
    <a class="image" href="http://lab.hakim.se/meny/" target="_blank">
        <img width="320" height="299" src="http://s3.amazonaws.com/hakim-static/portfolio/images/meny.png" alt="Meny">
    </a>
</section>

<section>
    <h2>Export to PDF</h2>
    <p>Presentations can be <a href="https://github.com/hakimel/reveal.js#pdf-export">exported to PDF</a>, below is an example that's been uploaded to SlideShare.</p>
    <iframe id="slideshare" src="http://www.slideshare.net/slideshow/embed_code/13872948" width="455" height="356" style="margin:0;overflow:hidden;border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe>
    <script>
        document.getElementById('slideshare').attributeName = 'allowfullscreen';
    </script>
</section>

<section>
    <h2>Take a Moment</h2>
    <p>
        Press b or period on your keyboard to enter the 'paused' mode. This mode is helpful when you want to take distracting slides off the screen
        during a presentation.



( run in 1.817 second using v1.01-cache-2.11-cpan-e1769b4cff6 )