Skip to content

Commit

Permalink
Merge pull request #148 from khandelwalaastha/newQuotes
Browse files Browse the repository at this point in the history
Added some new motivational quotes
  • Loading branch information
Shariar-Hasan committed Oct 27, 2023
2 parents e0837d7 + 3bee9da commit 517c05a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions Quotes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,41 @@
window.quotes = [
{
quote: "Not all of us can do great things.But we can do small things with great love",
category: "Inspiration",
author: "Mother Teresa",
addedBy: "AasthaKhandelwal"
},
{
quote: "Let the future tell the truth, and evaluate each one according to his work and accomplishments. The present is theirs; the future, for which I have really worked, is mine",
category: "Science",
author: "Nikola Tesla",
addedBy: "AasthaKhandelwal"
},
{
quote: "A leader is one who knows the way, goes the way and shows the way.",
category: "Motivation",
author: "John C.Maxwell",
addedBy: "AasthaKhandelwal"
},
{
quote: "There are three essentials to leadership: humility, clarity and courage",
category: "Motivation",
author: "Chan Master Fuchan Yuan",
addedBy: "AasthaKhandelwal"
},
{
quote: "Do not follow where the path may lead. Go instead where there is no path and leave a trail",
category: "Motivation",
author: "Ralph Waldo Emerson",
addedBy: "AasthaKhandelwal"
},
{
quote: "Great leaders are not defined by the absence of weakness, but rather by the presence of clear strengths.",
category: "Motivation",
author: "John Peter Zenger",
addedBy: "AasthaKhandelwal"
},

{
quote: "To teach is to learn twice.",
category: "Educational",
Expand Down Expand Up @@ -2216,4 +2253,6 @@ window.quotes = [
author: "Solomon Ibn Gabriol",
addedBy: "AyusGup"
},


];

0 comments on commit 517c05a

Please sign in to comment.