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
.location{itemprop: "location"} | |
=fa_icon "map-marker", class: "fa-secondary" | |
%span{itemprop: "location"} | |
=event.location.city unless event.location.city.blank? |
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
$.ajax({ | |
type: "POST", | |
url: 'https://boomtrain.auth0.com/oauth/ro', | |
data: { | |
"client_id": "FP3iP1blgJbdmmSRYS1I96byb1nXryTs", | |
"username": "[email protected]", | |
"password": "gazboom131", | |
"connection": "Username-Password-Authentication", | |
"scope": "openid app_metadata name email user_id", | |
"grant_type": "password" |
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
<div class="left"> | |
<h3> | |
<a href="http://thegazette.com/data/ia-immunization-rates" target="_blank"> | |
Database: Immunization rates for schools near you | |
</a> | |
</h3> | |
<a href="http://thegazette.com/data/ia-immunization-rates" target="_blank"> | |
<img style="width: 100%;" src="http://thegazette.com/Includes/data/projects/ia-immunization-rates/ss.jpg" alt=""> | |
</a> | |
<p class="embed-subhead"> |
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
<script src="/js/scripts-combined.js?ver=5"></script> |
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
<h3 class="hide-desktop show-mobile">MAP: Flood threats in Iowa</h3> | |
<p class="hide-desktop show-mobile"><a href="http://files.gazlab.com/content-host/flood_gauges/index.html" target="_blank"> <img src="http://files.gazlab.com/content-host/flood_gauges/ss.jpeg" alt="" width="100%" /> </a></p> | |
<div class="hide-650"> | |
<div class="center"><iframe frameborder="0" height="600" scrolling="no" src="http://files.gazlab.com/content-host/flood_gauges/index.html" width="300"></iframe></div> | |
</div> | |
<div class="iframe-open-window hide-desktop show-mobile"> </div> |
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
googletag.display('ad-leaderboard'); | |
googletag.display('ad-medrec-top'); | |
googletag.display('ad-medrec-middle'); | |
googletag.display('ad-medrec-bottom'); | |
googletag.display('ad-scoreboard-leaderboard-top'); | |
googletag.display('ad-mobile-leaderboard'); | |
googletag.display('ad-medrec-mobile'); |
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
<script type='text/javascript'> | |
// DFP ad calls | |
googletag.cmd.push(function() { | |
// Leaderboard | |
var mappingleaderboard = googletag.sizeMapping() | |
.addSize([0, 0], [320, 50]) | |
.addSize([768, 0], [[728, 90], [320, 100], [320, 50]]) | |
.addSize([990, 0], [728, 90]) | |
.addSize([1300, 0], [[970, 90],[728, 90]]) | |
.build(); |
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
// Header bidding | |
pbjs.que.push(function() { | |
pbjs.setTargetingForGPTAsync() | |
}); | |
googletag.enableServices(); |
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
<div id="ad-leaderboard"> | |
<script type='text/javascript'> | |
googletag.cmd.push(function() { | |
googletag.display('ad-leaderboard'); | |
}); | |
</script> | |
</div> |