mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
add a few more options
This commit is contained in:
parent
bb7429caef
commit
812692ea26
@ -97,7 +97,7 @@
|
||||
<!-- Hair style checkboxes -->
|
||||
<div style="margin-bottom: 1em">
|
||||
<strong style="margin-right: 1em">Hair style</strong>
|
||||
<% options = ['Long', 'Short', 'Wavy', 'Straight', 'Curly', 'Afro', 'Bald', 'Balding', 'Bangs', 'Bob cut', 'Bowl cut', 'Bouffant', 'Braided', 'Bun', 'Buzzcut', 'Chignon', 'Combover', 'Cornrows', 'Crewcut', 'Dreadlocks', 'Emo', 'Fauxhawk', 'Feathered', 'Flattop', 'Fringe', 'Liberty Spike', 'Mop-top', 'Parted', 'Pigtails', 'Pixie', 'Pompadour', 'Ponytail', 'Rat-tail', 'Rocker', 'Slicked back', 'Spiked'] %>
|
||||
<% options = ['Long', 'Medium', 'Short', 'Wavy', 'Straight', 'Curly', 'Afro', 'Bald', 'Balding', 'Bangs', 'Bob cut', 'Bowl cut', 'Bouffant', 'Braided', 'Bun', 'Buzzcut', 'Chignon', 'Combover', 'Cornrows', 'Crewcut', 'Dreadlocks', 'Emo', 'Fauxhawk', 'Feathered', 'Flattop', 'Fringe', 'Liberty Spike', 'Mop-top', 'Parted', 'Pigtails', 'Pixie', 'Pompadour', 'Ponytail', 'Rat-tail', 'Rocker', 'Slicked back', 'Spiked'] %>
|
||||
<% options.each do |option| %>
|
||||
<label>
|
||||
<input type="checkbox" name="commission[features][]" value="<%= option %> hair style" />
|
||||
@ -139,7 +139,7 @@
|
||||
<!-- Skin tone checkboxes -->
|
||||
<div style="margin-bottom: 1em">
|
||||
<strong style="margin-right: 1em">Skin tone</strong>
|
||||
<% options = ['Light', 'Medium', 'Dark', 'Pale', 'Fair', 'Tan', 'White', 'Brown', 'Black', 'Olive', 'Albino', 'Chocolate', 'Grey', 'Green', 'Blue', 'Red', 'Orange', 'Silver', 'Gold', 'Yellow', 'Purple'] %>
|
||||
<% options = ['Light', 'Medium', 'Dark', 'Pale', 'Fair', 'Tan', 'White', 'Brown', 'Black', 'Olive', 'Albino', 'Chocolate', 'Grey', 'Green', 'Blue', 'Red', 'Orange', 'Silver', 'Gold', 'Yellow', 'Purple', 'Freckled'] %>
|
||||
<% options.each do |option| %>
|
||||
<label>
|
||||
<input type="checkbox" name="commission[features][]" value="<%= option %> skin tone" />
|
||||
@ -385,6 +385,7 @@
|
||||
<span class="red white-text" style="padding: 1.5px 10px; white-space: nowrap;"><%= tag.strip %></span>
|
||||
<% end %>
|
||||
</div>
|
||||
<%# link_to 'Select these traits in my form', '#' %>
|
||||
</li>
|
||||
<li style="padding-top: 1em">
|
||||
<strong class="grey-text">Generated AI Prompt:</strong>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user