From e67a43bf4fc291b8a8cfb760874a5cddba4766ea Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 13 Aug 2019 18:56:28 -0500 Subject: [PATCH] polish writers landing page --- app/views/main/for_writers.html.erb | 42 ++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/app/views/main/for_writers.html.erb b/app/views/main/for_writers.html.erb index d32ad633..0281785f 100644 --- a/app/views/main/for_writers.html.erb +++ b/app/views/main/for_writers.html.erb @@ -63,7 +63,7 @@ body {
-
+

How do I use it?

@@ -81,12 +81,12 @@ body { items for any relevant objects or trinkets in your story.

- Once you've got the basics, just expand outward for your story! Right now, there are nine different page types you can - create in Notebook.ai. + Once you've got the basics, just expand outward for your story! Right now, there are <%= Rails.application.config.content_types[:all_non_universe].count %> different page types you can + create in Notebook.ai: <%= Rails.application.config.content_types[:all_non_universe].map { |t| t.name.downcase.pluralize }.to_sentence %>.

-
+
<%= image_tag 'screenshots/dashboard.png' %>
@@ -112,7 +112,7 @@ body {
-
+

Separate your worlds with Universes

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

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

Build your world piece by piece with personalized writing prompts

@@ -164,7 +164,7 @@ body {

-
+

Keep your readers engrossed with a rich world of consistent details

@@ -189,7 +189,7 @@ body {

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

Upload images for inspiration or reference

@@ -224,7 +224,7 @@ body {

-
+

Build family trees and organization hierarchies with ease

@@ -249,7 +249,7 @@ body {

-
+
<%= image_tag 'screenshots/family-tree.png', class: 'left' %>
@@ -262,10 +262,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.
@@ -338,10 +338,10 @@ body {
-

library_books

-
<%= t('marketing.landing_page.benefits.yours.title') %>
+

security

+
<%= t('marketing.landing_page.benefits.ads.title') %>

- <%= t('marketing.landing_page.benefits.yours.text') %> + <%= t('marketing.landing_page.benefits.ads.text') %>

@@ -358,7 +358,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, @@ -374,12 +374,12 @@ body { Additionally, a Premium subscription also increases your image upload storage from 50MB to 10GB.

-
+
<% Rails.application.config.content_types[:all].each_with_index do |content_type, i| %> - + <%= content_type.icon %> - <%= '
'.html_safe if (i + 1) % 4 == 0 %> + <%= '
'.html_safe if (i + 1) % 6 == 0 %> <% end %>