Слайды на основе Reveal.js для презентации обучения детей в 2018-м году для конференции eKIDS в августе 2019-го
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
934B

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  6. <title>Обучение детей программированию</title>
  7. <link rel="stylesheet" href="css/reset.css">
  8. <link rel="stylesheet" href="css/reveal.css">
  9. <link rel="stylesheet" href="css/theme/black.css">
  10. </head>
  11. <body>
  12. <div class="reveal">
  13. <div class="slides">
  14. <section data-markdown><textarea data-template>
  15. Slide 1 contains some points:
  16. * point no. 1
  17. * point no. 2
  18. </textarea></section>
  19. <section data-markdown><textarea data-template>
  20. Slide 2 will be here, too
  21. </textarea></section>
  22. </div>
  23. </div>
  24. <script src="js/reveal.js"></script>
  25. <script>
  26. Reveal.initialize({
  27. dependencies: [
  28. { src: 'plugin/markdown/marked.js' },
  29. { src: 'plugin/markdown/markdown.js' },
  30. ]
  31. });
  32. </script>
  33. </body>
  34. </html>