Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

slides.json 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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.5",
  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": "solarized",
  20. "background-image": "static/img/valley-1.svg",
  21. "background-opacity": "0.5"
  22. },
  23. "markdown": "I've done many things. Some of them I'm proud of:",
  24. "slides": [
  25. {
  26. "id": "work",
  27. "title": "My work",
  28. "params": {
  29. "background-image": "static/img/valley-1.svg",
  30. "background-opacity": "0.5"
  31. },
  32. "markdown": "### I've worked like a horse.\n\n![A horse (of course)|w-50 centered](static/img/horse.png)"
  33. },
  34. {
  35. "id": "rest",
  36. "title": "The rest",
  37. "params": {
  38. "theme": "moon",
  39. "background-image": "static/img/particles-1.png",
  40. "background-position": "center middle",
  41. "background-size": "contain"
  42. },
  43. "markdown": "#### I've rested like a cat.\n\n![A cat resting|w-50 centered](static/img/cat-resting.png)"
  44. }
  45. ]
  46. },
  47. {
  48. "id": "sorry",
  49. "title": "Who I seek forgiveness from",
  50. "params": {
  51. "theme": "league",
  52. "background-image": "static/img/particles-1.svg",
  53. "background-opacity": "0.5"
  54. },
  55. "markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
  56. "slides": [
  57. {
  58. "id": "horse",
  59. "title": "My horse",
  60. "markdown": "![My horse|w-50 float-right](static/img/horse2.png)\n\nPlease forgive me, horse, for this and that."
  61. },
  62. {
  63. "id": "cat",
  64. "title": "My cat",
  65. "params": {
  66. "background-position": "center middle",
  67. "background-size": "contain"
  68. },
  69. "markdown": "![My cat|w-50 float-left](static/img/cat-resting.png)\n\nPlease forgive me, cat, for that and this"
  70. }
  71. ]
  72. }
  73. ]
  74. }