From 4b6bb3e7c781fe6b831f16199de98bae65118e3f Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 13 Mar 2012 00:36:34 -0400 Subject: index: added random taglines --- js/bootswatch.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'js') diff --git a/js/bootswatch.js b/js/bootswatch.js index 8111a151..3abbc701 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -44,3 +44,11 @@ menu = menu + ' \ $('a[rel=tooltip]').tooltip({ 'placement': 'bottom' }); + +var taglines = []; +taglines.push('Add color to your Bootstrap site without touching a color picker.'); +taglines.push('Saving the web from default Bootstrap.'); + +var line = Math.floor((taglines.length) * Math.random()); +$('#tagline').html(taglines[line]); + -- cgit v1.2.3