#+TITLE: Reveal Slide Example

#+HTML_CONTENT_CLASS: reveal
#+HTML_CONTAINER: section
#+OPTIONS: toc:nil title:nil html-style:nil html-preamble:nil html-postamble:nil

#+COMMENT: replace with the URL of your copy of Reveal.js
#+HTML_HEAD: <link rel="stylesheet" href="https://ict4g.net/reveal.js-master/dist/reset.css">
#+HTML_HEAD: <link rel="stylesheet" href="https://ict4g.net/reveal.js-master/dist/reveal.css">

#+COMMENT: replace with the URL of your copy of Reveal.js
#+COMMENT: beige.css black-contrast black blood dracula league moon night serif simple sky solarized white_contrast_compact_verbatim_headers white-contrast white 
#+HTML_HEAD: <link rel="stylesheet" href="https://ict4g.net/reveal.js-master/dist/theme/black.css">

#+BEGIN_EXPORT html
  <div class="slides">
#+END_EXPORT

* Section 1

  - slide 1
  - slide 2

* Section 2

  - slide 1
  - slide 2

#+COMMENT: replace with the URL of your copy of Reveal.js
#+BEGIN_EXPORT html
  </div>
  <script src="https://ict4g.net/reveal.js-master/dist/reveal.js"></script>
  <script>
        // More info about initialization & config:
        // - https://revealjs.com/initialization/
        // - https://revealjs.com/config/
        Reveal.initialize({
                hash: true,
                // Learn about plugins: https://revealjs.com/plugins/
                plugins: [ ]
        });
  </script>
#+END_EXPORT


* Local Variables                                                  :noexport:

# Local Variables:
# org-html-postamble: nil
# End: