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

New Quotes added #62

Merged
merged 3 commits into from
Oct 15, 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
24 changes: 24 additions & 0 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1864,6 +1864,30 @@ const quotes = [
author: "Kanye West"
},
{
text:"Perform your obligatory duty, because action is indeed better than inaction.",
author: "Shri Krishna (Bhagavad Gita)"
},
{
text:"Man is made by his belief. As he believes, so he is.",
author: "Shri Krishna (Bhagavad Gita)"
},
{
text:"You are only entitled to the action, never to its fruits.",
author: "Shri Krishna (Bhagavad Gita)"
},
{
text:"Whatever happened, happened for the good. Whatever is happening, is happening for the good. Whatever will happen, will also happen for the good.",
author: "Shri Krishna (Bhagavad Gita)"
},
{
text:"Lust, anger and greed are the three gates to self-destructive hell.",
author: "Shri Krishna (Bhagavad Gita)"
},
{
text: "Change is the law of the universe. You can be a millionaire, or a pauper in an instant.",
author: "Shri Krishna (Bhagavad Gita)"
},
{
text: "I can accept failure. Everyone fails at something. But I can’t accept not trying.",
author: "Michael Jordan"
},
Expand Down