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 3.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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/bekir-donmez-stones-4.png",
  10. "background-opacity": "0.25",
  11. "background-position": "top left"
  12. },
  13. "markdown": "This is my **farewell ceremony**.\n\nI [love](https://en.wikipedia.org/wiki/Love) you all."
  14. },
  15. {
  16. "id": "memory",
  17. "title": "How I'd like to be remembered",
  18. "params": {
  19. "theme": "sky",
  20. "background-image": "static/img/bekir-donmez-stones-5.png",
  21. "background-opacity": "0.25",
  22. "background-position": "top left"
  23. },
  24. "markdown": "I've done many things. Some of them I'm proud of:",
  25. "slides": [
  26. {
  27. "id": "work",
  28. "title": "My work",
  29. "params": {
  30. "theme": "black",
  31. "background-image": "static/img/horse.png",
  32. "background-position": "center middle",
  33. "background-size": "contain"
  34. },
  35. "markdown": "I've worked like a horse."
  36. },
  37. {
  38. "id": "rest",
  39. "title": "The rest",
  40. "params": {
  41. "theme": "dracula",
  42. "background-image": "static/img/cat-resting.png",
  43. "background-position": "center middle",
  44. "background-size": "contain"
  45. },
  46. "markdown": "I've rested like a cat."
  47. }
  48. ]
  49. },
  50. {
  51. "id": "sorry",
  52. "title": "Who I seek forgiveness from",
  53. "params": {
  54. "theme": "blood",
  55. "background-image": "static/img/bekir-donmez-stones-6.png",
  56. "background-opacity": "0.25",
  57. "background-position": "top left"
  58. },
  59. "markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
  60. "slides": [
  61. {
  62. "id": "horse",
  63. "title": "My horse",
  64. "params": {
  65. "background-image": "static/img/horse.png",
  66. "background-position": "center middle",
  67. "background-size": "contain"
  68. },
  69. "markdown": "Please forgive me, horse, for this and that"
  70. },
  71. {
  72. "id": "cat",
  73. "title": "My cat",
  74. "params": {
  75. "theme": "night",
  76. "background-image": "static/img/cat-resting.png",
  77. "background-position": "center middle",
  78. "background-size": "contain"
  79. },
  80. "markdown": "Please forgive me, cat, for that and this"
  81. }
  82. ]
  83. }
  84. ]
  85. }