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.

slides.json 2.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "title": "Vertical example",
  3. "columns": [
  4. {
  5. "id": "welcome",
  6. "title": "Welcome",
  7. "params": {
  8. "theme": "sky",
  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)\n\n[video bell.mp4]\n\nyou can also watch the video",
  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/soft-rain-ambient-111154.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. "id": "end",
  48. "title": "The end",
  49. "params": {
  50. "theme": "league"
  51. },
  52. "image": {
  53. "placement": "above",
  54. "width": "75",
  55. "source": "static/media/img/fire-4623.gif",
  56. "alt": "Fireplace"
  57. },
  58. "markdown": "#### Now we can rest",
  59. "soundtrack": "static/media/audio/lit-fireplace-6307.mp3"
  60. }
  61. ]
  62. }
  63. ]
  64. }