|
8 | 8 | <h3 class="page-title">Major Project Form</h3>
|
9 | 9 | <form data-module="majorProjectForm">
|
10 | 10 | <div class="panel panel-default">
|
11 |
| - <div class="panel-body"> |
12 |
| - <div class="form-group label-floating is-empty"> |
13 |
| - <label class="control-label" for="name">Project Name</label> |
14 |
| - <input class="form-control" id="name" name="name" type="text" maxlength="64" |
15 |
| - placeholder="A clever name for your project, sometimes people will come up with an acronym."> |
16 |
| - </div> |
17 |
| - <div class="form-group label-floating is-empty"> |
18 |
| - <label class="control-label" for="tldr">Short Description / TL;DR</label> |
19 |
| - <input class="form-control" id="tldr" name="tldr" type="text" maxlength="100" |
20 |
| - placeholder="A quick, one-sentence pitch for your project and what it does."> |
21 |
| - </div> |
| 11 | + <div class="panel-body form-group-lg"> |
| 12 | + <label class="control-label" for="name">Project Name</label> |
| 13 | + <input class="form-control" id="name" name="name" type="text" maxlength="64" |
| 14 | + placeholder="A clever name for your project, sometimes people will come up with an acronym."> |
| 15 | + <label class="control-label" for="tldr">Short Description / TL;DR</label> |
| 16 | + <input class="form-control" id="tldr" name="tldr" type="text" maxlength="100" |
| 17 | + placeholder="A quick, one-sentence pitch for your project and what it does."> |
22 | 18 | <div class="row">
|
23 | 19 | <div class="col-lg-6">
|
24 | 20 | <label class="control-label" for="skills-applied">Skills Applied</label>
|
25 | 21 | <textarea id="skills-applied" name="skills-applied" class="form-control" rows="5"
|
26 |
| - placeholder="A comma-separated list of skills, similar to what you'd put on a resume"></textarea> |
| 22 | + placeholder="A comma-separated list of skills, similar to what you'd put on a resume."></textarea> |
27 | 23 | </div>
|
28 | 24 | <div class="col-lg-6">
|
29 |
| - |
| 25 | + <label class="control-label" for="time-commitment">Time Commitment</label> |
| 26 | + <textarea id="time-commitment" name="time-commitment" class="form-control" rows="5" wrap="hard" |
| 27 | + placeholder="Tell us about how much time you spent on the project."></textarea> |
30 | 28 | </div>
|
31 | 29 | </div>
|
32 | 30 | </div>
|
|
0 commit comments