Skip to content

Commit

Permalink
Merge pull request #124 from PrajwolGautam56/Prajwol-Gautam
Browse files Browse the repository at this point in the history
Update quotes.js
  • Loading branch information
seths10 authored Oct 24, 2022
2 parents 6bd1710 + 1430854 commit dc50100
Showing 1 changed file with 25 additions and 1 deletion.
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',
},
}
];

0 comments on commit dc50100

Please sign in to comment.