You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

slides.json 2.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "title": "Joe's farewell ceremony",
  3. "columns": [
  4. {
  5. "id": "",
  6. "title": "Goodbye from George",
  7. "params": {
  8. "theme": "sky",
  9. "background-image": "static/img/valley-1.svg",
  10. "background-opacity": "0.25"
  11. },
  12. "markdown": "This is my **farewell ceremony**.\n\nI [love](https://en.wikipedia.org/wiki/Love) you all."
  13. },
  14. {
  15. "id": "memory",
  16. "title": "How I'd like to be remembered",
  17. "params": {
  18. "theme": "solarized",
  19. "background-image": "static/img/valley-1.svg",
  20. "background-opacity": "0.25"
  21. },
  22. "markdown": "I've done many things. Some of them I'm proud of:",
  23. "slides": [
  24. {
  25. "id": "work",
  26. "title": "My work",
  27. "params": {
  28. "background-image": "static/img/valley-1.svg",
  29. "background-opacity": "0.25"
  30. },
  31. "markdown": "### I've worked like a horse.\n\n![A horse (of course)|w-50 centered](static/img/horse.png)"
  32. },
  33. {
  34. "id": "rest",
  35. "title": "The rest",
  36. "params": {
  37. "theme": "moon",
  38. "background-image": "static/img/particles-1.png",
  39. "background-size": "contain"
  40. },
  41. "markdown": "#### I've rested like a cat.\n\n![A cat resting|w-66 centered](static/img/cat-resting.png)"
  42. }
  43. ]
  44. },
  45. {
  46. "id": "sorry",
  47. "title": "Who I seek forgiveness from",
  48. "params": {
  49. "theme": "league",
  50. "background-image": "static/img/particles-1.svg",
  51. "background-opacity": "0.25"
  52. },
  53. "markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
  54. "slides": [
  55. {
  56. "id": "horse",
  57. "title": "My horse",
  58. "markdown": "![My horse|w-50 float-right](static/img/horse2.png)\n\nPlease forgive me, horse, for this and that."
  59. },
  60. {
  61. "id": "cat",
  62. "title": "My cat",
  63. "params": {
  64. "background-size": "contain"
  65. },
  66. "markdown": "![My cat|w-50 float-left](static/img/cat-resting.png)\n\nPlease forgive me, cat, for that and this"
  67. }
  68. ]
  69. }
  70. ]
  71. }