Inspired by an exhibit at the Exploratorium
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Adding Waves</title>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<!-- standard meyer reset -->
<link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css">
<link rel="stylesheet" href="addingWaves.css">
<!--[if lt IE 9]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<section id="wave1">
</section>
<!-- call JS files -->
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="addingWaves.js"></script>
</body>
</html>
Modified http://html5shiv.googlecode.com/svn/trunk/html5.js to a secure url
Modified http://d3js.org/d3.v3.min.js to a secure url
https://html5shiv.googlecode.com/svn/trunk/html5.js
https://d3js.org/d3.v3.min.js