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 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "background-opacity": "0.5",
  46. "background-size": "contain"
  47. },
  48. "markdown": "* Anger\n* Disrespect",
  49. "soundtrack": "static/audio/ho-oponopono.mp3"
  50. }
  51. ]
  52. },
  53. {
  54. "id": "intospection",
  55. "title": "Introspection",
  56. "params": {
  57. "theme": "league",
  58. "background-video": "static/bg-video/underwater.mp4",
  59. "background-video-loop": true,
  60. "background-video-mute": true,
  61. "background-opacity": "0.25"
  62. },
  63. "markdown": "# \u262f\n",
  64. "soundtrack": "static/audio/sonar.wav",
  65. "slides": []
  66. }
  67. ]
  68. }