Skip to content

Commit

Permalink
Merge pull request #149 from Prajwalrayal/prajwal_branch
Browse files Browse the repository at this point in the history
Add new quotes 7
  • Loading branch information
seths10 authored Oct 31, 2022
2 parents c6ef9ec + 9d3ca7d commit 96d01ff
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6705,6 +6705,42 @@ const quotes = [
{
text: 'The obstacle in the path becomes the path.',
author: 'Ryan Holiday',
},
{
text: 'You’ll never achieve 100 percent if 99 percent is okay.',
author: 'Will Smith',
},
{
text: "Many of life's failures are people who did not realize how close to success they were when they gave up.",
author: 'Thomas Edison',
},
{
text: "Education is the most powerful weapon which you can use to change the world.",
author: 'Nelson Mandela',
},
{
text: "It is in your hands, to make a better world for all who live in it.",
author: 'Nelson Mandela',
},
{
text: "A winner is a dreamer who never gives up.",
author: 'Nelson Mandela',
},
{
text: "Overcoming poverty is not a task of charity, it is an act of justice.",
author: 'Nelson Mandela',
},
{
text: "One cannot be prepared for something while secretly believing it will not happen.",
author: 'Nelson Mandela',
},
{
text: "Do not judge me by my successes, judge me by how many times I fell down and got back up again.",
author: 'Nelson Mandela',
},
{
text: "What counts in life is not the mere fact that we have lived. It is what difference we have made to the lives of others.",
author: 'Nelson Mandela',
},
{
text: 'You’ll never achieve 100 percent if 99 percent is okay.',
Expand Down

0 comments on commit 96d01ff

Please sign in to comment.