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

Update quotes.js #159

Merged
merged 2 commits into from
Oct 31, 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
25 changes: 24 additions & 1 deletion js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6719,6 +6719,30 @@ const quotes = [
author:"Jean-Paul Sartre"
},
{
text:"It is not in the stars to hold our destiny but in ourselves.",
author:"William Shakespeare"
},
{
text:"Never give up on something that you can't go a day without thinking about.",
author:"Winston Churchill"
},
{
text:"Success is a lousy teache. It seduces smart peopleinto thinking they can't loose.",
author:"Bill Gates"
},
{
text:"If you want to live a happy life,tie it to a goal.Not to people or things.",
author:"Albert Einstein"
},
{
text:"You can't edit a blank page.",
author:"Jodi Picoult"
},
{
text:"In a gentle way, you can shake the world.",
author:"Mahatma gandhi"
},
}
text:"In order to write about life first you must live it.",
author:"Ernest Hemingway"
},
Expand Down Expand Up @@ -6758,5 +6782,4 @@ const quotes = [
text:"I don't like to commit myself about heaven and hell- you see, I have friends in both places.",
author:"Mark Twain"
}

];