mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
restyle onboarding page
This commit is contained in:
parent
9de1a13019
commit
397c9d9384
@ -1,4 +1,5 @@
|
||||
<% if @things > 0 %>
|
||||
|
||||
<h1><small>You've created a total of</small> <%= @things %> <small><%= "thing".pluralize(@things) %>!</small></h1>
|
||||
<hr />
|
||||
|
||||
@ -8,38 +9,28 @@
|
||||
<h2><%= @locations.length %> <small><%= link_to "location".pluralize(@locations.length), location_list_path %></small></h2>
|
||||
<h2><%= @magics.length %> <small><%= link_to "manifestation".pluralize(@magics.length) + " of magic", magic_list_path %></small></h2>
|
||||
<h2><%= @universes.length %> <small><%= link_to "universe".pluralize(@universes.length), universe_list_path %></small></h2>
|
||||
|
||||
<% else %>
|
||||
|
||||
<h1>Someone new! <small>Lets get you started!</small></h1>
|
||||
<hr />
|
||||
|
||||
<h3>Before you begin...</h3>
|
||||
<div class="well">
|
||||
<h4>You probably want to create a Universe.</h4>
|
||||
<p></p>
|
||||
<p>
|
||||
Every story has its own set of characters, maps, history, relationships, and information that is unique to that story.
|
||||
</p>
|
||||
<p>
|
||||
While using Indent, you can encapsulate everything about your story within its own <strong>universe</strong>, separating your people, places, and things from those that exist within other stories.
|
||||
</p>
|
||||
<p>
|
||||
This way, if you <em>really</em> like Indent and want to use it to plan multiple stories spanning across different worlds, you can! You can choose to see everything you've planned out across any universe, or you can see all information within a universe you're looking at. Pretty handy!
|
||||
</p>
|
||||
<p>
|
||||
If the concept of universes doesn't quite make sense to you, don't fret: <strong>you don't have to create a universe</strong>. Heck, you don't even have to create any characters – you're free to use Indent however you want. We just think putting things in universes might help you organize things better later, that's all.
|
||||
</p>
|
||||
<p></p>
|
||||
<h4>So lets get started!</h4>
|
||||
<p></p>
|
||||
<p>
|
||||
<%= link_to "Create your first universe!", universe_create_path, :class => "btn btn-primary" %> or skip it altogether and start creating something else, like
|
||||
|
||||
<%= link_to "characters", character_create_path %>,
|
||||
<%= link_to "equipment", equipment_create_path %>, or
|
||||
<%= link_to "locations", location_create_path %>.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3 class="card-heading simple">
|
||||
Someone new! <small>Lets get you started!</small>
|
||||
</h3>
|
||||
<div class="card-body">
|
||||
<h4>Before anything else, you probably want to create a <strong>Universe</strong>.</h4>
|
||||
<p>
|
||||
As you build your world, you can rest assured that it is properly encapsulated within its very own Universe. Creating a universe means you can branch out and work on other stories and worlds from the same account, and keep them completely separated.
|
||||
</p>
|
||||
<div>
|
||||
<%= link_to "Create your first universe!", universe_create_path, :class => "btn btn-primary" %>
|
||||
or skip it altogether and start creating something else, like
|
||||
|
||||
<%= link_to "characters", character_create_path %>,
|
||||
<%= link_to "equipment", equipment_create_path %>, or
|
||||
<%= link_to "locations", location_create_path %>.
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-comments"></div>
|
||||
</div>
|
||||
|
||||
<% end %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user