23 lines
853 B
Plaintext
23 lines
853 B
Plaintext
<div class="d-placing">
|
|
|
|
<h1 class="homehd"><span><%= featured_product.featured_phrase.title %></span></h1>
|
|
<h2 class="homeph"><%= render :inline => featured_product.featured_phrase %></h2>
|
|
<h2 class="homeph"><%= featured_product.description('featured-subphrase') %></h2>
|
|
|
|
<div class="hp-wrap">
|
|
<%= render :partial => "buttons_logos", :locals => { :layout_type => "vertical" } %>
|
|
<iframe width="560" height="315" src="http://www.youtube.com/embed/hsY5OLRwNYw" frameborder="0" allowfullscreen></iframe>
|
|
</div>
|
|
|
|
<div class="home-static">
|
|
|
|
<%= render :inline => @static_page.html %>
|
|
<%#= render :partial => "draft" %>
|
|
|
|
<div class="darrows"></div>
|
|
<%= render :partial => "buttons_logos", :locals => { :layout_type => "horizontal" } %>
|
|
|
|
<%= render :partial => "shared/sharethis" %>
|
|
|
|
</div>
|
|
</div> |