1 <% content_for :heading do %>
2 <h1><%= t ".title" %></h1>
5 <h2><%= t "layouts.intro_header" %></h2>
6 <p class="lead"><%= t "layouts.intro_text" %></p>
8 <h2><%= t ".how_to_help.title" %></h2>
12 <h3 class='fs-5'><%= t ".how_to_help.join_the_community.title" %></h3>
13 <p><%= t ".how_to_help.join_the_community.explanation_html" %></p>
14 <p class='text-center'>
15 <a class="btn btn-primary" href="<%= new_user_path %>"><%= t("layouts.start_mapping") %></a>
19 <h3 class='fs-5'><%= t "site.add_a_note.title" %></h3>
20 <%= render "add_a_note" %>
24 <h2><%= t ".other_concerns.title" %></h2>
26 <%= t ".other_concerns.concerns_html", :copyright_link => link_to(t(".other_concerns.copyright"), copyright_path),
27 :working_group_link => link_to(t(".other_concerns.working_group"), t(".other_concerns.working_group_url")) %>
30 <%= render "any_questions" %>