|
@@ -5,21 +5,27 @@
|
5
|
5
|
"id": "welcome",
|
6
|
6
|
"title": "Goodbye, mates",
|
7
|
7
|
"params": {
|
8
|
|
- "theme": "simple",
|
9
|
|
- "background-image": "static/bg/valley-1.svg",
|
10
|
|
- "background-opacity": "0.25"
|
|
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
|
11
|
15
|
},
|
12
|
|
- "markdown": "Welcome, friends.\n\nWe're about to begin."
|
|
16
|
+ "markdown": "First, let us meditate: [video \"static/video/bell.mp4\"]\nClose your eyes and concentrate on the sound of the bell.\n"
|
13
|
17
|
},
|
14
|
18
|
{
|
15
|
19
|
"id": "memory",
|
16
|
20
|
"title": "How I'd like to be remembered",
|
17
|
21
|
"params": {
|
18
|
|
- "theme": "solarized",
|
19
|
|
- "background-image": "static/bg/valley-1.svg",
|
20
|
|
- "background-opacity": "0.25"
|
|
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"
|
21
|
27
|
},
|
22
|
|
- "markdown": "I've done many things.\n\nSome of them I'm proud of:",
|
|
28
|
+ "markdown": "I've done many things. Some of them I'm proud of: [soundtrack \"static/audio/VJ_Memes_-_funkyGarden.mp3\"]",
|
23
|
29
|
"slides": [
|
24
|
30
|
{
|
25
|
31
|
"id": "work",
|
|
@@ -34,8 +40,8 @@
|
34
|
40
|
"id": "rest",
|
35
|
41
|
"title": "The rest",
|
36
|
42
|
"params": {
|
37
|
|
- "theme": "moon",
|
38
|
|
- "background-image": "static/bg/twilight-1.svg",
|
|
43
|
+ "background-image": "static/bg/twilight-2.svg",
|
|
44
|
+ "background-opacity": "0.5",
|
39
|
45
|
"background-size": "contain"
|
40
|
46
|
},
|
41
|
47
|
"markdown": "#### I've rested like a cat.\n\n![A cat resting|w-66 centered](static/img/cat-resting.png)"
|
|
@@ -47,7 +53,9 @@
|
47
|
53
|
"title": "Who I seek forgiveness from",
|
48
|
54
|
"params": {
|
49
|
55
|
"theme": "league",
|
50
|
|
- "background-image": "static/bg/particles-1.svg",
|
|
56
|
+ "background-video": "static/bg-video/underwater.mp4",
|
|
57
|
+ "background-video-loop": true,
|
|
58
|
+ "background-video-mute": true,
|
51
|
59
|
"background-opacity": "0.25"
|
52
|
60
|
},
|
53
|
61
|
"markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
|