Skip to content

Instantly share code, notes, and snippets.

@stevenvo
Last active May 31, 2019 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenvo/d994c9f12004af74aa02ae039c0c7ee1 to your computer and use it in GitHub Desktop.
Save stevenvo/d994c9f12004af74aa02ae039c0c7ee1 to your computer and use it in GitHub Desktop.
jasonette.json
{
"$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": "hello world!",
"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