Skip to content

Commit

Permalink
Merge pull request #46 from adityaacse/add-new-quote
Browse files Browse the repository at this point in the history
Addition of new quotes by Aditya
  • Loading branch information
seths10 authored Oct 11, 2022
2 parents 1c3c764 + d204dbe commit 6c57387
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,26 @@ const quotes = [
text: "Evil is not something superhuman, it's something less than human.",
author: "Agatha Christie",
},
{
text: "It is never too late to be who you might have been.",
author: "George Elliot",
},
{
text: "Never let the odds keep you from doing what you know in your heart you were meant to do.",
author: "H. Jackson Brown",
},
{
text: "Success usually comes to those who are too busy looking for it.",
author: "Henry David Thoreau",
},
{
text: "I never dreamed about success. I worked for it.",
author: "Estee Lauder",
},
{
text: "Experience is a hard teacher because she gives the test first, the lesson afterwards.",
author: "Vernon Sanders Law",
},
{
text: "Empty your mind, be formless. Shapeless, like water. If you put water into a cup, it becomes the cup. You put water into a bottle and it becomes the bottle. You put it in a teapot it becomes the teapot. Now, water can flow or it can crash. Be water, my friend.",
author: "Bruce Lee",
Expand Down

0 comments on commit 6c57387

Please sign in to comment.