forked from Jasonette/Jasonpedia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello.json
107 lines (107 loc) · 2.88 KB
/
hello.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"$jason": {
"head": {
"title": "{ ˃̵̑ᴥ˂̵̑}",
"actions": {
"$foreground": {
"type": "$reload"
}
}
},
"body": {
"style": {
"background": "#ffffff",
"border": "none"
},
"sections": [
{
"items": [
{
"type": "vertical",
"style": {
"padding": "30",
"spacing": "20",
"align": "center"
},
"components": [
{
"type": "label",
"text": "It's ALIVE!",
"style": {
"align": "center",
"font": "Courier-Bold",
"size": "18"
}
},
{
"type": "label",
"text": "This is a demo app. You can make your own app by changing the url inside settings.plist",
"style": {
"align": "center",
"font": "Courier",
"padding": "30",
"size": "14"
}
},
{
"type": "label",
"text": "{ ˃̵̑ᴥ˂̵̑}",
"style": {
"align": "center",
"font": "HelveticaNeue-Bold",
"size": "50"
}
}
]
},
{
"type": "label",
"style": {
"align": "right",
"padding": "10",
"color": "#000000",
"font": "HelveticaNeue",
"size": "12"
},
"text": "Check out Live DEMO",
"href": {
"url": "https://jasonette.github.io/Jasonpedia/demo.json",
"fresh": "true"
}
},
{
"type": "label",
"style": {
"align": "right",
"padding": "10",
"color": "#000000",
"font": "HelveticaNeue",
"size": "12"
},
"text": "Watch the tutorial video",
"href": {
"url": "https://www.youtube.com/watch?v=hfevBAAfCMQ",
"view": "Web"
}
},
{
"type": "label",
"style": {
"align": "right",
"padding": "10",
"color": "#000000",
"font": "HelveticaNeue",
"size": "12"
},
"text": "View documentation",
"href": {
"url": "https://jasonette.github.io/documentation",
"view": "Web"
}
}
]
}
]
}
}
}