Merge pull request #8732 from FortAwesome/talbs/remove-survey

Remove Font Awesome Feedback Survey
This commit is contained in:
Dave Gandy 2016-03-10 13:47:19 -05:00
commit 03fd1951e9
2 changed files with 64 additions and 69 deletions

View File

@ -2,65 +2,59 @@ $(function () {
$("#newsletter").validate(); $("#newsletter").validate();
var ads = [ var ads = [
// {
// quote: "Take your icon game to the next level. Check out <strong>Fonticons</strong>, from the maker of Font Awesome.",
// class: "fonticons",
// url: "https://fonticons.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_1_next_level&utm_campaign=promo_4.4_update",
// btn_text: "Gimme Some!"
// },
// {
// quote: "Make your icons load 10x faster! Check out <strong>Fonticons</strong>, from the maker of Font Awesome.",
// class: "fonticons",
// url: "https://fonticons.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_3_faster_loading&utm_campaign=promo_4.4_update",
// btn_text: "Gimme Some!"
// },
// {
// quote: "Looking for other great icon sets? Check out <strong>Fonticons</strong>, from the maker of Font Awesome.",
// class: "fonticons",
// url: "https://fonticons.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_4_more_icons&utm_campaign=promo_4.4_update",
// btn_text: "Gimme Some!"
// },
// {
// quote: "Want to add your own icon? Check out <strong>Fonticons</strong>, from the maker of Font Awesome.",
// class: "fonticons",
// url: "https://fonticons.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_6_your_own_icon&utm_campaign=promo_4.4_update",
// btn_text: "Gimme Some!"
// },
//
//
// {
// quote: "<strong>Black Tie</strong>, from the creator of Font Awesome. On sale at the Kickstarter price for a limited time.",
// class: "black-tie",
// url: "http://blacktie.io/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_2_kickstarter&utm_campaign=promo_4.4_update",
// btn_text: "Check it Out!"
// },
// {
// quote: "Want clean, minimalist icons? Check out <strong>Black Tie</strong>, the new multi-weight icon font from the maker of Font Awesome.",
// class: "black-tie",
// url: "http://blacktie.io/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_5_clean_minimalist&utm_campaign=promo_4.4_update",
// btn_text: "Check it Out!"
// },
// {
// quote: "Want a different icon look? Check out <strong>Black Tie</strong>, our new multi-weight icon set.",
// class: "black-tie",
// url: "http://blacktie.io/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_6_different_look&utm_campaign=promo_4.4_update",
// btn_text: "Check it Out!"
// },
// {
// quote: "Check out <strong>Black Tie</strong>, our new multi-weight icon set!",
// class: "black-tie",
// url: "http://blacktie.io/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_7_our_new_multi_weight&utm_campaign=promo_4.4_update",
// btn_text: "Check it Out!"
// },
{ {
quote: "<strong>Help make Font Awesome more awesome!</strong> Fill out a 6-minute survey and give us your feedback.", quote: "Take your icon game to the next level. Check out <strong>Fort Awesome</strong>, from the maker of Font Awesome.",
class: "font-awesome-survey", class: "fort-awesome",
url: "http://fontawesome.io/survey/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_survey&utm_campaign=promo_4.5_update", url: "https://fonticons.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_1_next_level&utm_campaign=promo_4.5_update",
btn_text: "Take the survey!" btn_text: "Gimme Some!"
},
{
quote: "Make your icons load 10x faster! Check out <strong>Fort Awesome</strong>, from the maker of Font Awesome.",
class: "fort-awesome",
url: "https://fonticons.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_3_faster_loading&utm_campaign=promo_4.5_update",
btn_text: "Gimme Some!"
},
{
quote: "Looking for other great icon sets? Check out <strong>Fort Awesome</strong>, from the maker of Font Awesome.",
class: "fort-awesome",
url: "https://fonticons.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_4_more_icons&utm_campaign=promo_4.5_update",
btn_text: "Gimme Some!"
},
{
quote: "Want to add your own icon? Check out <strong>Fort Awesome</strong>, from the maker of Font Awesome.",
class: "fort-awesome",
url: "https://fonticons.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_6_your_own_icon&utm_campaign=promo_4.5_update",
btn_text: "Gimme Some!"
},
{
quote: "<strong>Black Tie</strong>, from the creator of Font Awesome. On sale at the Kickstarter price for a limited time.",
class: "black-tie",
url: "http://blacktie.io/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_2_kickstarter&utm_campaign=promo_4.5_update",
btn_text: "Check it Out!"
},
{
quote: "Want clean, minimalist icons? Check out <strong>Black Tie</strong>, the new multi-weight icon font from the maker of Font Awesome.",
class: "black-tie",
url: "http://blacktie.io/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_5_clean_minimalist&utm_campaign=promo_4.5_update",
btn_text: "Check it Out!"
},
{
quote: "Want a different icon look? Check out <strong>Black Tie</strong>, our new multi-weight icon set.",
class: "black-tie",
url: "http://blacktie.io/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_6_different_look&utm_campaign=promo_4.5_update",
btn_text: "Check it Out!"
},
{
quote: "Check out <strong>Black Tie</strong>, our new multi-weight icon set!",
class: "black-tie",
url: "http://blacktie.io/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_7_our_new_multi_weight&utm_campaign=promo_4.5_update",
btn_text: "Check it Out!"
} }
]; ];
selectFonticonsAd(); selectAd();
// start the icon carousel // start the icon carousel
$('#icon-carousel').carousel({ $('#icon-carousel').carousel({
@ -70,7 +64,7 @@ $(function () {
$('[data-toggle="tooltip"]').tooltip(); $('[data-toggle="tooltip"]').tooltip();
$('[data-toggle="popover"]').popover(); $('[data-toggle="popover"]').popover();
function selectFonticonsAd() { function selectAd() {
random_number = Math.floor(Math.random() * ads.length); random_number = Math.floor(Math.random() * ads.length);
random_ad = ads[random_number]; random_ad = ads[random_number];

View File

@ -66,14 +66,14 @@
} }
&.black-tie { &.black-tie {
@black-tie-bg: #222222; @black-tie-bg: #2E2E2E;
background-color: @black-tie-bg; background-color: @black-tie-bg;
border-bottom: solid 1px mix(@black-tie-bg, #fff, 95%); border-bottom: solid 1px mix(@black-tie-bg, #fff, 95%);
.btn-primary { .btn-primary {
@color: @black-tie-bg; @color: mix(#fff, @black-tie-bg, 85%);
@background: mix(#fff,@black-tie-bg,90%); @background: darken(@black-tie-bg, 5%);
@border: mix(#fff,@black-tie-bg,60%); @border: darken(@black-tie-bg, 10%);
font-weight: bold; font-weight: bold;
color: @color; color: @color;
background-color: @background; background-color: @background;
@ -88,7 +88,7 @@
&.active, &.active,
.open > &.dropdown-toggle { .open > &.dropdown-toggle {
color: #fff; color: #fff;
background-color: darken(@border, 3%); background-color: darken(@background, 5%);
border-color: darken(@border, 12%); border-color: darken(@border, 12%);
border-bottom-color: darken(@border, 18%); border-bottom-color: darken(@border, 18%);
} }
@ -112,15 +112,16 @@
} }
} }
&.fonticons { &.fort-awesome {
@fonticons-bg: #1c1e29; @fort-awesome-color: #1C1E29;
@fonticons-orange: desaturate(#ff7f3f, 5%); @fort-awesome-color-accent: #525879;
background-color: @fonticons-orange; @fort-awesome-bg: mix(@fort-awesome-color-accent, @fort-awesome-color, 15%);
border-bottom: solid 1px mix(@fonticons-bg, @fonticons-orange, 15%); background-color: @fort-awesome-bg;
border-bottom: solid 1px mix(@fort-awesome-bg, #000, 15%);
.btn-primary { .btn-primary {
@color: #fff; @color: #fff;
@background: mix(#fff,@fonticons-bg,10%); @background: mix(#fff,@fort-awesome-bg,15%);
@border: @fonticons-bg; @border: darken(@fort-awesome-bg, 5%);
font-weight: bold; font-weight: bold;
color: @color; color: @color;
background-color: @background; background-color: @background;
@ -135,7 +136,7 @@
&.active, &.active,
.open > &.dropdown-toggle { .open > &.dropdown-toggle {
color: #fff; color: #fff;
background-color: darken(@border, 3%); background-color: mix(@fort-awesome-color, @fort-awesome-color-accent, 30%);
border-color: darken(@border, 12%); border-color: darken(@border, 12%);
border-bottom-color: darken(@border, 18%); border-bottom-color: darken(@border, 18%);
} }