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

Added Quotes #170

Merged
merged 1 commit into from
Oct 31, 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
16 changes: 16 additions & 0 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,26 @@ const quotes = [
text: "It always seems impossible until it's done.",
author: 'Nelson Mandela',
},
{
text: "Everything is hard before it is easy.",
author: 'Johann Wolfgang von Goethe',
},
{
text: 'Work hard in silence. Let your success be noise.',
author: 'Frank Ocean',
},
{
text: "Life is never fair, and perhaps it is a good thing for most of us that it is not.",
author: 'Oscar Wilde',
},
{
text: 'Maybe it’s not about having a beautiful day, but about finding beautiful moments. Maybe a whole day is just too much to ask. I could choose to believe that in every day, in all things, no matter how dark and ugly, there are shards of beauty if I look for them.',
author: 'Anna White',
},
{
text: "I've had the sort of day that would make St. Francis of Assisi kick babies.",
author: 'JDouglas Adams',
},
{
text: "If you really want to do something, you'll find a way. If you don't, you'll find an excuse.",
author: 'Jim Rohn',
Expand Down