Skip to content

Commit

Permalink
Merge pull request #98 from soniya2008/MyNewBranch
Browse files Browse the repository at this point in the history
Add quotes in file
  • Loading branch information
seths10 authored Oct 23, 2022
2 parents a210adc + 424b7b4 commit ca1e7c4
Showing 1 changed file with 32 additions and 10 deletions.
42 changes: 32 additions & 10 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1991,16 +1991,38 @@ const quotes = [
text: "When you reach the end of your rope, tie a knot in it and hang on",
author: "Franklin D. Roosevelt"
},
{
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"
},
{
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"
},
{
text: "Don't judge each day by the harvest you reap but by the seeds that you plant",
author: "Robert Louis Stevenson"
},
{
text: "When you reach the end of your rope, tie a knot in it and hang on",
author: "Franklin D. Roosevelt"
},
{
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"
},
{
quote: "“Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.”",
name: "Albert Einstein"
Expand Down

0 comments on commit ca1e7c4

Please sign in to comment.