Skip to content

Commit 7aae71e

Browse files
committed
More parts of form
1 parent a20bfe3 commit 7aae71e

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

conditional/templates/major_project_submission.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,23 @@
88
<h3 class="page-title">Major Project Form</h3>
99
<form data-module="majorProjectForm">
1010
<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.">
2218
<div class="row">
2319
<div class="col-lg-6">
2420
<label class="control-label" for="skills-applied">Skills Applied</label>
2521
<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>
2723
</div>
2824
<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>
3028
</div>
3129
</div>
3230
</div>

0 commit comments

Comments
 (0)