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

Update quotes.js #124

Merged
merged 2 commits into from
Oct 24, 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
26 changes: 25 additions & 1 deletion js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4312,6 +4312,30 @@ const quotes = [
text: 'Genius is one percent inspiration and ninety-nine percent perspiration.',
author: 'Thomas Edison',
},
{
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"
},
{
text:“Be yourself; everyone else is already taken.”,
author:"Oscar Wilde"
},
{
text:“Love is not an emotion. It is your very existence.”,
author:"Sri Sri Ravi Shankar"
},
{
text:“So many books, so little time”,
author:"Frank Zappa"
} ,
{
text:“Life is nothing to be very serious about. Life is a ball in your hands to play with. Don’t hold on to the ball”,
author:"Sri Sri Ravi Shankar"
},
{
text:“A friend is someone who knows all about you and still loves you”,
author:"Elbert Hubbard"
},
{
text: 'You can observe a lot just by watching.',
author: 'Yogi Berra',
Expand Down Expand Up @@ -6564,5 +6588,5 @@ const quotes = [
{
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',
},
}
];