Skip to content

Commit 4435583

Browse files
committed
Update every slide to reveal.js v3.5.0
1 parent c15cc3c commit 4435583

39 files changed

+234
-273
lines changed

mod1-01.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta name="description" content="Abilitante alle certificazioni Cisco CCENT e CCNA">
1010
<meta name="author" content="Hacklab Cosenza">
1111

12-
<meta name="apple-mobile-web-app-capable" content="yes" />
13-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
12+
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1414

15-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
1616

1717
<link rel="stylesheet" href="css/reveal.css">
1818
<link rel="stylesheet" href="css/theme/black.css" id="theme">
@@ -561,8 +561,7 @@ <h1>End of Lesson</h1>
561561

562562
<script>
563563

564-
// Full list of configuration options available at:
565-
// https://github.com/hakimel/reveal.js#configuration
564+
// More info https://github.com/hakimel/reveal.js#configuration
566565
Reveal.initialize({
567566
controls: true,
568567
progress: true,
@@ -571,12 +570,12 @@ <h1>End of Lesson</h1>
571570

572571
transition: 'slide', // none/fade/slide/convex/concave/zoom
573572

574-
// Optional reveal.js plugins
573+
// More info https://github.com/hakimel/reveal.js#dependencies
575574
dependencies: [
576575
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
577576
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
578577
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
579-
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
578+
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
580579
{ src: 'plugin/zoom-js/zoom.js', async: true },
581580
{ src: 'plugin/notes/notes.js', async: true }
582581
]

mod1-02.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta name="description" content="Abilitante alle certificazioni Cisco CCENT e CCNA">
1010
<meta name="author" content="Hacklab Cosenza">
1111

12-
<meta name="apple-mobile-web-app-capable" content="yes" />
13-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
12+
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1414

15-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
1616

1717
<link rel="stylesheet" href="css/reveal.css">
1818
<link rel="stylesheet" href="css/theme/black.css" id="theme">
@@ -573,8 +573,7 @@ <h1>End of Lesson</h1>
573573

574574
<script>
575575

576-
// Full list of configuration options available at:
577-
// https://github.com/hakimel/reveal.js#configuration
576+
// More info https://github.com/hakimel/reveal.js#configuration
578577
Reveal.initialize({
579578
controls: true,
580579
progress: true,
@@ -583,12 +582,12 @@ <h1>End of Lesson</h1>
583582

584583
transition: 'slide', // none/fade/slide/convex/concave/zoom
585584

586-
// Optional reveal.js plugins
585+
// More info https://github.com/hakimel/reveal.js#dependencies
587586
dependencies: [
588587
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
589588
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
590589
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
591-
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
590+
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
592591
{ src: 'plugin/zoom-js/zoom.js', async: true },
593592
{ src: 'plugin/notes/notes.js', async: true }
594593
]

mod1-03.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta name="description" content="Abilitante alle certificazioni Cisco CCENT e CCNA">
1010
<meta name="author" content="Hacklab Cosenza">
1111

12-
<meta name="apple-mobile-web-app-capable" content="yes" />
13-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
12+
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1414

15-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
1616

1717
<link rel="stylesheet" href="css/reveal.css">
1818
<link rel="stylesheet" href="css/theme/black.css" id="theme">
@@ -422,8 +422,7 @@ <h1>End of Lesson</h1>
422422

423423
<script>
424424

425-
// Full list of configuration options available at:
426-
// https://github.com/hakimel/reveal.js#configuration
425+
// More info https://github.com/hakimel/reveal.js#configuration
427426
Reveal.initialize({
428427
controls: true,
429428
progress: true,
@@ -432,12 +431,12 @@ <h1>End of Lesson</h1>
432431

433432
transition: 'slide', // none/fade/slide/convex/concave/zoom
434433

435-
// Optional reveal.js plugins
434+
// More info https://github.com/hakimel/reveal.js#dependencies
436435
dependencies: [
437436
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
438437
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
439438
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
440-
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
439+
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
441440
{ src: 'plugin/zoom-js/zoom.js', async: true },
442441
{ src: 'plugin/notes/notes.js', async: true }
443442
]

mod1-04.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta name="description" content="Abilitante alle certificazioni Cisco CCENT e CCNA">
1010
<meta name="author" content="Hacklab Cosenza">
1111

12-
<meta name="apple-mobile-web-app-capable" content="yes" />
13-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
12+
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1414

15-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
1616

1717
<link rel="stylesheet" href="css/reveal.css">
1818
<link rel="stylesheet" href="css/theme/black.css" id="theme">
@@ -509,8 +509,7 @@ <h1>End of Lesson</h1>
509509

510510
<script>
511511

512-
// Full list of configuration options available at:
513-
// https://github.com/hakimel/reveal.js#configuration
512+
// More info https://github.com/hakimel/reveal.js#configuration
514513
Reveal.initialize({
515514
controls: true,
516515
progress: true,
@@ -519,12 +518,12 @@ <h1>End of Lesson</h1>
519518

520519
transition: 'slide', // none/fade/slide/convex/concave/zoom
521520

522-
// Optional reveal.js plugins
521+
// More info https://github.com/hakimel/reveal.js#dependencies
523522
dependencies: [
524523
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
525524
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
526525
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
527-
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
526+
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
528527
{ src: 'plugin/zoom-js/zoom.js', async: true },
529528
{ src: 'plugin/notes/notes.js', async: true }
530529
]

mod1-05.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta name="description" content="Abilitante alle certificazioni Cisco CCENT e CCNA">
1010
<meta name="author" content="Hacklab Cosenza">
1111

12-
<meta name="apple-mobile-web-app-capable" content="yes" />
13-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
12+
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1414

15-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
1616

1717
<link rel="stylesheet" href="css/reveal.css">
1818
<link rel="stylesheet" href="css/theme/black.css" id="theme">
@@ -478,8 +478,7 @@ <h1>End of Lesson</h1>
478478

479479
<script>
480480

481-
// Full list of configuration options available at:
482-
// https://github.com/hakimel/reveal.js#configuration
481+
// More info https://github.com/hakimel/reveal.js#configuration
483482
Reveal.initialize({
484483
controls: true,
485484
progress: true,
@@ -488,12 +487,12 @@ <h1>End of Lesson</h1>
488487

489488
transition: 'slide', // none/fade/slide/convex/concave/zoom
490489

491-
// Optional reveal.js plugins
490+
// More info https://github.com/hakimel/reveal.js#dependencies
492491
dependencies: [
493492
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
494493
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
495494
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
496-
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
495+
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
497496
{ src: 'plugin/zoom-js/zoom.js', async: true },
498497
{ src: 'plugin/notes/notes.js', async: true }
499498
]

mod1-06.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta name="description" content="Abilitante alle certificazioni Cisco CCENT e CCNA">
1010
<meta name="author" content="Hacklab Cosenza">
1111

12-
<meta name="apple-mobile-web-app-capable" content="yes" />
13-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
12+
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1414

15-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
1616

1717
<link rel="stylesheet" href="css/reveal.css">
1818
<link rel="stylesheet" href="css/theme/black.css" id="theme">
@@ -538,8 +538,7 @@ <h1>End of Lesson</h1>
538538

539539
<script>
540540

541-
// Full list of configuration options available at:
542-
// https://github.com/hakimel/reveal.js#configuration
541+
// More info https://github.com/hakimel/reveal.js#configuration
543542
Reveal.initialize({
544543
controls: true,
545544
progress: true,
@@ -548,12 +547,12 @@ <h1>End of Lesson</h1>
548547

549548
transition: 'slide', // none/fade/slide/convex/concave/zoom
550549

551-
// Optional reveal.js plugins
550+
// More info https://github.com/hakimel/reveal.js#dependencies
552551
dependencies: [
553552
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
554553
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
555554
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
556-
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
555+
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
557556
{ src: 'plugin/zoom-js/zoom.js', async: true },
558557
{ src: 'plugin/notes/notes.js', async: true }
559558
]

mod1-07-p0.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta name="description" content="Abilitante alle certificazioni Cisco CCENT e CCNA">
1010
<meta name="author" content="Hacklab Cosenza">
1111

12-
<meta name="apple-mobile-web-app-capable" content="yes" />
13-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
12+
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1414

15-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
1616

1717
<link rel="stylesheet" href="css/reveal.css">
1818
<link rel="stylesheet" href="css/theme/black.css" id="theme">
@@ -523,8 +523,7 @@ <h1>End of Lesson</h1>
523523

524524
<script>
525525

526-
// Full list of configuration options available at:
527-
// https://github.com/hakimel/reveal.js#configuration
526+
// More info https://github.com/hakimel/reveal.js#configuration
528527
Reveal.initialize({
529528
controls: true,
530529
progress: true,
@@ -533,12 +532,12 @@ <h1>End of Lesson</h1>
533532

534533
transition: 'slide', // none/fade/slide/convex/concave/zoom
535534

536-
// Optional reveal.js plugins
535+
// More info https://github.com/hakimel/reveal.js#dependencies
537536
dependencies: [
538537
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
539538
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
540539
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
541-
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
540+
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
542541
{ src: 'plugin/zoom-js/zoom.js', async: true },
543542
{ src: 'plugin/notes/notes.js', async: true }
544543
]

mod1-07-p1.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta name="description" content="Abilitante alle certificazioni Cisco CCENT e CCNA">
1010
<meta name="author" content="Hacklab Cosenza">
1111

12-
<meta name="apple-mobile-web-app-capable" content="yes" />
13-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
12+
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1414

15-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
1616

1717
<link rel="stylesheet" href="css/reveal.css">
1818
<link rel="stylesheet" href="css/theme/black.css" id="theme">
@@ -464,8 +464,7 @@ <h1>End of Lesson</h1>
464464

465465
<script>
466466

467-
// Full list of configuration options available at:
468-
// https://github.com/hakimel/reveal.js#configuration
467+
// More info https://github.com/hakimel/reveal.js#configuration
469468
Reveal.initialize({
470469
controls: true,
471470
progress: true,
@@ -474,12 +473,12 @@ <h1>End of Lesson</h1>
474473

475474
transition: 'slide', // none/fade/slide/convex/concave/zoom
476475

477-
// Optional reveal.js plugins
476+
// More info https://github.com/hakimel/reveal.js#dependencies
478477
dependencies: [
479478
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
480479
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
481480
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
482-
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
481+
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
483482
{ src: 'plugin/zoom-js/zoom.js', async: true },
484483
{ src: 'plugin/notes/notes.js', async: true }
485484
]

mod1-07-p2.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta name="description" content="Abilitante alle certificazioni Cisco CCENT e CCNA">
1010
<meta name="author" content="Hacklab Cosenza">
1111

12-
<meta name="apple-mobile-web-app-capable" content="yes" />
13-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
12+
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1414

15-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
1616

1717
<link rel="stylesheet" href="css/reveal.css">
1818
<link rel="stylesheet" href="css/theme/black.css" id="theme">
@@ -374,8 +374,7 @@ <h1>End of Lesson</h1>
374374

375375
<script>
376376

377-
// Full list of configuration options available at:
378-
// https://github.com/hakimel/reveal.js#configuration
377+
// More info https://github.com/hakimel/reveal.js#configuration
379378
Reveal.initialize({
380379
controls: true,
381380
progress: true,
@@ -384,12 +383,12 @@ <h1>End of Lesson</h1>
384383

385384
transition: 'slide', // none/fade/slide/convex/concave/zoom
386385

387-
// Optional reveal.js plugins
386+
// More info https://github.com/hakimel/reveal.js#dependencies
388387
dependencies: [
389388
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
390389
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
391390
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
392-
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
391+
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
393392
{ src: 'plugin/zoom-js/zoom.js', async: true },
394393
{ src: 'plugin/notes/notes.js', async: true }
395394
]

0 commit comments

Comments
 (0)