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

Merged
merged 1 commit into from
Oct 3, 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
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