From 74d6fe1ca170069ca7ef979f0c4ee2e28f2cb8c7 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 9 Apr 2021 18:10:50 +0100 Subject: [PATCH] added mr robot quote --- static/quotes/english.json | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/static/quotes/english.json b/static/quotes/english.json index 9e67a9e06..8e730c4c9 100644 --- a/static/quotes/english.json +++ b/static/quotes/english.json @@ -1,22 +1,10 @@ { "language": "english", "groups": [ - [ - 0, - 100 - ], - [ - 101, - 300 - ], - [ - 301, - 600 - ], - [ - 601, - 9999 - ] + [0, 100], + [101, 300], + [301, 600], + [601, 9999] ], "quotes": [ { @@ -32614,6 +32602,12 @@ "source": "Fahrenheit 451", "length": 310, "id": 5484 + }, + { + "text": "My father picked me up from school one day and we played hookey and went to the beach. It was too cold to go in the water so we sat on a blanket and ate pizza. When I got home my sneakers were full of sand and I dumped it on my bedroom floor. I didn't know the difference, I was six. My mother screamed at me for the mess but he wasn't mad. He said that billions of years ago the world 's shifting and ocean moving brought that sand to that spot on the beach and then I took it away. Every day he said we change the world. Which is a nice thought until I think about how many days and lifetimes I would need to bring a shoe full of sand home until there is no beach. Until it made a difference to anyone. Every day we change the world. But to change the world in a way that means anything that takes more time than most people have. it never happens all at once. Its slow. Its methodical. Its exhausting. We don't all have the stomach for it.", + "source": "Mr. Robot", + "length": 942, + "id": 5485 } ] -} \ No newline at end of file +}