Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" type="text/css" />
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://davidstutz.github.io/bootstrap-multiselect/dist/js/bootstrap-multiselect.js"></script>
<link rel="stylesheet" href="http://davidstutz.github.io/bootstrap-multiselect/dist/css/bootstrap-multiselect.css" type="text/css"/>
@johanneseckert
johanneseckert / index.html
Last active March 22, 2018 04:27 — forked from timelyportfolio/d3noob_energy.csv
Sankey Diagram with auto links
<!DOCTYPE html>
<meta charset="utf-8">
<title>SANKEY with auto links</title>
<style>
#graph {
font-family: "Helvetica Neue", sans-serif;
}
.node rect {
@johanneseckert
johanneseckert / parallax-purchasewindow.js
Created November 5, 2013 23:41
parallaxing purchase window in Javascript for Article Preview Prototype
// positionNow is the current X offset of the vertical scrollable frame
purchaseWindow.originalX: (screenWidth - purchaseWindow.width)/2 // centered position of purchase Window
// parallax purchaseWindow
parallaxPurchaseWindow = function(min,visibility) {
// visibility (true/false) determines if we offset it by screenWidth;
if (visibility)
offset = screenWidth;
else
@johanneseckert
johanneseckert / dabblet.css
Created May 8, 2013 02:00
Button Test Suite
/**
* Button Test Suite
*/
html {
height: 100%;
background: #333;
font-family: Helvetica, sans-serif;
font-weight: bold;
color: #999;
@johanneseckert
johanneseckert / dabblet.css
Created April 26, 2013 18:22
Button Test Suite
/**
* Button Test Suite
*/
html {
height: 100%;
background: #333;
font-family: Helvetica, sans-serif;
font-weight: bold;
color: #999;
@johanneseckert
johanneseckert / dabblet.css
Created April 26, 2013 18:08
Splash Screen Aspect Ratio Test
/**
* Splash Screen Aspect Ratio Test
*/
html {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-family: Helvetica, sans-serif;
@johanneseckert
johanneseckert / dabblet.css
Created April 26, 2013 17:29
Splash Screen Aspect Ratio Test
/**
* Splash Screen Aspect Ratio Test
*/
html {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-family: Helvetica, sans-serif;
@johanneseckert
johanneseckert / dabblet.css
Created April 26, 2013 17:28
Splash Screen Aspect Ratio Test
/**
* Splash Screen Aspect Ratio Test
*/
html {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-family: Helvetica, sans-serif;
@johanneseckert
johanneseckert / dabblet.css
Created April 26, 2013 17:23
Splash Screen Aspect Ratio Test
/**
* Splash Screen Aspect Ratio Test
*/
html {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-family: Helvetica, sans-serif;