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

More quotes #44

Merged
merged 4 commits into from
Oct 10, 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
23 changes: 22 additions & 1 deletion js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,26 @@ const quotes = [
text: "Dream as if you'll live forever. Live as if you'll die today.",
author: "John Agyekum Kufuor"
},
{
text: "Success is not final, failure is not fatal. It is the courage to continue that counts.",
author: "Winston Churchill"
},
{
text: "Success is not final, failure is not fatal. It is the courage to continue that counts.",
author: "Winston Churchill"
},
{
text: "Never give up on something that you can't go a day without thinking about.",
author: "Winston Churchill"
},
{
text: "Most of the important things in the world have been accomplished by people who have kept on trying when there seemed to be no hope at all.",
author: "Dale Carnegie"
},
{
text: "Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time.",
author: "Thomas Edison"
},
{
text: "Most people are other people. Their thoughtx are someone else's opinions, their lives a mimicry, their passions a quotation.",
author: "Oskar Wilde",
Expand All @@ -1601,7 +1621,8 @@ const quotes = [
{
text: "I have written you down. Now you will live forever.",
author: "Bastille",

},
{
text: "For sale: baby shoes, never worn.",
author: "Ernest Hemingway",
},
Expand Down