Advertisement
evilqubit

mit timeline

Oct 28th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. <!-- Here goes the timeline thing -->
  2. <!--
  3. <div id="timeline">
  4. <div id="timeline-embed"></div>
  5. <script type="text/javascript">
  6. var timeline_config = {
  7. width: '100%',
  8. height: '450',
  9. source: 'https://docs.google.com/spreadsheet/ccc?key=0AhWniKfQq32PdF9jRjZFMjRWREVrMTJQVlZKWUlNZ0E',
  10. //embed_id: 'timeline-embed', //OPTIONAL USE A DIFFERENT DIV ID FOR EMBED
  11. start_at_end: false, //OPTIONAL START AT LATEST DATE
  12. start_at_slide: '1',
  13. start_zoom_adjust: '3', //OPTIONAL TWEAK THE DEFAULT ZOOM LEVEL
  14. hash_bookmark: true, //OPTIONAL LOCATION BAR HASHES
  15. font: 'Bevan-PotanoSans', //OPTIONAL FONT
  16. lang: 'en',
  17. css: '../css/timeline.css', //OPTIONAL PATH TO CSS
  18. // js: 'path_to_js/timeline-min.js' //OPTIONAL PATH TO JS
  19. }
  20. </script>
  21. <script type="text/javascript" src="../js/storyjs-embed.js"></script>
  22. <iframe src='http://cdn.knightlab.com/libs/timeline/latest/embed/index.html?source=0AhWniKfQq32PdF9jRjZFMjRWREVrMTJQVlZKWUlNZ0E&font=Bevan-PotanoSans&maptype=toner&lang=en&height=450' width='100%' height='450' frameborder='0'></iframe>-->
  23. </div>
  24.  
  25. ---------------------------------------------------------
  26. <div id="timeline" style="width: 100%">
  27. <iframe src='http://cdn.knightlab.com/libs/timeline/latest/embed/index.html?source=0AhWniKfQq32PdF9jRjZFMjRWREVrMTJQVlZKWUlNZ0E&font=Bevan-PotanoSans&maptype=toner&lang=en&height=450' width='100%' height='450' frameborder='0'></iframe>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement