Created
June 26, 2014 04:52
-
-
Save bradfrost/eca88c6b263d0425fec7 to your computer and use it in GitHub Desktop.
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
"peopleList" : [ | |
{ | |
"img": { | |
"square": { | |
"src": "../../images/sample/avatar-1.jpg", | |
"alt": "Steve Boomshakalaka" | |
}, | |
}, | |
"title" : "Steve Boomshakalaka", | |
"subtitle" : "CIA" | |
}, | |
{ | |
"img": { | |
"square": { | |
"src": "../../images/sample/avatar-2.jpg", | |
"alt": "Gingersnap Jujubees-Daniels" | |
}, | |
}, | |
"title" : "Gingersnap Jujubees-Daniels", | |
"subtitle" : "President of the Longest Company Name in the World Corporation, Global Division" | |
}, | |
{ | |
"img": { | |
"square": { | |
"src": "../../images/sample/avatar-3.jpg", | |
"alt": "Sarunas Marciulionis" | |
}, | |
}, | |
"title" : "Sarunas Marciulionis", | |
"subtitle" : "Golden State Warriors" | |
}, | |
{ | |
"img": { | |
"square": { | |
"src": "../../images/sample/avatar-4.jpg", | |
"alt": "Sara Smith" | |
}, | |
}, | |
"title" : "Sara Smith", | |
"subtitle" : "Short Title" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment