Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -130,4 +131,4 @@ $(document).ready(function() {
$(this).hide().delay(2000).fadeIn(2000);
});
});
});
});