12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "title": "Vertical example",
- "columns": [
- {
- "id": "welcome",
- "title": "Welcome",
- "params": {
- "theme": "sky",
- "background-image": "static/media/bg/valley-1.svg",
- "background-opacity": "0.5",
- "background-size": "cover"
- },
- "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",
- "slides": [
- {
- "id": "regret",
- "title": "Regret and sorrow",
- "params": {
- "theme": "night",
- "background-image": "static/media/bg/rain-1.svg",
- "background-opacity": "0.5",
- "background-size": "cover"
- },
- "image": {
- "placement": "left",
- "width": "25",
- "source": "static/media/img/argument.png",
- "alt": ""
- },
- "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).",
- "soundtrack": "static/media/audio/soft-rain-ambient-111154.mp3"
- },
- {
- "id": "forgiveness",
- "title": "Forgiveness and reconcilliation",
- "params": {
- "theme": "beige",
- "background-video": "static/media/bg-video/beach-sunset1.mp4",
- "background-video-loop": true,
- "background-video-mute": true,
- "background-opacity": "0.75"
- },
- "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.",
- "soundtrack": "static/media/audio/ho-oponopono.mp3"
- },
- {
- "id": "end",
- "title": "The end",
- "params": {
- "theme": "league"
- },
- "image": {
- "placement": "above",
- "width": "75",
- "source": "static/media/img/fire-4623.gif",
- "alt": "Fireplace"
- },
- "markdown": "#### Now we can rest",
- "soundtrack": "static/media/audio/lit-fireplace-6307.mp3"
- }
- ]
- }
- ]
- }
|