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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "title": "My Farewell Ceremony",
  3. "columns": [
  4. {
  5. "id": "welcome",
  6. "title": "Goodbye, mates",
  7. "params": {
  8. "theme": "sky",
  9. "background-video": "static/bg-video/clouds1.mp4",
  10. "background-video-loop": true,
  11. "background-video-mute": true,
  12. "background-opacity": "0.5",
  13. "background-size": "cover",
  14. "background-video-autoplay": true
  15. },
  16. "markdown": "First, let us meditate: [video \"static/video/bell.mp4\"]\nClose your eyes and concentrate on the sound of the bell.\n"
  17. },
  18. {
  19. "id": "memory",
  20. "title": "How I'd like to be remembered",
  21. "params": {
  22. "theme": "night",
  23. "background-video": "static/bg-video/beach-sunset1.mp4",
  24. "background-video-loop": true,
  25. "background-video-mute": true,
  26. "background-opacity": "0.75"
  27. },
  28. "markdown": "I've done many things. Some of them I'm proud of:",
  29. "soundtrack": "static/audio/VJ_Memes_-_funkyGarden.mp3",
  30. "slides": [
  31. {
  32. "id": "work",
  33. "title": "My work",
  34. "params": {
  35. "background-image": "static/bg/valley-1.svg",
  36. "background-opacity": "0.25"
  37. },
  38. "image": {
  39. "placement": "below",
  40. "width": "50",
  41. "source": "static/img/horse.png",
  42. "alt": "A horse (of course)"
  43. },
  44. "markdown": "### I've worked like a horse."
  45. },
  46. {
  47. "id": "rest",
  48. "title": "The rest",
  49. "params": {
  50. "background-image": "static/bg/twilight-2.svg",
  51. "background-opacity": "0.5",
  52. "background-size": "contain"
  53. },
  54. "image": {
  55. "placement": "above",
  56. "width": "50",
  57. "source": "static/img/cat-resting.png",
  58. "alt": "A cat resting"
  59. },
  60. "markdown": "#### I've rested like a cat."
  61. }
  62. ]
  63. },
  64. {
  65. "id": "sorry",
  66. "title": "Who I seek forgiveness from",
  67. "params": {
  68. "theme": "league",
  69. "background-video": "static/bg-video/underwater.mp4",
  70. "background-video-loop": true,
  71. "background-video-mute": true,
  72. "background-opacity": "0.25"
  73. },
  74. "markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
  75. "slides": [
  76. {
  77. "id": "horse",
  78. "title": "My horse",
  79. "params": {},
  80. "image": {
  81. "placement": "right",
  82. "width": "66",
  83. "source": "static/img/horse2.png",
  84. "alt": "A different horse"
  85. },
  86. "markdown": "Please forgive me, horse, for this and that."
  87. },
  88. {
  89. "id": "cat",
  90. "title": "My cat",
  91. "params": {
  92. "background-size": "contain"
  93. },
  94. "image": {
  95. "placement": "left",
  96. "width": "33",
  97. "source": "static/img/cat-resting.png",
  98. "alt": "A cat resting to the left of the text"
  99. },
  100. "markdown": "Please forgive me, cat, for that and this."
  101. }
  102. ],
  103. "soundtrack": "static/audio/sonar.wav"
  104. }
  105. ]
  106. }