Skip to content

Instantly share code, notes, and snippets.

@samdelagarza
Created April 1, 2010 18:27
Show Gist options
  • Save samdelagarza/352188 to your computer and use it in GitHub Desktop.
Save samdelagarza/352188 to your computer and use it in GitHub Desktop.
<body>
<div id="Container">
<div id="Header">
<div id="TopNav">
<div class="wrapper">
Download at: [codeplex link here] <span><a href="#">Overview</a></span> <span><a
href="#">Screencasts</a></span> <span><a href="#">Api Documentation</a></span>
</div>
</div>
<div id="MastHead">
<div class="wrapper">
<div id="Logo">
LOGO</div>
<div id="Title">
MvcContrib Guides Logo</div>
</div>
</div>
<div id="IntroContainer">
<div class="wrapper">
<div class="content">
<h1>
My title</h1>
<p>
A brief description</p>
<ul>
<li>A checklist of things I expect to learn</li></ul>
</div>
<div id="SideNote">
<h3 class="chapter">
<img alt="Chapters icon" src="../../Content/guides/images/chapters_icon.gif" />
Chapters</h3>
<ol class="chapters">
<li><a href="#">This guide assumes</a></li>
<li><a href="#">This is my first chapter</a></li>
</ol>
</div>
</div>
</div>
</div>
<div id="MainContainer">
<div class="content">
<h3>
1 This Guide Assumes</h3>
<p>
some description here</p>
<h3>
This is my first chapter</h3>
<p>
some description here</p>
<h4>
Section header</h4>
<p>
some description here</p>
<h5>
Section Sub header</h5>
<p>
some description here</p>
<p class="warning">
test</p>
</div>
</div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment