Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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: [soundtrack \"static/audio/VJ_Memes_-_funkyGarden.mp3\"]",
  29. "slides": [
  30. {
  31. "id": "work",
  32. "title": "My work",
  33. "params": {
  34. "background-image": "static/bg/valley-1.svg",
  35. "background-opacity": "0.25"
  36. },
  37. "markdown": "### I've worked like a horse.\n\n![A horse (of course)|w-50 centered](static/img/horse.png)"
  38. },
  39. {
  40. "id": "rest",
  41. "title": "The rest",
  42. "params": {
  43. "background-image": "static/bg/twilight-2.svg",
  44. "background-opacity": "0.5",
  45. "background-size": "contain"
  46. },
  47. "markdown": "#### I've rested like a cat.\n\n![A cat resting|w-66 centered](static/img/cat-resting.png)"
  48. }
  49. ]
  50. },
  51. {
  52. "id": "sorry",
  53. "title": "Who I seek forgiveness from",
  54. "params": {
  55. "theme": "league",
  56. "background-video": "static/bg-video/underwater.mp4",
  57. "background-video-loop": true,
  58. "background-video-mute": true,
  59. "background-opacity": "0.25"
  60. },
  61. "markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
  62. "slides": [
  63. {
  64. "id": "horse",
  65. "title": "My horse",
  66. "params": {},
  67. "markdown": "![My horse|w-50 float-right](static/img/horse2.png)\n\nPlease forgive me, horse, for this and that."
  68. },
  69. {
  70. "id": "cat",
  71. "title": "My cat",
  72. "params": {
  73. "background-size": "contain"
  74. },
  75. "markdown": "![My cat|w-50 float-left](static/img/cat-resting.png)\n\nPlease forgive me, cat, for that and this"
  76. }
  77. ]
  78. }
  79. ]
  80. }