Last active
August 29, 2015 14:07
-
-
Save ethanresnick/2c52e0993d647616c8ae to your computer and use it in GitHub Desktop.
Add Presenter
This file contains 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
{ | |
"links": { | |
"presenters.currentEmployer": { | |
"type": "companies" | |
} | |
}, | |
"presenters": [{ | |
"twitterId": "20961134", | |
"name": "Jon Chan", | |
"title": "Software Developer at Stack Overflow and Founder of <a href='http://bento.io/'>Bento</a>", | |
"url": "http://jonhmchan.com", | |
"shortBio": "Some HTML Here", | |
"contact": { | |
"email": "[email protected]", | |
"twitter": "JonHMChan" | |
}, | |
"isApproved": true, | |
"notes": "Tech@NYU Alumni.", | |
"school": "NYU Gallatin", | |
"skills": ["ruby", "angular", "php", "rails", "node", "html/css"], | |
"imgUrl": "http://api.tnyu.org/img/people/jonchan.jpg", | |
"links": { | |
"currentEmployer": "543f1d54ceb990925e68d2c1" | |
} | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UPDATED PRESENTER TEMPLATE