<% title @config.website_name %>
<%= bootstrap_flash %>

<%= (t "landing_page.about_title").html_safe %>

<%= (t "landing_page.about_text").html_safe %>
<% if cookies[:avalanche_locale] == 'en' %> <%= image_tag "fluxogram_avalanche@en.jpg", style: 'width: 100%;' %> <% else %> <%= image_tag "fluxogram_avalanche@pt-BR.jpg", style: 'width: 100%;' %> <% end %>

<%= (t "landing_page.feature_headline_1").html_safe %>

<%= (t "landing_page.feature_text_1").html_safe %>

<%= (t "landing_page.feature_headline_2").html_safe %>

<%= (t "landing_page.feature_text_2").html_safe %>

<%= image_tag "icons/icon_mission_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_1_item_1").html_safe %>

<%= image_tag "icons/icon_chat_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_1_item_2").html_safe %>

<%= image_tag "icons/icon_task_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_1_item_3").html_safe %>

<%= image_tag "icons/icon_diamond_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_1_item_4").html_safe %>

<%= image_tag "icons/icon_mission_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_2_item_1").html_safe %>

<%= image_tag "icons/icon_radar_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_2_item_2").html_safe %>

<%= image_tag "icons/icon_gift_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_2_item_3").html_safe %>

<%= (t "landing_page.feature_headline_1").html_safe %>

<%= (t "landing_page.feature_text_1").html_safe %>

<%= image_tag "icons/icon_mission_64x64.png", class: 'media-object', style: 'width: 64px;' %>

<%= (t "landing_page.feature_1_item_1").html_safe %>

<%= image_tag "icons/icon_chat_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_1_item_2").html_safe %>

<%= image_tag "icons/icon_task_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_1_item_3").html_safe %>

<%= image_tag "icons/icon_diamond_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_1_item_4").html_safe %>

<%= (t "landing_page.feature_headline_2").html_safe %>

<%= (t "landing_page.feature_text_2").html_safe %>

<%= image_tag "icons/icon_mission_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_2_item_1").html_safe %>

<%= image_tag "icons/icon_radar_64x64.png", style: 'width: 64px;' %>

<%= (t "landing_page.feature_2_item_2").html_safe %>

<%= image_tag "icons/icon_gift_64x64.png", style: 'width: 64px;' %>

<%= (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', id: 'subscription_email_mobile', class: 'span4', required: true, style: 'height: 50px; font-size: 24px; padding-top: 5px;' %> <% end %> <%= f.submit (t 'subscription.submit'), class: 'btn btn-large btn-success', id: 'submit_subscription_mobile' %> <% end %>