Skip to content

Commit

Permalink
Initialize webslides
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantunez committed Feb 12, 2017
1 parent dba3423 commit bf33884
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</header>

<main role="main">
<article> <!-- Slideshow? id="webslides" -->
<article id="webslides" class="vertical">

<!-- Quick Guide
- Each parent <section> in the <article id="webslides"> element is an individual slide.
Expand Down Expand Up @@ -225,6 +225,10 @@ <h2><strong>Start in seconds</strong> </h2>
<!-- jQuery (required for slides to work) -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="../static/js/webslides.js"></script>

<script type="text/javascript">
var slide = jQuery('#webslides').webslides();
</script>

<!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) -->
<script defer src="../static/js/svg-icons.js"></script>
Expand Down

0 comments on commit bf33884

Please sign in to comment.