Last active
May 11, 2016 03:58
-
-
Save metasean/4b712e8462094ec902c709769d8a7d40 to your computer and use it in GitHub Desktop.
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
{ "quotes": [ | |
{ | |
"text": "There are moments when one has to choose between living one's own life, fully, entirely, completely-or dragging out some false, shallow, degrading existence that the world in its hypocrisy demands.", | |
"author": "Oscar Wilde", | |
"publication": "Lady Windermere's Fan" | |
}, | |
{ | |
"text": "Your best teacher is your last mistake.", | |
"author": "Ralph Nader" | |
}, | |
{ | |
"text": "So what does a good teacher do? Create tension - but just the right amount.", | |
"author": "Donald Norman" | |
}, | |
{ | |
"text": "A master can tell you what he expects of you. A teacher, though, awakens your own expectations.", | |
"author": "Patricia Neal" | |
}, | |
{ | |
"text": "The teacher who is attempting to teach without inspiring the pupil with a desire to learn is hammering on cold iron.", | |
"author": "Horace Mann" | |
}, | |
{ | |
"text": "Always bear in mind that your own resolution to succeed is more important than any other.", | |
"author": "Abraham Lincoln" | |
}, | |
{ | |
"text": "Success consists of getting up just one more time than you fall.", | |
"author": "Oliver Goldsmith" | |
}, | |
{ | |
"text": "“Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover.", | |
"author": "H. Jackson Brown Jr.", | |
"publication": "P.S. I Love You" | |
}, | |
{ | |
"text": "Template", | |
"author": "Temp Author", | |
"publication": "Temp Pub", | |
"url": "http://metasean.info" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment