Skip to content

Instantly share code, notes, and snippets.

@csarven
Last active December 19, 2015 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csarven/1a20ae177aea06b44830 to your computer and use it in GitHub Desktop.
Save csarven/1a20ae177aea06b44830 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<title>Inbox timeline</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<main>
<article>
<h1>Inbox timeline</h1>
<div id="content">
<section class="timeline">
<article>
<header><time datetime="2016-01-15">Jan 15th, 2016</time></header>
<h2>Some headline</h2>
<div>
<p>This is where we would include some awesome sub-text or description text. This is where we would include some awesome sub-text or description text</p>
<p>Multiple paragraphs can even be a neat thing we use here.</p>
</div>
</article>
<article>
<header><time datetime="2016-01-15">Jan 15th, 2016</time></header>
<h2>Some headline, with an image</h2>
<div>
<p>This is where we would include some awesome sub-text or description text</p>
</div>
</article>
<article>
<header><time datetime="2016-01-15">Jan 15th, 2016, with a longer title to see how it works when it breaks.</time></header>
<h2>Item One, some headline</h2>
<div>
<p>This is where we would include some awesome sub-text or description text</p>
</div>
</article>
<article>
<header><time datetime="2016-01-15">Jan 15th, 2016</time></header>
<h2>Some headline, with video!</h2>
<div>
<p>This is where we would include some awesome sub-text or description text</p>
</div>
</article>
<article>
<header><time datetime="2016-01-15">Jan 15th, 2016</time></header>
<h2>Some headline</h2>
<div>
<p>This is where we would include some awesome sub-text or description text. This is where we would include some awesome sub-text or description text</p>
<p>Multiple paragraphs can even be a neat thing we use here.</p>
</div>
</article>
</section>
</div>
</article>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment