orbit4-5/app/templates/orbit_bootstrap/home/index.html.erb

23 lines
636 B
Plaintext
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<%= render_partial("head") %>
</head>
<body>
<%= render_orbit_bar %>
<%= render_header %>
<section class="layout-slide" data-pp="4"></section>
<div class="layout-content">
<div class="layout-content-inner container">
<section class="layout-content-box" data-pp="1"></section>
<div class="row">
<section class="layout-content-box col-sm-8" data-pp="2"></section>
<aside class="layout-content-box aside col-sm-4" data-pp="3"></aside>
</div>
</div>
</div>
2014-07-16 02:17:33 +00:00
<%= image_tag("http://placehold.it/350x150") %>
<%= render_footer %>
</body>
</html>