diff options
Diffstat (limited to 'data/quotes.yaml')
| -rw-r--r-- | data/quotes.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/quotes.yaml b/data/quotes.yaml new file mode 100644 index 0000000..c6bebf9 --- /dev/null +++ b/data/quotes.yaml @@ -0,0 +1,27 @@ +quotes: + - text: "The quieter you become, the more you can hear." + author: "Ram Dass" + - text: "In theory, theory and practice are the same. In practice, they are not." + author: "Albert Einstein" + - text: "The best time to plant a tree was 20 years ago. The second best time is now." + author: "Chinese Proverb" + - text: "Debugging is like being the detective in a crime drama." + author: "Filipe Fortes" + - text: "Good design is invisible." + author: "Paul Rand" + - text: "The only way to do great work is to love what you do." + author: "Steve Jobs" + - text: "Simplicity is the ultimate sophistication." + author: "Leonardo da Vinci" + - text: "Security is not a feature, it's a prerequisite." + author: "Bruce Schneier" + - text: "Privacy is not something that I'm merely entitled to, it's an absolute prerequisite." + author: "Marlon Brando" + - text: "The web as I envisaged it, we have not seen it yet." + author: "Tim Berners-Lee" + - text: "First, solve the problem. Then, write the code." + author: "John Johnson" + - text: "Code is read much more often than it is written." + author: "Guido van Rossum" + - text: "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." + author: "Martin Fowler" |
