Skip to content

Commit

Permalink
Merge pull request #120 from lishakothari/paulo-coelho-quotes
Browse files Browse the repository at this point in the history
added quotes + fixed error
  • Loading branch information
seths10 authored Oct 23, 2022
2 parents 0d62d37 + 219355e commit 8c63e9a
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ const quotes = [
text: "Genius is one percent inspiration and ninety-nine percent perspiration.",
author: "Thomas Edison",
},
{ Text : " While coming to Earth, each person brings a lantern of aladdin ... but very few people can awaken sleeping monsters from that lamps."
author: " Humayun Ahmed "
},
{
text : " While coming to Earth, each person brings a lantern of aladdin ... but very few people can awaken sleeping monsters from that lamps.",
author: " Humayun Ahmed "
},

{
text: "You can observe a lot just by watching.",
Expand Down Expand Up @@ -1716,10 +1717,14 @@ author: " Humayun Ahmed "
{
text: "Be the change that you wish to see in the world.",
author: "Mahatma Gandhi"

},

},
text: "Be the change that you wish to see in the world.",
author: "Mahatma Gandhi"
 },

{
text: "I can't hold enough of you in my hands.",
author: "Franz Kafka",
Expand Down Expand Up @@ -1828,6 +1833,26 @@ author: " Humayun Ahmed "
text: "Remember that wherever your heart is, there you will find your treasure.",
author: "Paulo Coelho"
},
{
text: "If you are brave enough to say goodbye, life will reward you with a new hello.",
author: "Paulo Coelho"
},
{
text: "Sometimes you have to travel a long way to find what is near.",
author: "Paulo Coelho"
},
{
text: "It is what you do in the present that will redeem the past and thereby change the future.",
author: "Paulo Coelho"
},
{
text: "A life without a cause is a life without effect.",
author: "Paulo Coelho"
},
{
text: "The danger of an adventure is worth a thousand days of ease and comfort.",
author: "Paulo Coelho"
},
{
text: "Many People are not wise enough to count life's blessings.They keep focusing instead on what the world has denied them.",
author: "Amish Tripathi"
Expand Down

0 comments on commit 8c63e9a

Please sign in to comment.