Skip to content
Open
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
34 changes: 24 additions & 10 deletions quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

export default [
{
quote: "If you can't explain it simply, you don't understand it well enough.",
quote:
"If you can't explain it simply, you don't understand it well enough.",
author: "Albert Einstein",
submitter: "@sorenblank",
},
Expand Down Expand Up @@ -77,7 +78,8 @@ export default [
},

{
quote: "If you really look closely, most overnight successes took a long time.",
quote:
"If you really look closely, most overnight successes took a long time.",
author: "Steve Jobs",
submitter: "@souvikarjun",
},
Expand All @@ -89,13 +91,15 @@ export default [
},

{
quote: "I survived because the fire inside burned brighter than the fire around me.",
quote:
"I survived because the fire inside burned brighter than the fire around me.",
author: "Joshua Graham",
submitter: "@fattahsamit",
},

{
quote: "If you gaze long enough into an abyss, the abyss will gaze back into you.",
quote:
"If you gaze long enough into an abyss, the abyss will gaze back into you.",
author: "Friedrich Nietzsche",
submitter: "@fattahsamit",
},
Expand All @@ -107,7 +111,8 @@ export default [
},

{
quote: "Your problem is you spent your whole life thinking there are rules. There aren't.",
quote:
"Your problem is you spent your whole life thinking there are rules. There aren't.",
author: "Lorne Malvo",
submitter: "@fattahsamit",
},
Expand All @@ -133,7 +138,8 @@ export default [
},

{
quote: "I disapprove of what you say, but I will defend to the death your right to say it",
quote:
"I disapprove of what you say, but I will defend to the death your right to say it",
author: "Voltaire",
submitter: "@royhridoy",
},
Expand Down Expand Up @@ -200,12 +206,14 @@ export default [
},

{
quote: "The best among you are those who have the best manners and character.",
quote:
"The best among you are those who have the best manners and character.",
author: "Prophet Muhammad ﷺ",
submitter: "@sorenblank",
},
{
quote: "A person can only truly learn once they realize how little they know.",
quote:
"A person can only truly learn once they realize how little they know.",
author: "Heine Wittgenstei",
submitter: "@sorenblank",
},
Expand Down Expand Up @@ -244,7 +252,13 @@ export default [
quote: "The seeking of knowledge is obligatory for every Muslim.",
author: "Prophet Muhammad ﷺ",
submitter: "@Rahad-Ullah",
}

},
{
quote:
"The strong is not the one who is physically powerful, but indeed, the one who controls himself when angry..",
author: "Prophet Muhammad ﷺ",
submitter: "@Rahad-Ullah",
},

// Add more quotes above this line...
];