1
1
{% extends "nav.html" %}
2
2
{% block extraHeader %}
3
- < script src ="https://unpkg.com/dropzone@5/dist/min/dropzone.min.js "> </ script >
3
+ < script src ="https://unpkg.com/dropzone@5/dist/min/dropzone.min.js "> </ script >
4
4
{% endblock %}
5
5
{% block title %}
6
6
Major Project Form
@@ -12,13 +12,13 @@ <h3 class="page-title">Major Project Form</h3>
12
12
<!--TODO: put a box explaining major project -->
13
13
< div class ="panel panel-default ">
14
14
< div class ="panel-body ">
15
- < p class ="lead "> This talks about major project submission guidelines. Rubber cheese chalk and cheese
16
- pepper jack. Lancashire monterey jack say cheese roquefort stinking bishop danish fontina manchego
17
- cheese and wine. Cheeseburger cow dolcelatte feta fondue pecorino roquefort cauliflower cheese. St.
18
- agur blue cheese danish fontina emmental stilton smelly cheese bavarian bergkase fromage cheesy
19
- feet. Paneer stilton halloumi ricotta macaroni cheese stinking bishop cottage cheese camembert de
20
- normandie. Danish fontina cheese triangles squirty cheese cheese on toast camembert de
21
- normandie. </ p >
15
+ < p class ="lead "> Hi! Welcome to the Major Project submission form. We're excited to read about your major
16
+ project. For us(E-Board) to best evaluate your project, please give us as much detail as possible.
17
+ Don't feel pressured to write full paragraphs though, good bullet points are plenty! < br > Generally,
18
+ major projects are most likely to pass when they meet three of the 4 Major Project Pillars -
19
+ spending considerable time on your project, benefiting House, learning new things, and applying hard
20
+ skills. And of course, after you submit, please try to talk to E-Board members (in-person or over
21
+ Slack) so we are familiar with your project and can ask you questions! </ p >
22
22
</ div >
23
23
</ div >
24
24
< form data-module ="majorProjectForm ">
@@ -33,23 +33,25 @@ <h3 class="page-title">Major Project Form</h3>
33
33
< div class ="row ">
34
34
< div class ="col-lg-6 ">
35
35
< label class ="form-label " for ="skills-applied "> Skills Applied</ label >
36
- < textarea id ="skills-applied " name ="skills-applied " class ="form-control " rows ="5 "
37
- placeholder ="A comma-separated list of skills, similar to what you'd put on a resume. "> </ textarea >
36
+ < textarea id ="skills-applied " name ="skills-applied " class ="form-control form-textarea "
37
+ rows ="5 "
38
+ placeholder ="List what skills you used for this project (at least 2!), similar to what you'd put on a resume. "> </ textarea >
38
39
</ div >
39
40
< div class ="col-lg-6 ">
40
41
< label class ="form-label " for ="time-commitment "> Time Commitment</ label >
41
- < textarea id ="time-commitment " name ="time-commitment " class ="form-control " rows ="5 "
42
+ < textarea id ="time-commitment " name ="time-commitment " class ="form-control form-textarea "
43
+ rows ="5 "
42
44
wrap ="hard "
43
- placeholder ="Tell us about how much time you spent on the project. "> </ textarea >
45
+ placeholder ="We're looking for a considerable amount of time spent on your major project, we suggest ~5 hours minimum . "> </ textarea >
44
46
</ div >
45
47
</ div >
46
48
< label class ="form-label " for ="description "> Detailed Description</ label >
47
- < textarea id ="description " name ="description " class ="form-control " rows ="10 "
49
+ < textarea id ="description " name ="description " class ="form-control form-textarea " rows ="10 "
48
50
placeholder ="Tell us everything! More information is better than less. "> </ textarea >
49
51
< div class ="row ">
50
52
< div class ="col-lg-5 ">
51
53
< label class ="form-label " for ="links "> Project Links</ label >
52
- < textarea id ="links " name ="links " class ="form-control " rows ="2 "
54
+ < textarea id ="links " name ="links " class ="form-control form-textarea " rows ="2 "
53
55
placeholder ="If you have links (GitHub, YouTube, etc.), put them here! "> </ textarea >
54
56
</ div >
55
57
< div class ="col-lg-4 ">
0 commit comments