]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/fixthemap.html.erb
Rework welcome and fixthemap pages
[rails.git] / app / views / site / fixthemap.html.erb
index 3c82e2374e62b45d4523e9c02a43592c77adbdf9..28e0fe237b547d9fe3c2071513466ab9acddbe0a 100644 (file)
@@ -6,10 +6,10 @@
   <h1><%= t ".title" %></h1>
 <% end %>
 
-<h3><%= t "layouts.intro_header" %></h3>
-<p><%= t "layouts.intro_text" %></p>
+<h2><%= t "layouts.intro_header" %></h2>
+<p class="lead"><%= t "layouts.intro_text" %></p>
 
-<h3><%= t ".how_to_help.title" %></h3>
+<h2><%= t ".how_to_help.title" %></h2>
 
 <div class='container'>
   <div class='row'>
@@ -17,7 +17,7 @@
       <h5><%= t ".how_to_help.join_the_community.title" %></h5>
       <p><%= t ".how_to_help.join_the_community.explanation_html" %></p>
       <p class='text-center'>
-        <a class="button sign-up" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
+        <a class="btn btn-primary" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
       </p>
     </div>
     <div class='col-sm'>
@@ -28,9 +28,9 @@
   </div>
 </div>
 
-<h3><%= t ".other_concerns.title" %></h3>
+<h2><%= t ".other_concerns.title" %></h2>
 <p><%= t ".other_concerns.explanation_html" %></p>
 
-<h3><%= t "site.welcome.questions.title" %></h3>
-<span class='sprite small term question'></span>
+<h2><%= t "site.welcome.questions.title" %></h2>
+<span class='sprite small term question float-start'></span>
 <p><%= t "site.welcome.questions.paragraph_1_html", :help_url => help_path %></p>