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
// Checking visibility | |
jQuery.fn.isScrolledIntoView = function () { | |
var thisOffset = $(this).offset().top; | |
var windowHeight = $(window).height(); | |
var heightToThis = thisOffset - windowHeight; | |
var scrollPosition = $(window).scrollTop(); |
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
/** | |
* @license | |
* MyFonts Webfont Build ID 3578304, 2018-05-10T17:17:43-0400 | |
* | |
* The fonts listed in this notice are subject to the End User License | |
* Agreement(s) entered into by the website owner. All other parties are | |
* explicitly restricted from using the Licensed Webfonts(s). | |
* | |
* You may obtain a valid license at the URLs below. | |
* |
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
<!-- Global site tag (gtag.js) - Google Ads: 646509206 --> | |
<script async type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=AW-646509206"></script> | |
<script> | |
window.dataLayer = window.dataLayer || []; | |
function gtag(){dataLayer.push(arguments);} | |
gtag('js', new Date()); | |
gtag('config', 'AW-646509206'); | |
</script> | |
<script> | |
gtag('event', 'conversion', {'send_to': 'AW-646509206/89afCKzcqc4BEJblo7QC'}); |
OlderNewer