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