Skip to content

Commit

Permalink
Merge branch 'main' into add-quote-robertdowney
Browse files Browse the repository at this point in the history
  • Loading branch information
seths10 authored Oct 23, 2022
2 parents 7af2574 + c29f317 commit 99e4c37
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 9 deletions.
18 changes: 17 additions & 1 deletion js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const quotes = [
text: "Write books only if you are going to say in them the things you would never dare confide to anyone",
author: "Emil Cioran"
},
{
text: "In some ways, programming is like painting. You start with a blank canvas and certain basic raw materials. You use a combination of science, art, and craft to determine what to do with them.",
author: "Andrew Hunt"
},
{
text: "Write books only if you are going to say in them the things you would never dare confide to anyone",
author: "Emil Cioran"
Expand All @@ -19,6 +23,10 @@ const quotes = [
text: "As you walk down the fairway of life you must smell the roses, for you only get to play one round.",
author: "Ben Hogan"
},
{
text: "Nothing is impossible. The word itself says 'I'm possible!'",
author: "Audrey Hepburn"
},
{
text: "The art of life is to know how to enjoy a little and to endure very much.",
author: "William Hazlitt"
Expand Down Expand Up @@ -1976,5 +1984,13 @@ const quotes = [
}, {
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: "I have learned over the years that when one's mind is made up, this diminishes fear.",
author: "Rosa Parks",
}
];
28 changes: 20 additions & 8 deletions quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ const quotes = [
text: "Genius is one percent inspiration and ninety-nine percent perspiration.",
author: "Thomas Edison",
},
{ Text : " While coming to Earth, each person brings a lantern of aladdin ... but very few people can awaken sleeping monsters from that lamps."
author: " Humayun Ahmed "
},

{
text: "You can observe a lot just by watching.",
author: "Yogi Berra",
Expand Down Expand Up @@ -1854,12 +1858,20 @@ const quotes = [
text: "Whoever is happy will make others happy too",
Author: "Anne Frank"
},
{
text: "I've noticed that worrying is like praying for what you don't want to happen.",
author: "Robert Downey Jr."
},
{
text: "The lesson is that you can still make mistakes and be forgiven.",
author: "Robert Downey Jr."
}
{
text: "I've noticed that worrying is like praying for what you don't want to happen.",
author: "Robert Downey Jr."
},
{
text: "The lesson is that you can still make mistakes and be forgiven.",
author: "Robert Downey Jr."
},
{
text: "Take the attitude of a student, never be too big to ask questions, never know too much to learn something new.",
Author: "Augustine Og Mandino"
},
{
text: "Keep love in your heart. A life without it is like a sunless garden when the flowers are dead.",
Author: "Oscar Wilde"
}
];

0 comments on commit 99e4c37

Please sign in to comment.