From ecd05371d0a2b635b62bba67461875e609af5dad Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sun, 29 Apr 2012 15:54:28 -0400 Subject: index: added api info --- js/bootswatch.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js') diff --git a/js/bootswatch.js b/js/bootswatch.js index 444906ef..0a920042 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -50,6 +50,8 @@ var taglines = []; taglines.push('Free themes for Twitter Bootstrap'); taglines.push('Add color to your Bootstrap site without touching a color picker'); taglines.push('Saving the web from default Bootstrap'); +taglines.push('Give your Bootstrap site a whole new feel'); +taglines.push('Lose the black bar and blue buttons on your Bootstrap site'); var line = Math.floor((taglines.length) * Math.random()); $('#tagline').html(taglines[line]); -- cgit v1.2.3