From 53dda8eac4a3867bead00d26ccefa6bbc543935d Mon Sep 17 00:00:00 2001 From: Wahyu Kristianto Date: Mon, 24 Oct 2022 20:13:55 +0700 Subject: [PATCH] Add knowledge topic --- README.md | 1 + config/quotes.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/README.md b/README.md index 97bcfca..22edc33 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ public function cards() - `time` - `relax` - `love` +- `knowledge` - More (soon..) ## License diff --git a/config/quotes.php b/config/quotes.php index 6bc4d36..1c0d0b0 100644 --- a/config/quotes.php +++ b/config/quotes.php @@ -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', + ], + ] ] ]; \ No newline at end of file