File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,20 @@ <h3 class="page-title">Major Project Form</h3>
9
9
< form data-module ="majorProjectForm ">
10
10
< div class ="panel panel-default ">
11
11
< div class ="panel-body ">
12
- < label class ="control -label-lg " for ="name "> Project Name</ label >
12
+ < label class ="form -label " 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-lg " for ="tldr "> Short Description / TL;DR</ label >
15
+ < label class ="form -label " for ="tldr "> Short Description / TL;DR</ label >
16
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-lg " for ="skills-applied "> Skills Applied</ label >
20
+ < label class ="form -label " 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-lg " for ="time-commitment "> Time Commitment</ label >
25
+ < label class ="form -label " 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 >
You can’t perform that action at this time.
0 commit comments