Skip to content

Commit

Permalink
Merge pull request #148 from Triple1996/main
Browse files Browse the repository at this point in the history
Clean up quotes.js and add quote
  • Loading branch information
seths10 authored Oct 31, 2022
2 parents 96d01ff + 30b629a commit 1b3c813
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6705,15 +6705,19 @@ 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.',
},
{
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.",
},
{
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: 'I see now that the circumstances of one\'s birth are irrelevant. It is what you do with the gift of life that determines who you are.',
author: 'Mewtwo',
},
{
text: "Education is the most powerful weapon which you can use to change the world.",
author: 'Nelson Mandela',
Expand Down

0 comments on commit 1b3c813

Please sign in to comment.