-
Notifications
You must be signed in to change notification settings - Fork 1
/
categories.json
214 lines (214 loc) · 8.77 KB
/
categories.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
"$jason": {
"head": {
"data": {
"posts": [{
"type": "categories",
"items": [{
"avatar": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/barton_avatar.png",
"name": "STEM Chat",
"location": "Somewhere",
"content": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/barton.jpg"
}, {
"avatar": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/audrey_avatar.png",
"name": "Audrey",
"location": "Somewhere",
"content": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/audrey.jpg"
}, {
"avatar": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/boss_avatar.png",
"name": "Audrey",
"location": "Somewhere",
"content": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/boss.jpg"
}, {
"avatar": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/chet_avatar.png",
"name": "Chet!",
"location": "Somewhere",
"content": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/chet.jpg"
}, {
"avatar": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/girl_avatar.png",
"name": "Girl",
"location": "Somewhere",
"content": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/girl.jpg"
}]
}, {
"avatar": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/barton_avatar.png",
"name": "Barton",
"location": "Somewhere",
"content": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/barton.jpg"
}, {
"avatar": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/audrey_avatar.png",
"name": "Audrey",
"location": "Somewhere",
"content": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/audrey.jpg"
}, {
"avatar": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/boss_avatar.png",
"name": "Audrey",
"location": "Somewhere",
"content": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/boss.jpg"
}, {
"avatar": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/chet_avatar.png",
"name": "Chet!",
"location": "Somewhere",
"content": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/chet.jpg"
}, {
"avatar": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/girl_avatar.png",
"name": "Girl",
"location": "Somewhere",
"content": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/girl.jpg"
}]
},
"templates": {
"body": {
"header": {
"style": {
"shy": "true"
},
"title": {
"type": "image",
"style": {
"width": "94",
"height": "27"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/logo.png"
},
"menu": {
"image": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/box.png"
}
},
"sections": {
"{{#each posts}}": [
{
"{{#if ('type' in this) && (type=='stories') }}": {
"type": "horizontal",
"items": {
"{{#each items}}": {
"type": "vertical",
"style": {
"background": "#fafafa",
"padding": "9",
"spacing": "13",
"width": "90",
"align": "center",
"distribution": "equalspacing",
"height": "120"
},
"components": [{
"type": "image",
"url": "{{avatar}}",
"style": {
"width": "76",
"height": "76",
"corner_radius": "38"
}
}, {
"type": "label",
"text": "{{name}}",
"style": {
"size": "12"
}
}]
}
}
}
},
{
"{{#else}}": {
"header": {
"type": "horizontal",
"style": {
"background": "#ffffff",
"padding": "9",
"spacing": "13"
},
"components": [{
"type": "image",
"url": "{{avatar}}",
"style": {
"width": "38",
"height": "38",
"corner_radius": "19"
}
}, {
"type": "vertical",
"components": [{
"type": "label",
"text": "{{name}}",
"style": {
"font": "HelveticaNeue-Bold",
"size": "12"
}
}, {
"type": "label",
"text": "{{location}} >",
"style": {
"font": "HelveticaNeue",
"size": "11"
}
}]
}, {
"type": "space"
}, {
"type": "image",
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/dotdotdot.png",
"style": {
"padding_top": "10",
"width": "25"
}
}]
},
"items": [{
"style": {
"width": "100%",
"padding": "0"
},
"type": "image",
"url": "{{content}}"
}]
}
}
]
},
"footer": {
"tabs": {
"style": {
"background": "rgba(255,255,255,0.8)",
"color": "#000000"
},
"items": [{
"image": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/home.png",
"style": {
"height": "21"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/home.json"
}, {
"image": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/search.png",
"style": {
"height": "21"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/search.json"
}, {
"image": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/camera.png",
"style": {
"height": "21"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/camera.json"
}, {
"image": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/heart.png",
"style": {
"height": "21"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/heart.json"
}, {
"image": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/images/profile.png",
"style": {
"height": "21"
},
"url": "https://raw.githubusercontent.com/Jasonette/Instagram-UI-example/master/profile.json"
}]
}
}
}
}
}
}
}