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>
10 <p><%= t "layouts.intro_text" %></p>
12 <h3><%= t ".how_to_help.title" %></h3>
14 <div class='container'>
17 <h5><%= t ".how_to_help.join_the_community.title" %></h5>
18 <p><%= t ".how_to_help.join_the_community.explanation_html" %></p>
19 <p class='text-center'>
20 <a class="button sign-up" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
24 <h5><%= t "site.welcome.add_a_note.title" %></h5>
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>
31 <h3><%= t ".other_concerns.title" %></h3>
32 <p><%= t ".other_concerns.explanation_html" %></p>
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>