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
### Keybase proof | |
I hereby claim: | |
* I am matthewblack on github. | |
* I am madebyblack (https://keybase.io/madebyblack) on keybase. | |
* I have a public key ASC3SgKqqs6vy8NzDu9rVklzxJxwCrKwqulVaKWBS5FTbQo | |
To claim this, I am signing this object: |
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
services: | |
component: meya.cards | |
properties: | |
output: button_click | |
action: next | |
elements: | |
- title: "What are Federal Loans?" | |
buttons: | |
- text: More on Federal Loans | |
url: "https://en.wikipedia.org/wiki/African_bush_elephant" |
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
(function() { | |
var ready; | |
ready = function() { | |
return $('.upload-picture').click(function(e) { | |
return filepicker.pick({ | |
cropRatio: 3 / 2, | |
mimetype: 'image/*', | |
conversions: ['crop', 'rotate', 'filter'], | |
imageDim: [600, 400], |