Skip to content

Commit

Permalink
Merge pull request #4 from sshikhar09/main
Browse files Browse the repository at this point in the history
Update quotes.js
  • Loading branch information
seths10 authored Oct 3, 2022
2 parents 97618fc + fa237b1 commit c013f95
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions js/quotes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@
const quotes = [
{
text: 'The journey of a thousand miles begins with one step.',
author: 'Lao Tzu',
},
{
text: 'That which does not kill us makes us stronger.',
author: 'Friedrich Nietzsche',
},
{
text: 'Life is what happens when you’re busy making other plans.',
author: 'John Lennon',
},
{
text: 'When the going gets tough, the tough get going.',
author: 'Joe Kennedy',
},
{
text: 'You must be the change you wish to see in the world.',
author: 'Mahatma Gandhi',
},
{
text: 'You only live once, but if you do it right, once is enough.',
author: 'Mae West',
},
{
text: 'Tough times never last but tough people do.',
author: 'Robert H. Schuller',
},
{
text: 'Get busy living or get busy dying.',
author: 'Stephen King',
},
{
text: 'Whether you think you can or you think you can’t, you’re right.',
author: 'Henry Ford',
},
{
text: 'Tis better to have loved and lost than to have never loved at all.',
author: 'Alrded Lord Tennyson',
},
{
text: 'Genius is one percent inspiration and ninety-nine percent perspiration.',
author: 'Thomas Edison',
Expand Down

0 comments on commit c013f95

Please sign in to comment.