diff --git a/app/views/main/for_roleplayers.html.erb b/app/views/main/for_roleplayers.html.erb index 3b34839e..b6c482b9 100644 --- a/app/views/main/for_roleplayers.html.erb +++ b/app/views/main/for_roleplayers.html.erb @@ -63,7 +63,7 @@ body {
-
+

How do I use it?

@@ -86,7 +86,7 @@ body {

-
+
<%= image_tag 'screenshots/dashboard.png' %>
@@ -98,7 +98,7 @@ body {
- <% [Character, Location, Item, Creature, Race, Religion, Group, Magic, Language].each do |content_type| %> + <% Rails.application.config.content_types[:all_non_universe].each do |content_type| %>
<%= render partial: 'cards/intros/content_type_intro', locals: { content_type: content_type } %>
@@ -110,9 +110,8 @@ body {
-
-
+

Separate your worlds with Universes

@@ -130,7 +129,7 @@ body {

-
+
<%= image_tag 'screenshots/universe.png', class: 'left' %>
@@ -139,7 +138,7 @@ body {
<%= image_tag 'screenshots/sharing.png', class: 'right' %>
-
+

Share your campaign with players with easy privacy rules

@@ -172,7 +171,7 @@ body {

-
+

Keep your players engrossed with a rich world of consistent details

@@ -198,7 +197,7 @@ body {

-
+
<%= image_tag 'screenshots/character.png', class: 'left' %>
@@ -207,7 +206,7 @@ body {
<%= image_tag 'screenshots/gallery.png', class: 'right' %>
-
+

Upload images for inspiration or reference

@@ -233,7 +232,7 @@ body {

-
+

Build family trees and organization hierarchies with ease

@@ -258,7 +257,7 @@ body {

-
+
<%= image_tag 'screenshots/family-tree.png', class: 'left' %>
@@ -271,10 +270,10 @@ body {
-

+

<%= link_to 'Start worldbuilding right now.', new_user_registration_path, class: 'white-text' %>

-
No card needed. Upgrade seamlessly any time.
+
No card needed. Upgrade or downgrade seamlessly any time.
@@ -365,7 +364,7 @@ body {

How much does it cost?

-
+

Creating core notebook pages (universes, characters, locations, and items) is free and doesn't require any payment information to start creating your novel's world immediately upon signup. Free users, however, @@ -381,12 +380,12 @@ body { Additionally, a Premium subscription also increases your image upload storage from 50MB to 10GB.

-
- <% [Character, Location, Item, Creature, Race, Religion, Group, Magic, Language].each_with_index do |content_type, i| %> - +
+ <% Rails.application.config.content_types[:all].each_with_index do |content_type, i| %> + <%= content_type.icon %> - <%= '
'.html_safe if (i + 1) % 3 == 0 %> + <%= '
'.html_safe if (i + 1) % 6 == 0 %> <% end %>