Skip to content

Instantly share code, notes, and snippets.

@jjcall
Last active August 29, 2015 14:08
Show Gist options
  • Save jjcall/cd1fc3ae6f83433100f7 to your computer and use it in GitHub Desktop.
Save jjcall/cd1fc3ae6f83433100f7 to your computer and use it in GitHub Desktop.
<section class="hero hero-boxed">
<div class="container">
<div class="row hero-headline">
<div class="col-xs-12 hero-headline--title">
<h1><%= title %></h1>
</div><!-- end .hero-welcome headline -->
<div class="col-xs-12 col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 hero-headline--subtitle">
<h2><%= sub_title %></h2>
</div><!-- end .hero-welcome headline -->
</div><!-- end .hero-welcome -->
</div><!-- end .container -->
</section><!-- end section.hero -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment