| 1 |
<div style="max-width: 500px;"> |
| 2 |
<div class="form-group"> |
| 3 |
<label>Project Name</label> |
| 4 |
<input type="text" value="Liminality"> |
| 5 |
</div> |
| 6 |
|
| 7 |
<div class="form-group"> |
| 8 |
<label>Description</label> |
| 9 |
<textarea rows="3">Field recordings and processed ambient. Eight tracks exploring the spaces between silence and sound.</textarea> |
| 10 |
</div> |
| 11 |
|
| 12 |
<div class="form-group"> |
| 13 |
<label>Category</label> |
| 14 |
<input type="text" value="Music" placeholder="What kind of project is this?"> |
| 15 |
<div class="hint">Choose an existing category or type a new one.</div> |
| 16 |
</div> |
| 17 |
|
| 18 |
<button class="primary">Save Changes</button> |
| 19 |
</div> |
| 20 |
|