Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

slides.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "title": "Vertical example",
  3. "columns": [
  4. {
  5. "id": "welcome",
  6. "title": "Welcome",
  7. "params": {
  8. "theme": "simple",
  9. "background-image": "static/media/bg/valley-1.svg",
  10. "background-opacity": "0.5",
  11. "background-size": "cover"
  12. },
  13. "markdown": "This is an example of a vertical sequence (single chapter containing pages)",
  14. "slides": [
  15. {
  16. "id": "regret",
  17. "title": "Regret and sorrow",
  18. "params": {
  19. "theme": "night",
  20. "background-image": "static/media/bg/rain-1.svg",
  21. "background-opacity": "0.5",
  22. "background-size": "cover"
  23. },
  24. "image": {
  25. "placement": "left",
  26. "width": "25",
  27. "source": "static/media/img/argument.png",
  28. "alt": ""
  29. },
  30. "markdown": "Let us dwell on the negative emotions you have mentioned:\n\n* Regret\n* sorrow\n\nWhen you are ready, we can [continue to forgiveness](#forgiveness).",
  31. "soundtrack": "static/media/audio/thunderstorm.mp3"
  32. },
  33. {
  34. "id": "forgiveness",
  35. "title": "Forgiveness and reconcilliation",
  36. "params": {
  37. "theme": "beige",
  38. "background-video": "static/media/bg-video/beach-sunset1.mp4",
  39. "background-video-loop": true,
  40. "background-video-mute": true,
  41. "background-opacity": "0.75"
  42. },
  43. "markdown": "Let me play for you a Hawaiian song called Ho'Opnopono. it has healing qualities for such moments.\n\n* Close your eyes.\n* Listen.\n* Sing in your heart.\n* Join with your voice.",
  44. "soundtrack": "static/media/audio/ho-oponopono.mp3"
  45. }
  46. ]
  47. }
  48. ]
  49. }