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 few more quotes #32

Merged
merged 1 commit into from
Oct 8, 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 @@ -1283,6 +1283,30 @@ const quotes = [
text: "Don't take rest after your first victory because if you fail in second, more lips are waiting to say that your first victory was just luck.",
author: "Dr. A.P.J Abdul Kalam",
},
{
text: "Dream, dream, dream. Dreams transform into thoughts and thoughts result in action.",
author: "Dr. A.P.J Abdul Kalam",
},
{
text: "To succeed in your mission, you must have single-minded devotion to your goal.",
author: "Dr. A.P.J Abdul Kalam",
},
{
text: "If you fail, never give up because FAIL means First Attempt In Learning.",
author: "Dr. A.P.J Abdul Kalam",
},
{
text: "Creativity is seeing the same thing but thinking differently.",
author: "Dr. A.P.J Abdul Kalam",
},
{
text: "Failure will never overtake me if my determination to succeed is strong enough.",
author: "Dr. A.P.J Abdul Kalam",
},
{
text: "All of us do not have equal talent. But , all of us have an equal opportunity to develop our talents.",
author: "Dr. A.P.J Abdul Kalam",
},
{
text: "Winning isnt everything, but wanting it is.",
author: "Arnold Palmer"
Expand Down