Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Add knowledge topic
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristories committed Oct 24, 2022
1 parent 5c3ae7b commit 53dda8e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public function cards()
- `time`
- `relax`
- `love`
- `knowledge`
- More (soon..)

## License
Expand Down
45 changes: 45 additions & 0 deletions config/quotes.php
Original file line number Diff line number Diff line change
Expand Up @@ -1574,5 +1574,50 @@
'author' => 'Corinthians 13:4-7',
],
]
],
'knowledge' => [
'image' => 'https://source.unsplash.com/daily?knowledge',
'quotes' => [
[
'quote' => 'A friend is someone who knows all about you and still loves you.',
'author' => 'Elbert Hubbard',
],
[
'quote' => 'The only true wisdom is in knowing you know nothing.',
'author' => 'Socrates',
],
[
'quote' => 'Any fool can know. The point is to understand.',
'author' => 'Albert Einstein',
],
[
'quote' => 'I was gratified to be able to answer promptly, and I did. I said I didn\'t know.',
'author' => 'Mark Twain',
],
[
'quote' => 'I did then what I knew how to do. Now that I know better, I do better.',
'author' => 'Maya Angelou',
],
[
'quote' => 'No thief, however skillful, can rob one of knowledge, and that is why knowledge is the best and safest treasure to acquire.',
'author' => 'L. Frank Baum',
],
[
'quote' => 'The man of knowledge must be able not only to love his enemies but also to hate his friends.',
'author' => 'Friedrich Nietzsche',
],
[
'quote' => 'Reading furnishes the mind only with materials of knowledge; it is thinking that makes what we read ours.',
'author' => 'John Locke',
],
[
'quote' => 'I cannot teach anybody anything. I can only make them think.',
'author' => 'Socrates',
],
[
'quote' => 'Your assumptions are your windows on the world. Scrub them off every once in a while, or the light won\'t come in.',
'author' => 'Isaac Asimov',
],
]
]
];

0 comments on commit 53dda8e

Please sign in to comment.