Skip to content

Instantly share code, notes, and snippets.

@mariohernandez
Last active November 6, 2016 02:14
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 mariohernandez/c89ee9a3c8a2943782240c162fb784a5 to your computer and use it in GitHub Desktop.
Save mariohernandez/c89ee9a3c8a2943782240c162fb784a5 to your computer and use it in GitHub Desktop.
Example of jSON object for card component
{
"image": "<img src='assets/miriam-werner.png' alt='Miriam B. Werner' />",
"name":"Miriam B. Werner",
"bio":"Miriam B. Weiner is an experienced travel writer and editor based in Washington, D.C. She has traveled all around Europe, as well as to countries in Africa and the Middle East. Now she’s set her sights on visiting the U.S. National Parks while providing the inspiration and information others need to make the most of America’s wilderness.",
"showBio": "View full biography",
"hideBio": "Hide biography",
"socialLinks": [
{
"icon": "instagram",
"url": "http://instagram.com"
},
{
"icon": "twitter",
"url": "http://twitter.com"
},
{
"icon": "youtube",
"url": "http://youtube.com"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment