Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
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.
23 lines
570 B
23 lines
570 B
11 years ago
|
<!-- Demo -->
|
||
|
<section id="demo">
|
||
|
<div id="timeline-embed">
|
||
|
<div id="timeline"></div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
var timeline_config = {
|
||
|
width: "100%",
|
||
|
height: "100%",
|
||
|
debug: false,
|
||
|
source: 'static/data/data.json',
|
||
|
font: 'NewsCycle-Merriweather',
|
||
|
};
|
||
|
</script>
|
||
|
<!-- build:js http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js -->
|
||
|
<script type="application/javascript">
|
||
|
var embed_path = "/build/"
|
||
|
</script>
|
||
|
<script type="text/javascript" src="/build/js/storyjs-embed.js"></script>
|
||
|
<!-- endbuild -->
|