1 <% content_for(:content_class) { "overlay-sidebar" } %>
5 <h2><%= t 'layouts.intro_header' %></h2>
6 <p><%= t 'layouts.intro_text' %></p>
7 <a class="button learn-more" href="<%= about_path %>"><%= t('layouts.learn_more') %></a>
8 <a class="button sign-up" href="<%= user_new_path %>"><%= t('layouts.sign_up') %></a>