Created
October 9, 2014 18:05
-
-
Save jjcall/fecf61a2b0577e661302 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<% content_for :page_javascripts do %> | |
<% end %> | |
<section class="hero"> | |
<div class="container"> | |
<div class="row hero-headline"> | |
<div class="col-xs-12 hero-headline--title"> | |
<h1>Title of Content</h1> | |
</div><!-- end .hero-welcome headline --> | |
<div class="col-xs-12 col-md-8 col-md-offset-2 hero-headline--subtitle"> | |
<h2>Sub title of content page. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</h2> | |
</div><!-- end .hero-welcome headline --> | |
</div><!-- end .hero-welcome --> | |
</div><!-- end .container --> | |
</section><!-- end section.hero --> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1"> | |
<%= raw @page.body %> | |
</div> | |
</div> | |
</div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment