1 <% content_for :head do %>
2 <%= javascript_include_tag "welcome" %>
5 <% content_for :heading do %>
6 <h2><%= t "welcome_page.title" %></h2>
7 <h3><%= t "welcome_page.subtitle" %></h3>
11 <p><%= t "welcome_page.introduction_html" %></p>
14 <div class='pad2 drop'>
15 <h3><%= t "welcome_page.section_1.title" %></h3>
16 <div class='center one-map'>
17 <div class='sprite large one-map'>
18 <span class='one-map-name one-map-project-name'><%= t "layouts.project_name.title" %></span>
19 <% t("welcome_page.section_1.names").sample(6).each_with_index do |name, i| %>
20 <span class='one-map-name one-map-name-<%= i+1 %>'><%= name %></span>
24 <p><%= t "welcome_page.section_1.paragraph_1_html" %></p>
27 <div class='pad2 drop clearfix'>
28 <h3><%= t "welcome_page.section_2.title" %></h3>
29 <div class='col6 pad1'>
30 <div class='center pad1'>
31 <span class='sprite small check'></span>
33 <p><%= t "welcome_page.section_2.on_html" %></p>
35 <div class='col6 pad1'>
36 <div class='center pad1'>
37 <span class='sprite small x'></span>
39 <p><%= t "welcome_page.section_2.off_html" %></p>
44 <div class='pad2 drop'>
45 <h3><%= t "welcome_page.section_3.title" %></h3>
46 <p><%= t "welcome_page.section_3.paragraph_2_html" %></p>
49 <div class='pad2 drop'>
50 <h3><%= t "welcome_page.section_3.title_no_user" %></h3>
51 <p><%= t "welcome_page.section_3.paragraph_1_html" %></p>
52 <p><%= t "welcome_page.section_3.paragraph_2_html" %></p>
56 <div class='pad2 drop'>
57 <h3><%= t "welcome_page.section_4.title" %></h3>
58 <p><%= t "welcome_page.section_4.paragraph_1_html" %></p>
59 <div class='col12 clearfix'>
61 <span class='sprite small term editor'></span>
62 <%= t "welcome_page.section_4.editor_html" %>
65 <span class='sprite small term node'></span>
66 <%= t "welcome_page.section_4.node_html" %>
69 <span class='sprite small term way'></span>
70 <%= t "welcome_page.section_4.way_html" %>
73 <span class='sprite small term changeset'></span>
74 <%= t "welcome_page.section_4.changeset_html" %>
79 <div class='pad2 drop'>
80 <h3><%= t "welcome_page.section_5.title" %></h3>
81 <div class='center pad1'>
82 <span class='sprite small term question'></span>
84 <p><%= t "welcome_page.section_5.paragraph_1_html" %></p>
87 <div class='pad2 drop'>
88 <h3><%= t "welcome_page.section_6.title" %></h3>
91 <%= t "welcome_page.section_6.paragraph_1_html" %>
92 <span class='edit-located'><%= t "welcome_page.section_6.paragraph_located" %></span>
93 <span class='edit-geocoded'><%= t "welcome_page.section_6.paragraph_geocoded_html" %></span>
94 <span class='edit-geolocated'><%= t "welcome_page.section_6.paragraph_geolocated" %></span>
96 <button class="edit-located edit-geocoded edit-geolocated start-mapping">Start Mapping</button>
98 <p><%= t "welcome_page.section_6.paragraph_1_no_user_html" %></p>
102 <div class='note-box pad2 drop'>
104 <h3><%= t "welcome_page.section_7.title" %></h3>
105 <p><%= t "welcome_page.section_7.paragraph_1_html" %></p>
106 <p><%= t "welcome_page.section_7.paragraph_2_html" %></p>