Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

slides.json 3.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "title": "Farewell Ceremony",
  3. "columns": [
  4. {
  5. "id": "welcome",
  6. "title": "My ceremony",
  7. "params": {
  8. "theme": "sky",
  9. "background-video": "static/bg-video/clouds1.mp4",
  10. "background-video-loop": true,
  11. "background-video-mute": true,
  12. "background-opacity": "0.5",
  13. "background-size": "cover",
  14. "background-video-autoplay": true
  15. },
  16. "markdown": "First, let us meditate: [video \"static/video/bell.mp4\"]\nClose your eyes and concentrate on the sound of the bell.\n"
  17. },
  18. {
  19. "id": "cast_off",
  20. "title": "Cast off (tashlich)",
  21. "params": {
  22. "theme": "moon",
  23. "background-video": "static/bg-video/beach-sunset1.mp4",
  24. "background-video-loop": true,
  25. "background-video-mute": true,
  26. "background-opacity": "0.75"
  27. },
  28. "markdown": "Cast off all my sins to the sea (based on the Jewish [tashlich](https://en.wikipedia.org/wiki/Tashlikh) ritual)",
  29. "slides": [
  30. {
  31. "id": "sins_against_god",
  32. "title": "Sins against God",
  33. "params": {
  34. "background-image": "static/bg/rain-1.svg",
  35. "background-opacity": "0.25",
  36. "background-size": "cover"
  37. },
  38. "markdown": "* Vanity\n* Greed",
  39. "soundtrack": "static/audio/thunderstorm.mp3"
  40. },
  41. {
  42. "id": "sins_against_others",
  43. "title": "Sins against others",
  44. "params": {},
  45. "markdown": "You mentioned regret. You mentioned sorrow. \n\nLet 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.",
  46. "soundtrack": "static/audio/ho-oponopono.mp3"
  47. }
  48. ]
  49. },
  50. {
  51. "id": "intospection",
  52. "title": "Introspection",
  53. "params": {
  54. "theme": "beige",
  55. "background-video": "static/bg-video/underwater.mp4",
  56. "background-video-loop": true,
  57. "background-video-mute": true
  58. },
  59. "markdown": "# \u262f\n",
  60. "soundtrack": "static/audio/sonar.wav",
  61. "slides": [
  62. {
  63. "id": "test",
  64. "title": "This is a test",
  65. "params": {
  66. "theme": "simple",
  67. "background-image": "static/bg/sea-view-garden.png",
  68. "background-opacity": "0.5",
  69. "background-size": "cover"
  70. },
  71. "image": {
  72. "placement": "none",
  73. "width": "50",
  74. "source": "static/img/horse.png",
  75. "alt": ""
  76. },
  77. "markdown": "Stay tuned..."
  78. }
  79. ]
  80. }
  81. ]
  82. }