Last active
November 6, 2016 02:14
-
-
Save mariohernandez/c89ee9a3c8a2943782240c162fb784a5 to your computer and use it in GitHub Desktop.
Example of jSON object for card component
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
{ | |
"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