1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "title": "Joe's farewell ceremony",
- "columns": [
- {
- "id": "",
- "title": "Goodbye from George",
- "params": {
- "theme": "sky",
- "background-image": "static/img/valley-1.svg",
- "background-opacity": "0.5",
- "background-position": "top left"
- },
- "markdown": "This is my **farewell ceremony**.\n\nI [love](https://en.wikipedia.org/wiki/Love) you all."
- },
- {
- "id": "memory",
- "title": "How I'd like to be remembered",
- "params": {
- "theme": "solarized",
- "background-image": "static/img/valley-1.svg",
- "background-opacity": "0.5"
- },
- "markdown": "I've done many things. Some of them I'm proud of:",
- "slides": [
- {
- "id": "work",
- "title": "My work",
- "params": {
- "background-image": "static/img/valley-1.svg",
- "background-opacity": "0.5"
- },
- "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": {
- "theme": "moon",
- "background-image": "static/img/particles-1.png",
- "background-position": "center middle",
- "background-size": "contain"
- },
- "markdown": "#### I've rested like a cat.\n\n![A cat resting|w-50 centered](static/img/cat-resting.png)"
- }
- ]
- },
- {
- "id": "sorry",
- "title": "Who I seek forgiveness from",
- "params": {
- "theme": "league",
- "background-image": "static/img/particles-1.svg",
- "background-opacity": "0.5"
- },
- "markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
- "slides": [
- {
- "id": "horse",
- "title": "My horse",
- "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-position": "center middle",
- "background-size": "contain"
- },
- "markdown": "![My cat|w-50 float-left](static/img/cat-resting.png)\n\nPlease forgive me, cat, for that and this"
- }
- ]
- }
- ]
- }
|