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.
26 lines
658 B
26 lines
658 B
12 years ago
|
include includes/mixins
|
||
|
!!! 5
|
||
|
html(lang="en")
|
||
|
include includes/ascii
|
||
|
head
|
||
|
title TimelineJS Embed
|
||
|
meta(charset='utf-8')
|
||
|
meta(name='description', content='TimelineJS Embed')
|
||
|
meta(name='apple-mobile-web-app-capable', content='yes')
|
||
|
meta(name='apple-touch-fullscreen', content='yes')
|
||
|
// Style
|
||
|
style
|
||
|
html, body {
|
||
|
height:100%;
|
||
|
padding: 0px;
|
||
|
margin: 0px;
|
||
|
}
|
||
|
// HTML5 shim, for IE6-8 support of HTML elements
|
||
|
//if lt IE 9
|
||
|
script(src='http://html5shim.googlecode.com/svn/trunk/html5.js')
|
||
|
|
||
|
body
|
||
|
// BEGIN Timeline Embed
|
||
|
div#timeline-embed
|
||
|
script(type='text/javascript', src='js/storyjs-embed-cdn.js?v210')
|
||
|
// END Timeline Embed
|