xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Every Icon Redux with D3</title>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="meyerReset.css">
<link rel="stylesheet" href="everyIcon.css">
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<!--[if lt IE 9]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<p>An homage to John F. Simon Jr.'s <a href="https://numeral.com/appletsoftware/eicon.html">Every Icon</a>.</p>
<section id="box" class="main">
</section>
<!-- call JS files -->
<script src="everyIcon.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://html5shiv.googlecode.com/svn/trunk/html5.js to a secure url
https://d3js.org/d3.v3.min.js
https://html5shiv.googlecode.com/svn/trunk/html5.js