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 some more quotes #79

Merged
merged 2 commits into from
Oct 18, 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
20 changes: 20 additions & 0 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1920,6 +1920,26 @@ const quotes = [
author: "Todd Anderson"
},
{
text:"If you set your goals ridiculously high and it's a failure, you will fail above everyone else's success.",
author: "James Cameron"
},
{
text: "Life is what happens when you're busy making other plans.",
author: "John Lennon"
},
{
text: "You will face many defeats in life, but never let yourself be defeated.",
author: "Maya Angelou"
},
{
text: "The only impossible journey is the one you never begin.",
author: "Tony Robbins"
},
{
text: "The purpose of our lives is to be happy.",
author: "Dalai Lama"
},
{
text: "If you want to shine like a sun, first burn like a sun",
author: "A. P. J. Abdul Kalam"
},
Expand Down