Skip to content

Instantly share code, notes, and snippets.

@csessig86
csessig86 / embed.html
Last active November 29, 2018 03:12
Gulf infastructure AI embed
<div class="app"><style type="text/css" media="screen,print">#g-graphic-box .g-artboard {
margin:0 auto;
}
#g-graphic-box .g-artboard p {
margin:0;
}
.g-aiAbs {
position:absolute;
}
.g-aiImg {
@csessig86
csessig86 / gulf-infastructure.html
Last active November 29, 2018 01:16
Gulf infastructure embed
<!-- Pym -->
<script defer src="https://pym.nprapps.org/pym.v1.min.js"></script>
<!-- Graphic -->
<div class="dv201808-graphic dv201808-graphic--centered dv201808-graphic--centered-narrow" data-pym-src="https://graphics.texastribune.org/graphics/tx-gulf-infastructure-2018-11/">Loading...</div>
<!-- Styles to help with breakpoints -->
<style class="dv201808">
.dv201808-graphic {
clear: both;
@csessig86
csessig86 / all-current.topojson
Last active July 21, 2017 21:00
D3 clipped map zoom
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@csessig86
csessig86 / index.html
Created January 17, 2017 17:15
Iowa's new Medicaid program in nine charts
<div class="left">
<h3 style="line-height: 28px;"><a href="http://www.thegazette.com/subject/news/health/medicaid-charts" target="_blank">Iowa's new Medicaid program in nine charts</a></h3>
<a href="http://www.thegazette.com/subject/news/health/medicaid-charts" target="_blank"><img style="width: 100%;" src="http://www.thegazette.com/storyimage/GA/20170117/NEWS/170119707/AR/0/AR-170119707.jpg&amp;MaxH=500" alt="" /></a>
<p class="embed-subhead">Each fiscal quarter, the Department of Human Services releases an extensive report detailing how the managed care organizations are performing. Click for a snapshot of the data</p>
</div>
@csessig86
csessig86 / readme.md
Last active January 9, 2017 16:09
Creating data projects in Saxo

This will walk you through creating a new data project in Saxo. The following you only need to do once:

Make sure you have Homebrew installed, if you don't already:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

Install node via Homebrew:

brew install node
@csessig86
csessig86 / index.html
Created December 21, 2016 22:27
Traffic cameras embed
<div class="center"><iframe frameborder="0" height="450" src="https://gadatabases.herokuapp.com/datasets/2" width="100%"></iframe></div>
@csessig86
csessig86 / mitchell-shooting-iframe.html
Created December 8, 2016 20:33
Mitchell shooting iframe
<iframe src="http://files.gazlab.com/content-host/timelines/timelines-tik-tok/jerime-mitchell-shooting.html" width="100%" scrolling="yes" marginheight="0" frameborder="0" height="500px"></iframe>
@csessig86
csessig86 / facebook-embed.html
Last active December 1, 2016 16:15
Facebook embed styles
<div class="facebook-live center">
<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FGazetteOnline%2Fvideos%2F10154786190474723%2F&show_text=0&width=400" width="400" height="400" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>
</div>
@csessig86
csessig86 / gist:f7042e3894ffe7d5befdbea4deaff5cd
Last active November 23, 2016 13:30
Hide follow us box
<script>$('#follow-us-box').addClass('display-none');</script>