diff --git a/js/scripts.js b/js/scripts.js index e6868e3..4f74dc6 100755 --- a/js/scripts.js +++ b/js/scripts.js @@ -22,7 +22,8 @@ var quotes = [ ['There are two ways of spreading light: to be the candle or the mirror that reflects it.', 'Edith Wharton'], ['Memories of our lives, of our work and our deeds will continue in others.', 'Rosa Parks'], ['No matter what people tell you, words and ideas can change the world.', 'Robin Williams'], - ['I believe in living today. Not in yesterday, nor in tomorrow.', 'Loretta Young'] + ['I believe in living today. Not in yesterday, nor in tomorrow.', 'Loretta Young'], + ['If today were the last of your life, would you do what you were going to do today?', 'Steve Jobs'], ]; // ** - indicates code hasn't been written yet