Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated quotes.js #121

Merged
merged 1 commit into from
Oct 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4377,5 +4377,26 @@ const quotes = [
{
text: "I have learned over the years that when one's mind is made up, this diminishes fear.",
author: "Rosa Parks",
},
{
text: " Wealth grows wherever men exert energy.",
author: "George S. Clason"
},
{
text:"The greatest loss that we all have to deal with is the loss of the image of ourselves as a perfect person.",
author:"Fred Rogers"
},
{
text:"The only risk of failure is promotion.",
author:"Scot Adams"
},
{
text:"We all have our time machines. Some take us back, they're called memories. Some take us forward, they're called dreams.",
author:"Jeremy Irons"
},
{
text:"Do not brood over your past mistakes and failures as this will only fill your mind with grief, regret and depression. Do not repeat them in the future.",
author:"Sri Swami Sivananda"
}

];