Skip to content

Instantly share code, notes, and snippets.

@csessig86
csessig86 / gist:0250cd67f1ba264da30e
Last active December 10, 2015 18:58
Usemin beginning
<!-- build:css /css/styles-combined.css -->
@csessig86
csessig86 / gist:7869782f684c3a14e370
Created July 17, 2015 18:04
Embed: CR shots fired in 2015
<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>
@csessig86
csessig86 / rankings.html
Created June 30, 2015 16:19
Hospital rankings teaser
<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>
@csessig86
csessig86 / gist:3d6479c6737eaa0a4417
Last active August 29, 2015 14:20
Image resize: KCRG
<script>$('#article-container #mediawell').css({'max-width':'400px','margin':'0 auto'});$('#article-body #social-box').css({'width':'100%'});</script>
<div id="extrapicture2" class="extrapicture_ind center"></div>
@csessig86
csessig86 / farmersmarkets.html
Last active August 29, 2015 14:20
Farmers markets embed
<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>
@csessig86
csessig86 / style.css
Created April 30, 2015 20:59
Ellipsis CSS
.ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 40px;
}
@csessig86
csessig86 / index.html
Created April 23, 2015 03:35
D3 line chart: Album sales down
<!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>
@csessig86
csessig86 / gist:c9194c7f276494f2a1db
Last active August 29, 2015 14:19
Set default to gallery
<script>$('#mediawell-list li').each(function() {if ( $(this).attr('id') === 'tab-gallery' ) {$(this).prependTo(this.parentNode);}});</script>
<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>