show dbs
This file contains hidden or 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
// Dependencies | |
// - https://github.com/carolineschnapp/currencies | |
// Don't change currency if Cookie has been already set | |
if (Currency.cookie.read() == null) { | |
jQuery.ajax( { | |
url: '//freegeoip.net/json/', | |
type: 'GET', | |
dataType: 'jsonp', |
This file contains hidden or 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
<body class="released" style="height: 667px;"> | |
<div class="section-intro" style="height: 667px;"> | |
<div class="wrap"> | |
<svg id="wiper"> | |
<defs> | |
<linearGradient id="grad" x1="0" x2="0" y1="0" y2="100%"> | |
<stop offset="0%" stop-color="#ff5e3a" stop-opacity="1"></stop> | |
<stop offset="50%" stop-color="#ff5e3a" stop-opacity="1"></stop> | |
<stop offset="62.54%" stop-color="#ff2a68" stop-opacity="1"></stop> | |
</linearGradient> |