diff --git a/app/assets/images/add-aspect.png b/app/assets/images/pages/getting_started/aspects/add-aspect.png similarity index 100% rename from app/assets/images/add-aspect.png rename to app/assets/images/pages/getting_started/aspects/add-aspect.png diff --git a/app/assets/images/aspect-list.png b/app/assets/images/pages/getting_started/aspects/aspect-list.png similarity index 100% rename from app/assets/images/aspect-list.png rename to app/assets/images/pages/getting_started/aspects/aspect-list.png diff --git a/app/views/pages/getting_started3.html.erb b/app/views/pages/getting_started3.html.erb index 94a5dd8..62f94a4 100644 --- a/app/views/pages/getting_started3.html.erb +++ b/app/views/pages/getting_started3.html.erb @@ -1,75 +1,64 @@ <% content_for :page_title, t('.menu_title') %> -<% content_for :wrapper_class, "index_page" %> +<% content_for :wrapper_class, 'index-page' %>

<%= t 'pages.tutorials.started_head' %>

-

<%= t '.byline' %>

+

<%= t '.byline' %>

-
-
  +
+
+

<%= t '.aspects1' %>

+

<%= t '.aspects2' %>

+

<%= t '.aspects3' %>

+

<%= t('.aspects4').html_safe %>

+

<%= image_tag 'pages/getting_started/aspects/add-aspect.png' %>

+
    +
  1. <%= t '.add_aspect1' %>
  2. +
  3. <%= t '.add_aspect2' %>
  4. +
  5. <%= t('.add_aspect3').html_safe %>
  6. +
+

<%= t '.add_aspect4' %>

-
-

<%= t '.aspects1' %>

-

<%= t '.aspects2' %>

-

<%= t '.aspects3' %>

-

<%= t('.aspects4').html_safe %>

-
<%= image_tag "add-aspect.png" %>
-
    -
  1. <%= t '.add_aspect1' %>
  2. -
  3. <%= t '.add_aspect2' %>
  4. -
  5. <%= t('.add_aspect3').html_safe %>
  6. -
-

<%= t '.add_aspect4' %>

-
-
 
- +
-
 
-
-

<%=(t '.my_aspects1').html_safe %>

-
    -
  • <%= t '.my_aspects2' %>
  • -
  • <%= t '.my_aspects3' %>
  • -
  • <%= t '.my_aspects4' %>
  • -
  • <%=(t '.my_aspects5').html_safe %>
  • -
-

<%= t '.my_aspects6' %>

-

<%= t '.my_aspects7' %>

-
    -
  1. <%= t('.my_aspects8').html_safe %>
  2. -
  3. <%= t '.my_aspects9' %>
  4. -
+
+

<%=(t '.my_aspects1').html_safe %>

+
    +
  • <%= t '.my_aspects2' %>
  • +
  • <%= t '.my_aspects3' %>
  • +
  • <%= t '.my_aspects4' %>
  • +
  • <%=(t '.my_aspects5').html_safe %>
  • +
+

<%= t '.my_aspects6' %>

+

<%= t '.my_aspects7' %>

+
    +
  1. <%= t('.my_aspects8').html_safe %>
  2. +
  3. <%= t '.my_aspects9' %>
  4. +
-
<%= image_tag "aspect-list.png" %>
+
<%= image_tag 'pages/getting_started/aspects/aspect-list.png' %>
- +
-
 
-
-

<%= t '.contacts' %>

-

<%= t('.contact_ex1', part2_link: link_to(t('pages.tutorials.part2'), interface_path)).html_safe %>

-

<%= t '.contact_ex3' %>

-

<%= t('.contact_ex4').html_safe %>

-

<%= t '.contact_ex5' %>

-

<%= t '.contact_ex6' %>

-

<%= t '.contact_ex7' %>

- -
<%= t '.sharing_me' %>
-

<%= t '.sharing_me_ex' %>

- -

 

-

<%= t '.finish' %>

- -

 

- -

<%= link_to t('pages.getting_started2.byline'), interface_url %> | <%= link_to t('pages.getting_started4.byline'), connecting_url %>

- -
+
+

<%= t '.contacts' %>

+

<%= t('.contact_ex1', part2_link: link_to(t('pages.tutorials.part2'), interface_path)).html_safe %>

+

<%= t '.contact_ex3' %>

+

<%= t('.contact_ex4').html_safe %>

+

<%= t '.contact_ex5' %>

+

<%= t '.contact_ex6' %>

+

<%= t '.contact_ex7' %>

+ +
<%= t '.sharing_me' %>
+

<%= t '.sharing_me_ex' %>

+ +

<%= t '.finish' %>

+

<%= link_to t('pages.getting_started2.byline'), interface_url %> | <%= link_to t('pages.getting_started4.byline'), connecting_url %>