| 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.25",
                "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.25"
            },
            "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.25"
                    },
                    "markdown": "### I've worked like a horse.\n\n"
                },
                {
                    "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"
                }
            ]
        },
        {
            "id": "sorry",
            "title": "Who I seek forgiveness from",
            "params": {
                "theme": "league",
                "background-image": "static/img/particles-1.svg",
                "background-opacity": "0.25"
            },
            "markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
            "slides": [
                {
                    "id": "horse",
                    "title": "My horse",
                    "markdown": "\n\nPlease forgive me, horse, for this and that."
                },
                {
                    "id": "cat",
                    "title": "My cat",
                    "params": {
                        "background-position": "center middle",
                        "background-size": "contain"
                    },
                    "markdown": "\n\nPlease forgive me, cat, for that and this"
                }
            ]
        }
    ]
}
 |