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
<!-- build:css /css/styles-combined.css --> |
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="chart-container center"> | |
<h3 class="hide-desktop show-mobile">MAP: All shots fired incidents in 2014, 2015</h3> | |
<p class="hide-desktop show-mobile"><a href="http://thegazette.com/data/cr-shootings#2015" target="_blank"><img src="http://thegazette.com/Includes/data/projects/cr-shootings/imgs/ss-2015.jpg" alt="" width="90%" /></a></p> | |
<div class="hide-mobile”> | |
<iframe frameborder="0" height="600" src="http://thegazette.com/data/cr-shootings#2015" width="100%"></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
<div class="left"> | |
<h3><a href="http://thegazette.com/data/hospital-ratings" target="_blank">Database: Highest, lowest rated hospitals in Iowa</a></h3> | |
<a href="http://thegazette.com/data/hospital-ratings" target="_blank"><img style="width: 100%;" src="http://thegazette.com/Includes/data/projects/hospital-ratings/ss.jpg" alt="" /></a> | |
<p class="embed-subhead">Click to find out what rating your local hospital received from the CMS.</p> | |
</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
<script>$('#article-container #mediawell').css({'max-width':'400px','margin':'0 auto'});$('#article-body #social-box').css({'width':'100%'});</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
<div id="extrapicture2" class="extrapicture_ind center"></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
<div class="left"> | |
<h3><a href="http://thegazette.com/data/farmers-markets" target="_blank">Farmers markets in Eastern Iowa </a></h3> | |
<a href="http://thegazette.com/data/farmers-markers" target="_blank"><img style="width: 100%;" src="http://thegazette.com/Includes/data/projects/farmers-markets/img/farmersmkt-image.png" alt="Farmers markets in Eastern Iowa" /></a> | |
<p class="embed-subhead">Click to find a farmers market near you.</p> | |
</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
.ellipsis { | |
text-overflow: ellipsis; | |
white-space: nowrap; | |
overflow: hidden; | |
width: 40px; | |
} |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Line Chart with Multiple Lines</title> | |
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
<link rel="stylesheet" type="text/css" href="styles.css"> | |
</head> | |
<body> | |
<h1>Album sales down since 2008</h1> |
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>$('#mediawell-list li').each(function() {if ( $(this).attr('id') === 'tab-gallery' ) {$(this).prependTo(this.parentNode);}});</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
<script>$('#tab-photos').addClass('display-none');$('#mediawell-photos').addClass('display-none');$('#mediawell-list > li').each(function() {if ( $(this).attr('id') === 'tab-embed-one' ) {$(this).prependTo(this.parentNode);}});</script> |