Skip to content

Instantly share code, notes, and snippets.

@harlantwood
Last active August 29, 2015 14:03
Show Gist options
  • Save harlantwood/84de756823e7b618c5cd to your computer and use it in GitHub Desktop.
Save harlantwood/84de756823e7b618c5cd to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Project</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="http://assets.corenetwork.is/styles/app.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
</head>
<body>
<div
class="core-network"
data-core-name="The Project"
data-core-gsheet="0AnVa7rwgRKG2dFVWajBPNTU5Ums0NDN5MVJYdDJqeFE"
data-gsheet-orientation="rows"
data-color-tiles="true"
data-symbol-path=""
data-hide-until-launch="false"
data-renderer="D3"
data-hex-fill="url(#radialgradient-blue)"
data-launch-button="false"
data-close-button="false"
data-show-node-names="true"
></div>
<svg id="core-network-d3" width="1000" height="600">
<defs>
<radialGradient id="radialgradient-blue" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" class="center" />
<stop offset="100%" class="periphery" />
</radialGradient>
</defs>
</svg>
<script type="text/javascript" src="http://assets.corenetwork.is/js/bundle-a552e0ce.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment