Mon Oct 17 2016
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
jQuery(document).ready(function(){

jQuery('.demo-lightbox-wrap').css({'left':'0px'});
  jQuery('.masthead-maxwidth h1').html('Get Talking');
  jQuery('#masthead-wrap').css({'height': '50em'});
  jQuery('.demo-lightbox-wrap').css({'left':'0px'});   
  jQuery('#masthead-wrap h1').css({'margin-top':'160px'});   
  jQuery( "<style>.demo-lightbox-wrap.active{max-height:480px;transform:translate(-37%,-0%)!important;};#masthead-wrap{padding: -1% 0 3% 0;};</style>" ).appendTo( "head" );

jQuery('.demo-lightbox-wrap').after("<div style='color:white;position: absolute;z-index: 10;left: 80%;text-align:left; font-size:16px; width:150%; margin-left: -50px;'><ul><li style='margin-top:10px;'><strong style='color:rgb(216,185,63);font-family:sans-serif;'>It's free:</strong> We'll never ask you for your credit card.</li>\
<li style='margin-top:10px;'><strong style='color:rgb(216,185,63);font-family:sans-serif;'>It's fast:</strong> No account necessary; 3 minutes is all you need!</li>\
<li style='margin-top:10px;'><strong style='color:rgb(216,185,63);font-family:sans-serif;'>It's fun:</strong> We'll showcase what you get with Rosetta Stone<br>\
  with several fun activities you can do right now—no prior<br>\
  language training required.</li></ul></div>");

$('.masthead-maxwidth').append('<img src="http://www.rosettastone.com/lp/liferay/september-homepage/burn.png" style="height: 1952px;width: 2800px;z-index: 2;position: absolute;right: -1100px;top: -400px;">');
});