|
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 form-group-lg"> |
12 |
| - <label class="control-label" for="name">Project Name</label> |
| 11 | + <div class="panel-body"> |
| 12 | + <label class="control-label-lg" for="name">Project Name</label> |
13 | 13 | <input class="form-control" id="name" name="name" type="text" maxlength="64"
|
14 | 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" |
| 15 | + <label class="control-label-lg" for="tldr">Short Description / TL;DR</label> |
| 16 | + <input class="form-control" id="tldr" name="tldr" type="text" maxlength="64" |
17 | 17 | placeholder="A quick, one-sentence pitch for your project and what it does.">
|
18 | 18 | <div class="row">
|
19 | 19 | <div class="col-lg-6">
|
20 |
| - <label class="control-label" for="skills-applied">Skills Applied</label> |
| 20 | + <label class="control-label-lg" for="skills-applied">Skills Applied</label> |
21 | 21 | <textarea id="skills-applied" name="skills-applied" class="form-control" rows="5"
|
22 | 22 | placeholder="A comma-separated list of skills, similar to what you'd put on a resume."></textarea>
|
23 | 23 | </div>
|
24 | 24 | <div class="col-lg-6">
|
25 |
| - <label class="control-label" for="time-commitment">Time Commitment</label> |
| 25 | + <label class="control-label-lg" for="time-commitment">Time Commitment</label> |
26 | 26 | <textarea id="time-commitment" name="time-commitment" class="form-control" rows="5" wrap="hard"
|
27 | 27 | placeholder="Tell us about how much time you spent on the project."></textarea>
|
28 | 28 | </div>
|
|
0 commit comments