1 <% content_for :head do %>
2 <%= javascript_include_tag "welcome" %>
5 <% content_for :heading do %>
6 <h1><%= t ".title" %></h1>
9 <p class="lead"><%= t ".introduction" %></p>
11 <h2><%= t ".whats_on_the_map.title" %></h2>
15 <span class='d-block mx-auto sprite check'></span>
16 <p><%= t ".whats_on_the_map.on_the_map_html", :real_and_current => tag.em(t(".whats_on_the_map.real_and_current")) %></p>
19 <span class='d-block mx-auto sprite x'></span>
20 <p><%= t ".whats_on_the_map.off_the_map_html", :doesnt => tag.em(t(".whats_on_the_map.doesnt")) %></p>
24 <h2><%= t ".basic_terms.title" %></h2>
26 <p><%= t ".basic_terms.paragraph_1" %></p>
28 <ul class='list-unstyled'>
29 <li class='d-flex align-items-center gap-2 mb-2'>
30 <span class='flex-shrink-0 align-self-start sprite editor'></span>
31 <span><%= t ".basic_terms.an_editor_html", :editor => tag.strong(t(".basic_terms.editor")) %></span>
33 <li class='d-flex align-items-center gap-2 mb-2'>
34 <span class='flex-shrink-0 align-self-start sprite node'></span>
35 <span><%= t ".basic_terms.a_node_html", :node => tag.strong(t(".basic_terms.node")) %></span>
37 <li class='d-flex align-items-center gap-2 mb-2'>
38 <span class='flex-shrink-0 align-self-start sprite way'></span>
39 <span><%= t ".basic_terms.a_way_html", :way => tag.strong(t(".basic_terms.way")) %></span>
41 <li class='d-flex align-items-center gap-2 mb-2'>
42 <span class='flex-shrink-0 align-self-start sprite tag'></span>
43 <span><%= t ".basic_terms.a_tag_html", :tag => tag.strong(t(".basic_terms.tag")) %></span>
47 <h2><%= t ".rules.title" %></h2>
48 <div class='d-flex align-items-center gap-2'>
49 <span class='flex-shrink-0 align-self-start sprite rules'></span>
50 <p><%= t ".rules.para_1_html", :imports_link => link_to(t(".rules.imports"), t(".rules.imports_url")),
51 :automated_edits_link => link_to(t(".rules.automated_edits"), t(".rules.automated_edits_url")) %></p>
54 <%= render "any_questions" %>
56 <div class='text-center mb-3'>
57 <% if params[:oauth_return_url] %>
58 <a class="btn btn-primary" href="<%= params[:oauth_return_url] %>"><%= t ".continue_authorization" %></a>
60 <a class="btn btn-primary start-mapping" href="<%= edit_path %>"><%= t ".start_mapping" %></a>
64 <div class='alert alert-primary'>
65 <h2><%= t ".add_a_note.title" %></h2>
66 <p><%= t ".add_a_note.para_1" %></p>
67 <p><%= t ".add_a_note.para_2_html", :map_link => link_to(t(".add_a_note.the_map"), root_path),
68 :note_icon => tag.span(:class => "icon note bg-dark rounded-1") %></p>