updating kickstarter messages

This commit is contained in:
Dave Gandy 2014-07-10 13:31:14 -04:00
parent 3941b3b9f1
commit ed61ea37cc
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -5,12 +5,12 @@ $(function() {
}); });
var quotes = new Array( var quotes = new Array(
"Get your company logo added to Font Awesome!", "Donate $1 and help Font Awesome get <strong>MAJOR upgrades!</strong>",
"Want SVG support in Font Awesome? Support the Kickstarter!", "Donate $1 and help give Font Awesome <strong>SVG support!</strong>",
"Major improvements to Font Awesome at 3000 backers!", "Donate $1 and help give Font Awesome <strong>better icon search!</strong>",
"Better Font Awesome icon search at 3000 backers!", "Get your <strong>company logo</strong> added to Font Awesome!",
"Need a specific icon added to Font Awesome?", "Get your <strong>company logo</strong> added to Font Awesome!",
"If you like Font Awesome, you're going to love <strong>Black Tie</strong>!" "Need a specific icon added to Font Awesome?"
), ),
random_quote = quotes[Math.floor( Math.random() * quotes.length )]; random_quote = quotes[Math.floor( Math.random() * quotes.length )];
$('.tagline').html(random_quote); $('.tagline').html(random_quote);