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 #129

Merged
merged 2 commits into from
Oct 24, 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
17 changes: 17 additions & 0 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4399,6 +4399,23 @@ const quotes = [
text: 'The greatest loss that we all have to deal with is the loss of the image of ourselves as a perfect person.',
author: 'Fred Rogers',
},
{
text:"It is not knowledge, but the act of learning, not possession but the act of getting there, which grants the greatest enjoyment"
author:"Carl Friedrich Gauss"
},
{
text:"If I have seen further, it is by standing on the shoulders of giants."
author:"Isaac Newton"

},
{
text:"Absence of evidence is not the evidence of absence"
author:"Carl Sagan"
},
{
text:"The only risk of failure is promotion.",
author:"Scot Adams"
},
{
text: 'The only risk of failure is promotion.',
author: 'Scot Adams',
Expand Down