Skip to content

Commit

Permalink
Merge pull request #44 from amanda-mcmullin/more_quotes
Browse files Browse the repository at this point in the history
More quotes
  • Loading branch information
seths10 authored Oct 10, 2022
2 parents c40c28f + 10aa784 commit 57b65ba
Showing 1 changed file with 22 additions and 1 deletion.
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

0 comments on commit 57b65ba

Please sign in to comment.