Last active
December 21, 2016 10:54
-
-
Save Danib17/4a2d660440746e03e959fd649b5c40f2 to your computer and use it in GitHub Desktop.
Quotes
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
[ | |
{ | |
"quoteID": 1, | |
"quote": "Efforts and courage are not enough without purpose and direction.", | |
"author": "John F Kennedy", | |
"description": "35th President of the USA", | |
"profile": "http://markmcmillion.com/wp-content/uploads/2014/03/JFK-150x150.jpg", | |
"portrait": "http://bit.ly/1Q6aObg", | |
"bio": "John F Kennedy was a president of the United States of America" | |
}, | |
{ | |
"quoteID": 2, | |
"quote": "Anyone who has never made a mistake has never tried anything new.", | |
"author": "Albert Einstein", | |
"description": "German theoretical physicist", | |
"profile": "http://coolspotters.com/files/photos/32242/albert-einstein-profile.jpg", | |
"portrait": "http://bit.ly/1QjoMHz", | |
"bio": "Albert Einstein was a very famous scientist" | |
}, | |
{ | |
"quoteID": 3, | |
"quote": "The best way to predict the future is to create it.", | |
"author": "Abraham Lincoln", | |
"profile": "", | |
"portrait": "http://bit.ly/1VEaTpg", | |
"bio": "Abraham Lincoln was an early president of the United States" | |
}, | |
{ | |
"quoteID": 4, | |
"quote": "Our greatest glory is not in never falling, but in rising every time we fall.", | |
"author": "Confucius", | |
"profile": "", | |
"portrait": "http://bit.ly/29AP0mB", | |
"bio": "Founder of Confucianism" | |
}, | |
{ | |
"quoteID": 5, | |
"quote": "Fifth Quote", | |
"author": "Fifth Author", | |
"profile": "", | |
"portrait": "", | |
"bio": "" | |
}, | |
{ | |
"quoteID": 6, | |
"quote": "Sixth Quote", | |
"author": "Sixth Author", | |
"portrait": "", | |
"bio": "" | |
}, | |
{ | |
"quoteID": 7, | |
"quote": "Seventh Quote", | |
"author": "Seventh Author", | |
"portrait": "", | |
"bio": "" | |
}, | |
{ | |
"quoteID": 8, | |
"quote": "Eighth Quote", | |
"author": "Eighth Author", | |
"portrait": "", | |
"bio": "" | |
}, | |
{ | |
"quoteID": 9, | |
"quote": "Ninth Quote", | |
"author": "Ninth Author", | |
"portrait": "", | |
"bio": "" | |
}, | |
{ | |
"quoteID": 10, | |
"quote": "Tenth Quote", | |
"author": "Tenth Author", | |
"portrait": "", | |
"bio": "" | |
}, | |
{ | |
"quoteID": 11, | |
"quote": "Efforts and courage are not enough without purpose and direction.", | |
"author": "Test Author", | |
"portrait": "", | |
"bio": "" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forked so I can change the file name from just
.json
tosomething.json
, thanks