Skip to content

Commit

Permalink
Merge pull request #45 from Francesca-Belfiore/add-more-philosophy-qu…
Browse files Browse the repository at this point in the history
…otes

add more philosophy quotes
  • Loading branch information
seths10 authored Oct 11, 2022
2 parents 8f5d5fc + c7a9625 commit 1c3c764
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1637,5 +1637,25 @@ const quotes = [
{
text: "Children are not colouring books. You don't get to fill them with your favourite colours.",
author: "Khaled Hosseini",
},
{
text: "It's not what happens to you, but how you react to it that matters.",
author: "Epictetus"
},
{
text: "The only true wisdom is in knowing you know nothing.",
author: "Socrates"
},
{
text: "History repeats itself, first as tragedy, second as farce.",
author: "Karl Marx"
},
{
text: "To live is to suffer, to survive is to find some meaning in the suffering.",
author: "Friedrich Nietzsche"
},
{
text: "It does not matter how slowly you go as long as you do not stop.",
author: "Confucius"
}
];

0 comments on commit 1c3c764

Please sign in to comment.