-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdata.json
50 lines (50 loc) · 1.57 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"/": {
"slides": [
{
"data-simply-template": "Simple",
"sectionWrapper": {
"data-state": "simply-filter simply-orange",
"data-background-image": "img/H_01.jpg",
"data-transition": null,
"data-background-transition": null,
"data-background": null
},
"section": "<p>Welcome!<br><img data-simply-src=\"https://ylebre.github.io/simply-presentation/img/[email protected]\" alt=\"\"></p>"
},
{
"data-simply-template": "Simple",
"sectionWrapper": {
"data-state": "simply-filter simply-orange",
"data-background-image": "img/H_06.jpg",
"data-transition": null,
"data-background-transition": null,
"data-background": null
},
"section": "<p>This site is editable using SimplyEdit,<br>and hosted on GitHub.</p><p>It uses a custom domain and is served over HTTPS.</p>"
},
{
"data-simply-template": "Simple",
"sectionWrapper": {
"data-state": "simply-filter simply-orange",
"data-background-image": "img/H_03.jpg",
"data-transition": null,
"data-background-transition": null,
"data-background": null
},
"section": "Reveal.js powers the layout and slides."
},
{
"data-simply-template": "Simple",
"sectionWrapper": {
"data-state": "simply-filter simply-orange",
"data-background-image": "img/H_05.jpg",
"data-transition": null,
"data-background-transition": null,
"data-background": null
},
"section": "<p>That is all for now, thanks for watching!</p><p><a href=\"https://simplyedit.io\">simplyedit.io</a></p>"
}
]
}
}