Begin making the BookGeistSheet have the final design
This commit is contained in:
parent
798e7441b4
commit
28345bdef0
8 changed files with 360 additions and 64 deletions
|
|
@ -1,7 +1,22 @@
|
|||
<div>
|
||||
<input
|
||||
type="text"
|
||||
name="name"
|
||||
value="{{name}}"
|
||||
>
|
||||
<div class="overview">
|
||||
<input
|
||||
type="text"
|
||||
name="name"
|
||||
value="{{name}}"
|
||||
>
|
||||
<div class="grow"></div>
|
||||
Rank
|
||||
<select name="">
|
||||
<option value="novice">0</option>
|
||||
<option value="adept">I</option>
|
||||
<option value="master">II</option>
|
||||
<option value="expert">III</option>
|
||||
</select>
|
||||
</div>
|
||||
{{#if description}}
|
||||
<div class="description">
|
||||
{{{description}}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue