1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "title": "Farewell Ceremony",
- "columns": [
- {
- "id": "welcome",
- "title": "My ceremony",
- "params": {
- "theme": "sky",
- "background-video": "static/bg-video/clouds1.mp4",
- "background-video-loop": true,
- "background-video-mute": true,
- "background-opacity": "0.5",
- "background-size": "cover",
- "background-video-autoplay": true
- },
- "markdown": "First, let us meditate: [video \"static/video/bell.mp4\"]\nClose your eyes and concentrate on the sound of the bell.\n"
- },
- {
- "id": "cast_off",
- "title": "Cast off (tashlich)",
- "params": {
- "theme": "moon",
- "background-video": "static/bg-video/beach-sunset1.mp4",
- "background-video-loop": true,
- "background-video-mute": true,
- "background-opacity": "0.75"
- },
- "markdown": "Cast off all my sins to the sea (based on the Jewish [tashlich](https://en.wikipedia.org/wiki/Tashlikh) ritual)",
- "slides": [
- {
- "id": "sins_against_god",
- "title": "Sins against God",
- "params": {
- "background-image": "static/bg/rain-1.svg",
- "background-opacity": "0.25",
- "background-size": "cover"
- },
- "markdown": "* Vanity\n* Greed",
- "soundtrack": "static/audio/thunderstorm.mp3"
- },
- {
- "id": "sins_against_others",
- "title": "Sins against others",
- "params": {
- "background-opacity": "0.5",
- "background-size": "contain"
- },
- "markdown": "* Anger\n* Disrespect",
- "soundtrack": "static/audio/ho-oponopono.mp3"
- }
- ]
- },
- {
- "id": "intospection",
- "title": "Introspection",
- "params": {
- "theme": "league",
- "background-video": "static/bg-video/underwater.mp4",
- "background-video-loop": true,
- "background-video-mute": true,
- "background-opacity": "0.25"
- },
- "markdown": "# \u262f\n",
- "soundtrack": "static/audio/sonar.wav",
- "slides": []
- }
- ]
- }
|