12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "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": {},
- "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.",
- "soundtrack": "static/audio/ho-oponopono.mp3"
- }
- ]
- },
- {
- "id": "intospection",
- "title": "Introspection",
- "params": {
- "theme": "beige",
- "background-video": "static/bg-video/underwater.mp4",
- "background-video-loop": true,
- "background-video-mute": true
- },
- "markdown": "# \u262f\n",
- "soundtrack": "static/audio/sonar.wav",
- "slides": [
- {
- "id": "test",
- "title": "This is a test",
- "params": {
- "theme": "simple",
- "background-image": "static/bg/sea-view-garden.png",
- "background-opacity": "0.5",
- "background-size": "cover"
- },
- "image": {
- "placement": "none",
- "width": "50",
- "source": "static/img/horse.png",
- "alt": ""
- },
- "markdown": "Stay tuned..."
- }
- ]
- }
- ]
- }
|