Skip to content

Commit

Permalink
Merge branch 'main' into add_quote
Browse files Browse the repository at this point in the history
  • Loading branch information
seths10 authored Oct 13, 2022
2 parents ae31a6b + 5744d53 commit f65a23a
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1681,5 +1681,57 @@ const quotes = [
{
text: "Be the change that you wish to see in the world.",
author: "Mahatma Gandhi"
        }
        },
{
text: "I can't hold enough of you in my hands.",
author: "Franz Kafka",
},
{
text: "You make a choice: continue living your life feeling muddled in this abyss of self-misunderstanding, or you find your identity independent of it. You draw your own box.",
author: "Duchess Meghan"
},
{
text: "I construct my memories with my present.",
author: "Jean-Paul Sartre"
},
{
text: "I am a man, Jupiter, and each man must invent his own path.",
author: "Jean-Paul Sartre"
},
{
text: "We live in a world where people can ridicule you at the push of the button. They can question you at the push of a button.",
author: "Chadwick Boseman"
},
{
text: "The only difference between the hero and the villain is that the villain chooses to use that power in a way that is selfish and hurts other people.",
author: "Chadwick Boseman"
},
{
text:"If someone could only see my actions and not hear my words, what would they say are my priorities?",
author:" James Clear"
},
{
text:"We are not given a short life, but we make it short, and we are not ill-supplied but wasteful of it.",
author:"Null"
},
{
text:"The way to get started is to quit talking and begin doing.",
author:"Walt Disney"
},
{
text:"Life is what happens when you're busy making other plans.",
author:"John Lennon"
},
{
text:"You only live once - but if you work it right, once is enough.",
author:"Joe E. Lewis"
},
{
text:"Fate chooses your relations, you choose your friends.",
author:"Jacques Delille"
},
{
text: "Never underestimate your problem or your ability to deal with it.",
author: "Robert Schuller"
}
];

0 comments on commit f65a23a

Please sign in to comment.