Skip to content

Instantly share code, notes, and snippets.

@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>
overflow: scroll;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
<div class="blockquote">
<p class="quote">This is where a block quote will go. Block quotes are super exciting. You should probably be really pumped to have one on your page.</p>
<p class="attribution">- Frank Johnson</p>
<p class="detail">He is a super cool dude so you should listen to him</p>
<div class="blockquote-clear" style="clear: both;"></div>
</div>
<div class="pullquote left">
<p class="quote">"This is the quote for the story. I hope that you find it really compelling and fun."</p>
<p class="attribution">- Frank Johnson</p>
<p class="detail">On being an awesome guy</p>
</div>
@csessig86
csessig86 / gist:e4d18b7d6160dc9c76fd
Last active August 29, 2015 14:11
iFrame: Static image teasers on mobile
<h3 class="hide-desktop show-mobile">MAP: All shots fired incidents in 2014</h3>
<p class="hide-desktop show-mobile"><a href="http://gadev.cdr.dc.publicus.com/data/cr-shootings" target="_blank"><img src="http://gadev.cdr.dc.publicus.com/Includes/data/projects/cr-shootings/imgs/ss.jpg" alt="" width="90%" /></a></p>
<div class="hide-650">
<!-- Insert iFrame here
Example: <iframe src="http://www.thegazette.com/data/rural-health-care" frameborder="0" width="100%" height="700px"></iframe>
-->
</div>
<div class="iframe-open-window hide-desktop show-mobile"></div>
@csessig86
csessig86 / gist:d352fe20074b9da55f71
Last active August 29, 2015 14:11
Inline photos in stories
<div id="extrapicture1" class="extrapicture_ind right"></div>
@csessig86
csessig86 / gist:b3e66cb0310a76ff41d5
Created December 12, 2014 23:44
Inline photo part 2
<div id="extrapicture2" class="extrapicture_ind right"></div>
@csessig86
csessig86 / gist:fcf9fab89bb710ed127c
Created December 12, 2014 23:47
Inline photo part 3
<div id="extrapicture2" class="extrapicture_ind left"></div>
@csessig86
csessig86 / gist:0a149dbd065639fb9109
Created December 12, 2014 23:48
Inline photo part 4
<div id="extrapicture2" class="extrapicture_ind center-no-margin"></div>
<script>$('#mediawell').addClass('display-none');$('#mediawell-list').addClass('display-none');</script>