From 7b9b889445e2043495ecb5c416d8179f994d1325 Mon Sep 17 00:00:00 2001 From: Pawan kumar Date: Tue, 8 Oct 2019 11:19:31 +0530 Subject: [PATCH 1/3] add hacktoberfest joke Added a new joke to the json file --- data/jokes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/jokes.json b/data/jokes.json index f1e5c6fe..e5b9ccee 100644 --- a/data/jokes.json +++ b/data/jokes.json @@ -44,6 +44,7 @@ "What did the hot-dog say when he needed to use the bathroom?\nMust-Turd", "What kind of bagel can fly?\nA Plain Bagel.", "Where do animals go when their tails fall off?\nA retail store ;)", - "What was Forrest Gump's password?\n1Forrest1." + "What was Forrest Gump's password?\n1Forrest1.", + "DOCTOR: So, what brings you here?\nPATIENT: An ambulance! What do you think?!" ] } From c14d5eff25c2c8aa64e3037e7e70619cfcb58977 Mon Sep 17 00:00:00 2001 From: Pawan kumar Date: Wed, 9 Oct 2019 20:03:49 +0530 Subject: [PATCH 2/3] add hacktoberfest motivational quote --- data/motivations.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/motivations.json b/data/motivations.json index 79729053..f852b73a 100644 --- a/data/motivations.json +++ b/data/motivations.json @@ -17,6 +17,7 @@ "My attitude is that if you push me towards something that you think is a weakness, then I will turn that perceived weakness into a strength. ― Michael Jordan", "We may encounter many defeats, but we must not be defeated. ― Maya Angelou", "We generate fear while we sit. We overcome them by action. ― Dr. Henry Link", - "The only limits to our realization of tomorrow will be our doubts of today. ― Franklin D Roosevelt" + "The only limits to our realization of tomorrow will be our doubts of today. ― Franklin D Roosevelt", + "I am thankful for all of those who said NO to me. It’s because of them I’m doing it myself. - Albert Einstein" ] -} +} \ No newline at end of file From 5a620b30f4d2eee9c907366c00198f83af7ae3a9 Mon Sep 17 00:00:00 2001 From: Pawan kumar Date: Wed, 9 Oct 2019 20:15:38 +0530 Subject: [PATCH 3/3] Added a inspiring quote by Steve jobs in quotes.json --- data/quotes.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/quotes.json b/data/quotes.json index 0bca2118..d9091e9a 100644 --- a/data/quotes.json +++ b/data/quotes.json @@ -93,6 +93,7 @@ "A leader is like a shepherd. He stays behind the flock, letting the most nimble go out ahead, whereupon the others follow, not realizing that all along they are being directed from behind. ― Nelson Mandela", "The best preparation for tomorrow is doing your best today. ― H. Jacksn Brown Jr", "I can't change the direction of the wind, but I can always adjust my sails to always reach my destination. ― Jimmy Dean", - "My mission in life is not merely to survive, but to thrive; and to do so with some passion, compassion, humour, and some style. ― Maya Angelou" + "My mission in life is not merely to survive, but to thrive; and to do so with some passion, compassion, humour, and some style. ― Maya Angelou", + "Your time is limited. Don't waste it living someone else's life. - Steve Jobs" ] -} +} \ No newline at end of file