A Pen by Mustafa ismail on CodePen.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vwo_$("#calculator-link").attr({"alt":"Click to calculate your savings","title":"","width":"960","height":"240","border":"","src":"//useruploads.visualwebsiteoptimizer.com/useruploads/56776/images/d22f953d237a93523f9a10eeb4b6d69c_click-to-calculate-your-savings-updated.png"}); | |
vwo_$("#savings_banner").css({"display":"none"}); | |
vwo_$("#calculator-link").css({"display":"block","cursor":"pointer","margin-bottom":"-72px","border-bottom":"0"}); | |
vwo_$('#SAVINGS-CALCULATOR').attr( "style", "" ); | |
vwo_$('#SAVINGS-CALCULATOR').css({"display":"block","height":"0","overflow":"hidden"}); | |
vwo_$('#calculator-link').click(function(){ | |
vwo_$('#calculator-link').css({"display":"none"}); | |
vwo_$('#SAVINGS-CALCULATOR').css({"height":"186px","position":"relative","left":"100%"}); | |
vwo_$("#SAVINGS-CALCULATOR").animate({height:"295px",left:"0px"},200); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var Webflow = Webflow || []; | |
Webflow.push(function() { | |
$('input[name=xnQsjsdp]').val('a4fc072ab2b4a4a1010504add1e0f7091d1bd9f6f255e2bb1dfecbb74ae9ed5b'); | |
$('input[name=zc_gad]').val(''); | |
$('input[name=xmIwtLD]').val('b090f17eda6c640da9cd6310269e5ffba641c76e917ae8f33eb2127a50566547'); | |
$('input[name=actionType]').val('TGVhZHM='); | |
//The return URL after the form is submitted | |
$('input[name=returnURL]').val('http://mastermindesigns.com'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* Script to record and tag spotify tracks, by Lloyd Moore *) | |
(* Modified by Tiffany G. Wilson to resolve audio splitting issues, automate starting/stopping, and add recording customization *) | |
(* Modified by github.com/duggi on 7/18/2014 -- replace slash with dashin new filename to prevent directory write errors *) | |
(* Snippets for controlling Spotify are from Johnny B on tumblr (http://johnnyb.tumblr.com/post/25716608379/spotify-offline-playlist) *) | |
(* The idea of using delayed tagging/filename updating is from a guest user on pastebin (http://pastebin.com/rHqY0qg9) *) | |
(* The only thing to change in the script is the output format; you must change the file extension and the recording format to match *) | |
(* Run this script once a song you want to record is queued (stopped at beginning) or playing *) | |
(* Running the script will initiate hijacking, recording and audio playback *) | |
(* To stop script, pause Spotify or wait for album/playlist to end*) | |
(* To set id3 tags, use application Kid3 (http://sourceforge.net/pr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<package> | |
<display> | |
</display> | |
</package> |
Inspired by: http://graphicburger.com/flat-design-ui-components/
Line-chart and donut-chart made by @Kseso: http://codepen.io/Kseso/pen/phiyL
A Pen by Javier Latorre López-Villalta on CodePen.
NewerOlder