Skip to content

Instantly share code, notes, and snippets.

@csessig86
csessig86 / i380-accidents.html
Created December 18, 2015 18:35
I-380 accidents embed
<div class="center" style="border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;"><iframe frameborder="0" height="500" src="http://cdr-gadev.newscyclecloud.com/data/i380-accidents" width="100%"></iframe>
<p class="embed-subhead" style="font-size: 16px!important; font-weight: bold;"><a href="http://thegazette.com/data/i380-accidents" target="_blank">Check out our interactive look at the accidents on I-380</a></p>
</div>
@csessig86
csessig86 / cr-bike-trails-new.html
Last active October 2, 2015 21:20
cr-bike-trails-new.html
<div class="center">
<h3>Miles of trails built in Cedar Rapids by year</h3>
<div id="cr-bike-trails"></div>
<script type="text/javascript">var pymParent = new pym.Parent('cr-bike-trails','http://files.gazlab.com/content-host/d3charts/projects/cr-bike-trails/index.html', {});</script>
<p class="embed-subhead">* This chart shows how many miles of trails have been built in Cedar Rapids for every year since 1975. After going decades without building any trails, the city has built several miles worth of trails every year since 1999.</p>
</div>
@csessig86
csessig86 / cr-bike-trails.html
Last active October 2, 2015 17:09
CR bike trails embed
<div class="center">
<h3 style="margin-bottom:0px">Miles of trails built in Cedar Rapids per year</h3>
<div id="cr-bike-trails"> </div>
<script type="text/javascript">// <![CDATA[
var pymParent = new pym.Parent('cr-bike-trails','http://files.gazlab.com/content-host/d3charts/projects/cr-bike-trails/index.html', {});
// ]]></script>
<p class="embed-subhead">* This chart shows how many miles of trails have been built in Cedar Rapids for every year since 1975. After going decades without building any trails, the city has built several miles worth of trails every year since 1999.</p>
</div>
@csessig86
csessig86 / teaser.html
Last active September 25, 2015 16:02
New fire responses embed
<div class="left">
<h3><a href="http://thegazette.com/data/fire-responses" target="_blank">Is your fire department responding quickly enough to fires near you?</a></h3>
<a href="http://thegazette.com/data/fire-responses" target="_blank"><img style="width: 100%;" src="http://www.thegazette.com/Includes/data/projects/fire-responses/ss.jpg" alt="" /></a>
<p class="embed-subhead">The National Fire Protection Association recommends urban fire departments respond to fires in under 5 minutes and 21 seconds at least 90 percent of the time. Use this website to see how quickly your local department responded to fires near you.</p>
</div>
@csessig86
csessig86 / teaser.html
Created August 26, 2015 18:57
Fire responses embed
<div class="center">
<h3><a href="http://thegazette.com/data/fire-responses" target="_blank">Is your fire department responding quickly enough to fires near you?</a></h3>
<a href="http://thegazette.com/data/fire-responses" target="_blank"><img style="width: 100%;" src="http://www.thegazette.com/Includes/data/projects/fire-responses/ss-teaser.jpg" alt="" /></a>
<p class="embed-subhead">The National Fire Protection Association recommends urban fire departments respond to fires in under 6 minutes at least 90 percent of the time. Use this website to see how quickly your local department responded to fires near you.</p>
</div>
<script>$('.extrapicture_ind #mediawell-photos .mediawell-photo .picture-holder img').css('max-width','100%')</script>
@csessig86
csessig86 / teaser.html
Created July 24, 2015 22:15
Top paid docs teaser
<div class="left">
<h3><a href="http://thegazette.com/data/top-paid-doctors" target="_blank">Highest paid doctors in Iowa</a></h3>
<a href="http://thegazette.com/data/top-paid-doctors" target="_blank"><img style="width: 100%;" src="http://thegazette.com/Includes/data/projects/top-paid-doctors/ss.jpg" alt="" /></a>
<p class="embed-subhead">Click to find out if your doctor is among the highest paid doctors in Iowa.</p>
</div>
@csessig86
csessig86 / grunt.sh
Created July 21, 2015 20:11
Grunt minify
grunt min
@csessig86
csessig86 / gist:2efb16e5955a468693a8
Last active December 10, 2015 18:58
Usemin CSS
<!-- build:css /css/styles-combined.css -->
<!-- DO NOT include ?ver at the end of any of these files or else the files won't combine right -->
<!-- CSS Includes -->
<link rel="stylesheet" href="/CSS/lib/bootstrap.min.css" type="text/css" media="screen">
<link rel="stylesheet" href="/CSS/min/pullout-quote.min.css" type="text/css" media="all" id="pullout_quote-css">
<link rel="stylesheet" type="text/css" href="/CSS/entypo/entypo.css">
<link rel="stylesheet" type="text/css" href="/CSS/lib/font-awesome-4.2.0.min.css">
<link rel="stylesheet" type="text/css" href="/CSS/min/defaultstyles.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="/CSS/min/responsiveStoryRoll.min.css">
<link rel="stylesheet" type="text/css" href="/CSS/min/responsiveStoryRail.min.css">
<!-- endbuild -->