Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
23
app/views/home/index.html.erb
Normal file
23
app/views/home/index.html.erb
Normal file
@@ -0,0 +1,23 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user