aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-12-27 21:16:44 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-12-27 21:16:44 +0100
commit9dbc9e77199e4848a30b3216bbee64e83048aa8a (patch)
treea64a4daf8241fab0cfb7b196e19668a13bcc7cf8 /index.html
parent327ff7a75cf579a224164dbc29625bd6bc89a4d6 (diff)
downloadfreenode-live-2017-presentation-9dbc9e77199e4848a30b3216bbee64e83048aa8a.tar
freenode-live-2017-presentation-9dbc9e77199e4848a30b3216bbee64e83048aa8a.tar.gz
tweak comments
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 389613c..4b1dda4 100644
--- a/index.html
+++ b/index.html
@@ -17,10 +17,10 @@
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">
- <!-- For syntax highlighting -->
+ <!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
- <!-- Include the appropriate print stylesheet -->
+ <!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
@@ -390,7 +390,7 @@ Reveal.addEventListener( 'customevent', function() {
<script>
- // Full list of configuration options available here:
+ // Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
@@ -400,7 +400,7 @@ Reveal.addEventListener( 'customevent', function() {
transition: 'slide', // none/fade/slide/convex/concave/zoom
- // Optional libraries used to extend on reveal.js
+ // Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },