You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Kitchen Sink Timeline</title>
|
|
|
|
<meta name="description" content="Template Description">
|
|
|
|
<meta name="author" content="Zach Wise">
|
|
|
|
|
|
|
|
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<!-- CSS -->
|
|
|
|
<link href="../../timeline.css" rel="stylesheet">
|
|
|
|
<style>
|
|
|
|
html, body {
|
|
|
|
height:100%;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<!-- JavaScript -->
|
|
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
|
|
|
<script type="text/javascript" src="../../timeline-min.js"></script>
|
|
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
|
|
|
var timeline = new VMM.Timeline();
|
|
|
|
timeline.init("data.json");
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="timeline"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|