Skip to content

Instantly share code, notes, and snippets.

@bamnet
Created August 17, 2010 22:02
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 bamnet/532300 to your computer and use it in GitHub Desktop.
Save bamnet/532300 to your computer and use it in GitHub Desktop.
Concerto 2 HTML5 Markup Examples
<section class="C-full lg">
<header>
<%= back_button "#" %>
<h1>New Screen</h1>
</header>
<div class="C-cont">
<article>
<%= render 'form' %>
</article>
<aside>
</aside>
<div class="clear"></div>
</div>
</section>
<section class="C-full sm">
<header>
<%= back_button "#" %>
<h1>New Screen</h1>
</header>
<div class="C-cont">
<article>
<%= render 'form' %>
</article>
<aside>
</aside>
<div class="clear"></div>
</div>
</section>
<section class="C-full no">
<header>
<%= back_button "#" %>
<h1>New Screen</h1>
</header>
<div class="C-cont">
<article>
<%= render 'form' %>
</article>
<div class="clear"></div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment