mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
update landing page for new types
This commit is contained in:
parent
1b55a04c09
commit
e9ab0fe725
@ -223,7 +223,13 @@
|
||||
<div class="section">
|
||||
<div class="row">
|
||||
<%
|
||||
content_type_pool = [Universe, Scene, Group, Creature, Magic, Language, Race, Religion, Flora]
|
||||
content_type_pool = [
|
||||
Universe, Scene, Group,
|
||||
Creature, Magic, Language,
|
||||
Race, Religion, Deity,
|
||||
Technology, Government, Flora,
|
||||
Country, Town, Landmark
|
||||
]
|
||||
%>
|
||||
|
||||
<% content_type_pool.each do |content_type| %>
|
||||
@ -271,11 +277,18 @@
|
||||
</a></em></small>
|
||||
</span>
|
||||
<ul class="plan-features">
|
||||
<li><%= t('marketing.landing_page.pricing.starter_plan.universes_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.starter_plan.upload_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.starter_plan.characters_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.starter_plan.locations_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.starter_plan.items_html') %></li>
|
||||
<% Rails.application.config.content_types[:free].each do |content_type| %>
|
||||
<li>
|
||||
<i class="material-icons <%= content_type.color %>-text">
|
||||
<%= content_type.icon %>
|
||||
</i>
|
||||
<%= t("marketing.landing_page.pricing.starter_plan.#{content_type.name.downcase.pluralize}_html") %>
|
||||
</li>
|
||||
<% end %>
|
||||
<li>
|
||||
<i class="material-icons black-text">cloud_upload</i>
|
||||
<%= t('marketing.landing_page.pricing.starter_plan.upload_html') %>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="row center">
|
||||
<%= link_to t('marketing.landing_page.pricing.cta.button'),
|
||||
@ -300,20 +313,18 @@
|
||||
</em></small>
|
||||
</span>
|
||||
<ul class="plan-features">
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.universes_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.upload_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.characters_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.locations_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.items_html') %></li>
|
||||
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.creatures_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.groups_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.languages_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.magics_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.races_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.religions_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.floras_html') %></li>
|
||||
<li><%= t('marketing.landing_page.pricing.premium_plan.scenes_html') %></li>
|
||||
<% Rails.application.config.content_types[:all].each do |content_type| %>
|
||||
<li>
|
||||
<i class="material-icons <%= content_type.color %>-text">
|
||||
<%= content_type.icon %>
|
||||
</i>
|
||||
<%= t("marketing.landing_page.pricing.premium_plan.#{content_type.name.downcase.pluralize}_html") %>
|
||||
</li>
|
||||
<% end %>
|
||||
<li>
|
||||
<i class="material-icons black-text">cloud_upload</i>
|
||||
<%= t('marketing.landing_page.pricing.premium_plan.upload_html') %>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="row center">
|
||||
<%= link_to t('marketing.landing_page.pricing.cta.button'),
|
||||
|
||||
@ -117,14 +117,21 @@ en:
|
||||
locations_html: Plan <strong>unlimited</strong> locations
|
||||
items_html: Plan <strong>unlimited</strong> items
|
||||
|
||||
countries_html: Plan <strong>unlimited</strong> countries
|
||||
creatures_html: Plan <strong>unlimited</strong> creatures
|
||||
deities_html: Plan <strong>unlimited</strong> deities
|
||||
floras_html: Plan <strong>unlimited</strong> flora
|
||||
governments_html: Plan <strong>unlimited</strong> governments
|
||||
groups_html: Plan <strong>unlimited</strong> groups
|
||||
landmarks_html: Plan <strong>unlimited</strong> landmarks
|
||||
languages_html: Plan <strong>unlimited</strong> languages
|
||||
magics_html: Plan <strong>unlimited</strong> magic
|
||||
planets_html: Plan <strong>unlimited</strong> planets
|
||||
races_html: Plan <strong>unlimited</strong> races
|
||||
religions_html: Plan <strong>unlimited</strong> religions
|
||||
floras_html: Plan <strong>unlimited</strong> flora
|
||||
scenes_html: Plan <strong>unlimited</strong> scenes
|
||||
technologies_html: Plan <strong>unlimited</strong> technologies
|
||||
towns_html: Plan <strong>unlimited</strong> towns
|
||||
|
||||
footer:
|
||||
title: Notebook.ai is an open-source project by Indent Labs.
|
||||
@ -625,7 +632,7 @@ en:
|
||||
planet: >
|
||||
Celestial bodies orbiting through space, carrying a planet's-worth of worldbuilding on them.
|
||||
deity: >
|
||||
Gods, goddesses, and other godly beings in your world — every world came from somewhere.
|
||||
Gods, goddesses, and other godly beings in your world — every world came from somewhere.
|
||||
government: >
|
||||
The organizations of your world that keep it running smoothly (or not): governments.
|
||||
technology: >
|
||||
|
||||
Loading…
Reference in New Issue
Block a user