diff options
author | Dainternetdude <[email protected]> | 2023-03-10 06:17:27 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-10 14:17:27 +0100 |
commit | 5b0cd44d5faa50bc38128364a8dbee7c86959032 (patch) | |
tree | b2314d6e1a9ea821705f3c777d2239d8249d6353 | |
parent | e2475645fddacfd0fd8e4c287a0bb25751039604 (diff) | |
download | monkeytype-5b0cd44d5faa50bc38128364a8dbee7c86959032.tar.gz monkeytype-5b0cd44d5faa50bc38128364a8dbee7c86959032.zip |
add three quotes to english (#4062) dainternetdude
-rw-r--r-- | frontend/static/quotes/english.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 7fbbdfac7..4954d5b70 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38693,6 +38693,30 @@ "source": "The Legend of Vox Machina", "id": 6782, "length": 183 + }, + { + "text": "Most cities aren't. They want to believe they have a cash-flow problem because it is convenient, because insolvency is too difficult to fathom, especially when everyone else appears to be doing the exact same thing. Could everyone be wrong? Could we all be insolvent? These two questions probably cost me a total of six years in the intellectual wilderness as I clung to the notion that what I was seeing and measuring could not possibly be true, that a wisdom greater than mine had to be at work that I hadn't perceived.", + "source": "Strong Towns - A Bottom-Up Revolution to Rebuild American Prosperity", + "id": 6783, + "length": 521 + }, + { + "text": "It's also our path to salvation. Our cities are struggling financially, trapped in a system grinding them into decline. Working together in an intentional way, it is possible to make our places stronger financially while also improving the lives of people.", + "source": "Strong Towns - A Bottom-Up Revolution to Rebuild American Prosperity", + "id": 6784, + "length": 256 + }, + { + "text": "That is the essence of a Strong Towns approach, the bottom-up revolution America desperately needs.", + "source": "Strong Towns - A Bottom-Up Revolution to Rebuild American Prosperity", + "id": 6785, + "length": 99 + }, + { + "text": "I'm not against the automobile, but I just feel that the automobile has moved into communities too much. I feel that you can design so that the automobile is there, but still put pedestrians back again... I’d love to work on a project like that.", + "source": "Walt Disney", + "id": 6786, + "length": 245 } ] } |