Skip to content

Commit

Permalink
Merge pull request #91 from sultanrif/patch-2
Browse files Browse the repository at this point in the history
Update quotes.js
  • Loading branch information
seths10 authored Oct 20, 2022
2 parents 42301df + 692baaf commit 2b5c898
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1966,5 +1966,15 @@ const quotes = [
{
text: "You have to dream before your dreams can come true",
author: "A. P. J. Abdul Kalam"
}
},
{
quote: "“Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.”",
name: "Albert Einstein"
}, {
quote: "“Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind.”",
name: " Bernard M. Baruch"
}, {
quote: "“You know you're in love when you can't fall asleep because reality is finally better than your dreams.”",
name: "Dr. Seuss"
}
];

0 comments on commit 2b5c898

Please sign in to comment.