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.
 
 
 
 

180 lines
5.9 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Elizabeth Taylor 1932-2011 - Timeline</title>
<meta name="description" content="Template Description">
<meta name="author" content="Zach Wise">
<!-- Set the viewport for mobile devices -->
<!-- <meta name="viewport" content="width=device-width,maximum-scale=1.0" /> -->
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<!-- 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">
<!-- JavaScript -->
<script type="text/javascript" src="../../jquery-min.js"></script>
<!-- <script type="text/javascript" src="jquery.mobile-1.0.min.js"></script> -->
<script type="text/javascript" src="../../timeline-min.js"></script>
<script>
$(document).ready(function() {
timeline = new VMM.Timeline();
timeline.init();
});
</script>
<!-- Icons -->
<link rel="shortcut icon" href="../../gfx/favicons/favicon.ico">
<link rel="apple-touch-icon" href="../../gfx/favicons/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="../../gfx/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="../../gfx/favicons/apple-touch-icon-114x114.png">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-537357-18']);
_gaq.push(['_setDomainName', 'verite.co']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="timeline">
<section> <!-- Timeline Start Screen -->
<time>1977,5,11</time> <!-- Timeline Begins Date -->
<h2>The Main Timeline Headline</h2> <!-- Main Headline -->
<article> <!-- Main Text -->
<p>The main text goes here. You can have p tags or anything really.</p>
</article>
<figure>
<img src="../taylor/final.jpg"> <!-- Media, can also be a link to youtube video etc (optional) -->
<cite>John Doe/Millennium Magazine</cite> <!-- Credit for media (optional) -->
<figcaption>Caption goes here.</figcaption> <!-- Caption for media (optional) -->
</figure>
</section>
<ul>
<!-- Event -->
<li>
<time>1978,5,11</time> <!-- Event Date -->
<time>1978,8,11</time> <!-- End of Event (optional) -->
<h3>Headline Goes Here</h3> <!-- Headline -->
<article> <!-- Main Text -->
<p>The main text goes here. You can have p tags too.</p>
</article>
<figure>
<img src="../taylor/final.jpg"> <!-- Media, can also be a link to youtube video etc (optional) -->
<cite>John Doe/Millennium Magazine</cite> <!-- Credit for media (optional) -->
<figcaption>Caption goes here.</figcaption> <!-- Caption for media (optional) -->
</figure>
</li>
<!-- / Event -->
<li>
<time>1978,5,13</time>
<time>1978,5,19</time>
<h3>Headline Goes Here</h3>
<article>
<p>The main text goes here. You can have p tags too.</p>
</article>
<figure>
<a href="http://youtu.be/vjVfu8-Wp6s">Anything</a>
<cite>John Doe/Millennium Magazine</cite>
<figcaption>Caption goes here.</figcaption>
</figure>
</li>
<li>
<time>1978,5,16</time>
<time>1978,5,11</time>
<h3>Headline Goes Here</h3>
<article>
<p>The main text goes here. You can have p tags too.</p>
</article>
<figure>
<img src="../taylor/final.jpg">
<cite>John Doe/Millennium Magazine</cite>
<figcaption>Caption goes here.</figcaption>
</figure>
</li>
<li>
<time>1978,5,18</time>
<h3>Headline Goes Here</h3>
<article>
<p>The main text goes here. You can have p tags too.</p>
</article>
<figure>
<img src="../taylor/final.jpg">
<cite>John Doe/Millennium Magazine</cite>
<figcaption>Caption goes here.</figcaption>
</figure>
</li>
<li>
<time>1978,6,18</time>
<h3>Headline Goes Here</h3>
<article>
<p>The main text goes here. You can have p tags too.</p>
</article>
<figure>
<img src="../taylor/final.jpg">
<cite>John Doe/Millennium Magazine</cite>
<figcaption>Caption goes here.</figcaption>
</figure>
</li>
<li>
<time>1978,5,19</time>
<h3>Headline Goes Here</h3>
<article>
<p>The main text goes here. You can have p tags too.</p>
</article>
<figure>
<img src="../taylor/final.jpg">
<cite>John Doe/Millennium Magazine</cite>
<figcaption>Caption goes here.</figcaption>
</figure>
</li>
<li>
<time>1978,8,18</time>
<h3>Headline Goes Here</h3>
<article>
<p>The main text goes here. You can have p tags too.</p>
</article>
<figure>
<img src="../taylor/final.jpg">
<cite>John Doe/Millennium Magazine</cite>
<figcaption>Caption goes here.</figcaption>
</figure>
</li>
<li>
<time>1979,8,18</time>
<h3>Headline Goes Here</h3>
<article>
<p>The main text goes here. You can have p tags too.</p>
</article>
<figure>
<img src="../taylor/final.jpg">
<cite>John Doe/Millennium Magazine</cite>
<figcaption>Caption goes here.</figcaption>
</figure>
</li>
</ul>
</div>
</body>
</html>