% title @config.website_name %>
<%= (t "landing_page.feature_text_1").html_safe %>
<%= (t "landing_page.feature_1_item_1").html_safe %>
<%= (t "landing_page.feature_1_item_2").html_safe %>
<%= (t "landing_page.feature_1_item_3").html_safe %>
<%= (t "landing_page.feature_1_item_4").html_safe %>
<%= (t "landing_page.feature_text_2").html_safe %>
<%= (t "landing_page.feature_2_item_1").html_safe %>
<%= (t "landing_page.feature_2_item_2").html_safe %>
<%= (t "landing_page.feature_2_item_3").html_safe %>
<%= (t "landing_page.subscribe_text").html_safe %>
<%= bootstrap_form_for(@subscription, remote: true) do |f| %> <%= f.alert_message "Please fix the errors below."%> <%= f.form_group :email, style: 'margin-top: -35px;' do %> <%= f.text_field :email, hide_label: true, placeholder: 'Email', class: 'span4', required: true, style: 'height: 50px; font-size: 24px; padding-top: 5px;' %> <% end %> <%= f.submit (t 'subscription.submit'), class: 'btn btn-large', id: 'submit_subscription' %> <% end %>