mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
updating kickstarter messages
This commit is contained in:
parent
3941b3b9f1
commit
ed61ea37cc
Binary file not shown.
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user