1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-23 05:14:29 +02:00

Initialize webslides

This commit is contained in:
José Luis Antúnez
2017-02-12 21:29:29 +01:00
committed by GitHub
parent dba342362f
commit bf338842f1

View File

@@ -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.
@@ -226,6 +226,10 @@
<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>