Last active
August 29, 2015 14:08
-
-
Save jjcall/cd1fc3ae6f83433100f7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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