Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added quotes + fixed error #120

Merged
merged 2 commits into from
Oct 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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