Last active
November 23, 2016 11:36
-
-
Save tjweir/975afc3906e41ae54e5945d6e1c5084b to your computer and use it in GitHub Desktop.
jason.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$jason": { | |
| "head": { | |
| "title": "shazbots", | |
| "actions": { | |
| "$foreground": { | |
| "type": "$reload" | |
| }, | |
| "$pull": { | |
| "type": "$reload" | |
| } | |
| } | |
| }, | |
| "body": { | |
| "header": { | |
| "style": { | |
| "background": "#cecece" | |
| } | |
| }, | |
| "style": { | |
| "background": "#ffffff", | |
| "border": "none" | |
| }, | |
| "sections": [ | |
| { | |
| "items": [ | |
| { | |
| "type": "vertical", | |
| "style": { | |
| "padding": "30", | |
| "spacing": "20", | |
| "align": "center" | |
| }, | |
| "components": [ | |
| { | |
| "type": "label", | |
| "text": "Doing a thing!", | |
| "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" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment