diff --git a/app/assets/images/gettingstarted.png b/app/assets/images/pages/getting_started/sign_up/gettingstarted.png similarity index 100% rename from app/assets/images/gettingstarted.png rename to app/assets/images/pages/getting_started/sign_up/gettingstarted.png diff --git a/app/assets/images/profile-private.png b/app/assets/images/pages/getting_started/sign_up/profile-private.png similarity index 100% rename from app/assets/images/profile-private.png rename to app/assets/images/pages/getting_started/sign_up/profile-private.png diff --git a/app/assets/images/profile-public.png b/app/assets/images/pages/getting_started/sign_up/profile-public.png similarity index 100% rename from app/assets/images/profile-public.png rename to app/assets/images/pages/getting_started/sign_up/profile-public.png diff --git a/app/assets/images/signup.png b/app/assets/images/pages/getting_started/sign_up/signup.png similarity index 100% rename from app/assets/images/signup.png rename to app/assets/images/pages/getting_started/sign_up/signup.png diff --git a/app/views/pages/getting_started1.html.erb b/app/views/pages/getting_started1.html.erb index bae1d24..f813a37 100644 --- a/app/views/pages/getting_started1.html.erb +++ b/app/views/pages/getting_started1.html.erb @@ -1,62 +1,71 @@ <% 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 '.welcome' %>

-

<%= t '.find_pod' %>

-

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

-

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

-

<%= t('.find_pod_ex3', wiki_link: link_to(t('.wiki_link_text'), "https://wiki.diasporafoundation.org/Choosing_a_pod")).html_safe %>

-

<%= t '.find_pod_ex4' %>

-

<%= t '.find_pod_ex5' %>

-

<%= t '.registration' %>

-

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

-

<%= t '.registration2' %>

- -
<%= image_tag "signup.png" %>
- -

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

-

<%= t('.registration4', dhq_link: link_to(t('.dhq_link_text'), "http://dia.so/diasporahq"), part4_link: link_to(t('pages.tutorials.part4'), connecting_path)).html_safe %>

-

<%= t '.registration5' %>

- -
<%= image_tag "gettingstarted.png" %>
-

 

-
    -
  1. <%= t '.registration6' %>
  2. -
  3. <%= t '.registration7' %>
  4. -
  5. <%= t '.registration8' %>
  6. -
  7. <%= t '.registration9' %>
  8. -
  9. <%= t('.registration10').html_safe %>
  10. -
- -

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

-

<%= t '.profile2' %>

-
<%= image_tag "profile-public.png" %>
-
<%= image_tag "profile-private.png" %>
- <%= t('.profile3', part7_link: link_to(t('pages.tutorials.part7'), finishing_path)).html_safe %>

-

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

- -

<%= t '.finish' %>

-

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

-

 

-

<%= t('.finish_ex2', part5_link: link_to(t('pages.tutorials.part5'), sharing_path)).html_safe %>

- -

 

- -

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

-
-
+
+
+

<%= t '.welcome' %>

+

<%= t '.find_pod' %>

+

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

+

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

+ +

<%= t('.find_pod_ex3', wiki_link: link_to(t('.wiki_link_text'), "https://wiki.diasporafoundation.org/Choosing_a_pod")).html_safe %>

+

<%= t '.find_pod_ex4' %>

+

<%= t '.find_pod_ex5' %>

+ +

<%= t '.registration' %>

+

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

+

<%= t '.registration2' %>

+ +

<%= image_tag 'pages/getting_started/sign_up/signup.png' %>

+ +

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

+

+ <%= t('.registration4', + dhq_link: link_to(t('.dhq_link_text'), 'http://dia.so/diasporahq'), + part4_link: link_to(t('pages.tutorials.part4'), connecting_path) + ).html_safe %> +

+ +

<%= t '.registration5' %>

+ +

<%= image_tag 'pages/getting_started/sign_up/gettingstarted.png' %>

+ +
    +
  1. <%= t '.registration6' %>
  2. +
  3. <%= t '.registration7' %>
  4. +
  5. <%= t '.registration8' %>
  6. +
  7. <%= t '.registration9' %>
  8. +
  9. <%= t('.registration10').html_safe %>
  10. +
+ +

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

+

<%= t '.profile2' %>

+ +
+
+

<%= image_tag 'pages/getting_started/sign_up/profile-public.png', class: 'img-responsive' %>

+
+
+

<%= image_tag 'pages/getting_started/sign_up/profile-private.png', class: 'img-responsive' %>

+
+
+ +

<%= t('.profile3', part7_link: link_to(t('pages.tutorials.part7'), finishing_path)).html_safe %>

+

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

+ +

<%= t '.finish' %>

+

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

+

<%= t('.finish_ex2', part5_link: link_to(t('pages.tutorials.part5'), sharing_path)).html_safe %>

+ +

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