1 <% content_for :head do %>
2 <%= javascript_include_tag "fixthemap" %>
5 <% content_for :heading do %>
6 <h1><%= t ".title" %></h1>
9 <h3><%= t "layouts.intro_header" %></h3>
11 <p><%= t "layouts.intro_text" %></p>
13 <h3><%= t ".how_to_help.title" %></h3>
15 <div class='clearfix'>
16 <div class='col6 inner11'>
17 <h3><%= t ".how_to_help.join_the_community.title" %></h3>
18 <%= t ".how_to_help.join_the_community.explanation_html" %>
19 <div class='clearfix center'>
20 <a class="button sign-up" href="<%= user_new_path %>"><%= t('layouts.start_mapping') %></a>
23 <div class='col6 inner11'>
24 <h3><%= t "site.welcome.add_a_note.title" %></h3>
25 <p><%= t "site.welcome.add_a_note.paragraph_1_html" %></p>
26 <p><%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %></p>
30 <h3><%= t ".other_concerns.title" %></h3>
31 <p><%= t ".other_concerns.explanation_html" %></p>
33 <div class='col12 clearfix icon-list'>
34 <h3><%= t "site.welcome.questions.title" %></h3>
35 <span class='sprite small term question'></span>
36 <p><%= t "site.welcome.questions.paragraph_1_html", :help_url => help_path %></p>