doctype html
html(lang="en")
head
title The 7th Century
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')
meta(name='viewport', content='width=device-width, initial-scale=1.0, maximum-scale=1.0')
// CSS
link(rel='stylesheet', href='../css/timeline.css?v1')
//FONT
link(rel='stylesheet', href='../css/fonts/font.default.css?v1')
// Style
style.
html, body {
height:100%;
width:100%;
padding: 0px;
margin: 0px;
}
.tl-timeline {
}
// HTML5 shim, for IE6-8 support of HTML elements
//if lt IE 9
script(src='https://html5shim.googlecode.com/svn/trunk/html5.js')
body
div#timeline
// JavaScript
script(src='../js/timeline.js')
script.
var timeline = new TL.Timeline('timeline', 'seventh_century.json', {
ga_property_id: "UA-27829802-4"
});
window.onresize = function(event) {
timeline.updateDisplay();
}