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 #84

Merged
merged 3 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
110 changes: 96 additions & 14 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1975,22 +1975,104 @@ const quotes = [
text: "You have to dream before your dreams can come true",
author: "A. P. J. Abdul Kalam"
},
{
quote: "“Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.”",
name: "Albert Einstein"
}, {
quote: "“Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind.”",
name: " Bernard M. Baruch"
}, {
quote: "“You know you're in love when you can't fall asleep because reality is finally better than your dreams.”",
name: "Dr. Seuss"
},
{
{
text: "When the going gets weird, the weird turn pro.",
author: "Hunter S. Thompson"
},
{
text: "There is nothing more helpless and irresponsible than a man in the depths of an ether binge.",
author: "Hunter S. Thompson"
},
{
text: "If you're going through hell, keep going.",
author: "Winston Churchill"
},
{
text: "Be happy for this moment. This moment is your life.",
author: "Omar Khayyam"
},
{
text: "Being deeply loved by someone gives you strength, while loving someone deeply gives you courage.",
author: "Lao Tzu"
},
{
text: "Tis better to have loved and lost than never to have loved at all.",
author: "Alfred Lord Tennyson"
},
{
text: "Let us always meet each other with smile, for the smile is the beginning of love.",
author: "Mother Teresa"
},
{
text: "You can't blame gravity for falling in love.",
author: "Albert Einstein"
},
{
text: "Hope is a waking dream.",
author: "Aristotle"
},
{
text: "Hope is being able to see that there is light despite all of the darkness.",
author: "Desmond Tutu"
},
{
text: "Hope is like the sun, which, as we journey toward it, casts the shadow of our burden behind us.",
author: "Samuel Smiles"
},
{
text: "Do not spoil what you have by desiring what you have not; remember that what you now have was once among the things you only hoped for.",
author: "Epicurus"
},
{
text:"Hope springs eternal in the human breast: Man never is, but always to be blest.",
author: "Alexander Pope"
},
{
text:"Hope is not the conviction that something will turn out well but the certainty that something makes sense, regardless of how it turns out.",
author: "Vaclav Havel"
},
{
text:"A little more persistence, a little more effort, and what seemed hopeless failure may turn to glorious success.",
author: "Elbert Hubbard"
},
{
text:"Strive not to be a success, but rather to be of value.",
author: "Albert Einstein"
},
{
text:"All you need in this life is ignorance and confidence, and then success is sure.",
author: "Mark Twain"
},
{
text:"He who has a why to live can bear almost any how.",
author: "Friedrich Nietzsche"
},
{
text:"To live is to suffer, to survive is to find some meaning in the suffering.",
author: "Friedrich Nietzsche"
},
{
text:"I'm not trying to be different. To me, I'm just being myself.",
author: "Jaylen Brown"
},
{
quote: "“Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.”",
name: "Albert Einstein"
},
{
quote: "“Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind.”",
name: " Bernard M. Baruch"
},
{
quote: "“You know you're in love when you can't fall asleep because reality is finally better than your dreams.”",
name: "Dr. Seuss"
},
{
text: "Don't judge each day by the harvest you reap but by the seeds that you plant.",
author: "Robert Louis Stevenson",
},
{
},
{
text: "I have learned over the years that when one's mind is made up, this diminishes fear.",
author: "Rosa Parks",
}
}
];