') % {:application_name => Rails.configuration.branding[:application][:name], :organisation_name => Rails.configuration.branding[:organisation][:name]} %>
-
+
+
+
+ <%= d_('dmpopidor', 'Welcome!') %>
+
+
+
+
+ <%= d_('dmpopidor', '%{tool_name} guides you through your research project by helping you create software and data management plans') % { tool_name: Rails.configuration.branding[:application][:name] } %>
+
+
+
+ <%= d_('dmpopidor', 'Accessible by any member of the ESR research community and their partners from France and outside') %>
+
+
+
+ <%= d_('dmpopidor', 'Customizable by any research organisation aiming at setting up a data policy') %>
+
+
+
+ <%= d_('dmpopidor', 'Enriched with examples and guidances designed the your research environment') %>
+
+
+
+ <%= d_('dmpopidor', 'Collaborative: make sharing easier between the partners of the same project') %>
+
+
+
+ <%= d_('dmpopidor', 'Your feedback helps %{tool_name} to evolve. The development is part of an international collaboration with DMPRoadmap, an open source software.') % { tool_name: Rails.configuration.branding[:application][:name] } %>
+
+
+
+
+
+
+
<%= d_('dmpopidor', 'Join the %{tool_name} community') % { tool_name: Rails.configuration.branding[:application][:name] } %>
+
+
+ <%= d_('dmpopidor', 'Create an account, Log in and Let you guide!') %>
+
+
+
+
+
+ <%= link_to d_('dmpopidor', 'Discover %{tool_name}') % { tool_name: Rails.configuration.branding[:application][:name] },
+ tutorials_path %>
+
+
+
+
diff --git a/app/views/branded/layouts/_footer.html.erb b/app/views/branded/layouts/_footer.html.erb
index a2dfbc4..f7cc222 100644
--- a/app/views/branded/layouts/_footer.html.erb
+++ b/app/views/branded/layouts/_footer.html.erb
@@ -14,6 +14,7 @@