EV004/home/index.html.erb

26 lines
947 B
Plaintext
Executable File

<!doctype html>
<html lang="<%= I18n.locale.to_s %>" class="orbit">
<head>
<%= render_partial("head") %>
</head>
<body class="page-home">
<%= render_orbit_bar %>
<div class="background" data-pp="100"></div>
<%= render_header %>
<section class="layout-slide no-print single-child-datapp" data-pp="300"></section>
<div class="layout-content">
<a id="accesskey_content" accesskey="C" href="/<%= "#{locale.to_s}" %>/accesskey" title="Content">:::</a>
<div class="layout-content2">
<div class="collapse navbar-collapse modules-menu" id="layout-navigation">
<a id="accesskey_menu" title="accesskey menu" accesskey="M" href="#" title="Main menu">:::</a>
<%= render_menu %>
</div>
<div class="layout-content-inner container">
<section class="body-banner" data-pp="6"></section>
<section class="extra-box col-sm-12" data-pp="5"></section>
</div>
</div>
</div>
<%= render_footer %>
</body>
</html>