1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "title": "My Farewell Ceremony",
- "columns": [
- {
- "id": "welcome",
- "title": "Goodbye, mates",
- "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": "memory",
- "title": "How I'd like to be remembered",
- "params": {
- "theme": "night",
- "background-video": "static/bg-video/beach-sunset1.mp4",
- "background-video-loop": true,
- "background-video-mute": true,
- "background-opacity": "0.75"
- },
- "markdown": "I've done many things. Some of them I'm proud of: [soundtrack \"static/audio/VJ_Memes_-_funkyGarden.mp3\"]",
- "slides": [
- {
- "id": "work",
- "title": "My work",
- "params": {
- "background-image": "static/bg/valley-1.svg",
- "background-opacity": "0.25"
- },
- "markdown": "### I've worked like a horse.\n\n![A horse (of course)|w-50 centered](static/img/horse.png)"
- },
- {
- "id": "rest",
- "title": "The rest",
- "params": {
- "background-image": "static/bg/twilight-2.svg",
- "background-opacity": "0.5",
- "background-size": "contain"
- },
- "markdown": "#### I've rested like a cat.\n\n![A cat resting|w-66 centered](static/img/cat-resting.png)"
- }
- ]
- },
- {
- "id": "sorry",
- "title": "Who I seek forgiveness from",
- "params": {
- "theme": "league",
- "background-video": "static/bg-video/underwater.mp4",
- "background-video-loop": true,
- "background-video-mute": true,
- "background-opacity": "0.25"
- },
- "markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
- "slides": [
- {
- "id": "horse",
- "title": "My horse",
- "params": {},
- "markdown": "![My horse|w-50 float-right](static/img/horse2.png)\n\nPlease forgive me, horse, for this and that."
- },
- {
- "id": "cat",
- "title": "My cat",
- "params": {
- "background-size": "contain"
- },
- "markdown": "![My cat|w-50 float-left](static/img/cat-resting.png)\n\nPlease forgive me, cat, for that and this"
- }
- ]
- }
- ]
- }
|