Skip to content

Instantly share code, notes, and snippets.

@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>
@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: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 / gist:0250cd67f1ba264da30e
Last active December 10, 2015 18:58
Usemin beginning
<!-- build:css /css/styles-combined.css -->
<!-- endbuild -->
@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">
@csessig86
csessig86 / grunt.sh
Created July 21, 2015 20:11
Grunt minify
grunt min
@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>
<script>$('.extrapicture_ind #mediawell-photos .mediawell-photo .picture-holder img').css('max-width','100%')</script>
@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>