From 460c3fbad0b9365d08313c2892a5747b43327378 Mon Sep 17 00:00:00 2001 From: Jeremiah Jacob Date: Sat, 5 Oct 2019 12:01:44 +0100 Subject: [PATCH] Update scripts.js --- js/scripts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/scripts.js b/js/scripts.js index e6868e3..9ae681c 100755 --- a/js/scripts.js +++ b/js/scripts.js @@ -23,6 +23,7 @@ var quotes = [ ['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'] + ['“Live daringly, boldly, fearlessly. Taste the relish to be found in competition, in having put forth the best within you..', 'Henry J. Kaiser'], ]; // ** - indicates code hasn't been written yet @@ -130,4 +131,4 @@ $(document).ready(function() { $(this).hide().delay(2000).fadeIn(2000); }); }); -}); \ No newline at end of file +});