diff --git a/blender-bfct/application/static/assets/css/bfct.css b/blender-bfct/application/static/assets/css/bfct.css index 778807f..fa8818c 100644 --- a/blender-bfct/application/static/assets/css/bfct.css +++ b/blender-bfct/application/static/assets/css/bfct.css @@ -9,4 +9,53 @@ body {padding: 53px 0 0 0 !important;} top: 0; left: 0; position: absolute; +} + +.form-control { + top: 0; + position: absolute; + background-color: white !important; + border: none; + margin-top: 30px; + border: thin solid #aaa !important; +} + +.form-control:focus { + border: thin solid #444 !important; +} + +.input-group .input-group-addon { + position: absolute; + top: 28px; + z-index: 3; + padding: 10px 15px 10px 12px !important; + background: transparent; + border: 0; + color: gray; +} + +.input-group .input-group-addon + .form-control{ + padding-left: 38px; +} + +.input-group .input-group-addon .bf-network{ + font-size: 140% !important; + position: absolute; + left: 8px; top: 8px; +} + +::-webkit-input-placeholder { /* WebKit browsers */ + color: #bbb !important; +} + +:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ + color: #999; + opacity: 1; +} +::-moz-placeholder { /* Mozilla Firefox 19+ */ + color: #999; + opacity: 1; +} +:-ms-input-placeholder { /* Internet Explorer 10+ */ + color: #999; } \ No newline at end of file diff --git a/blender-bfct/application/templates/applications/view.html b/blender-bfct/application/templates/applications/view.html index 9ba2a05..56ad530 100755 --- a/blender-bfct/application/templates/applications/view.html +++ b/blender-bfct/application/templates/applications/view.html @@ -43,7 +43,7 @@
-

Application Status:

+

Application Status

{% if application.status == 'under_review' %} @@ -62,6 +62,7 @@ {% else %} {{application.status}} {% endif %} +

Submitted {{application.show_pretty_date('submission')}}.

{% if review %}

diff --git a/blender-bfct/application/templates/apply.html b/blender-bfct/application/templates/apply.html index b1fcdbe..0e3b1d0 100755 --- a/blender-bfct/application/templates/apply.html +++ b/blender-bfct/application/templates/apply.html @@ -2,27 +2,27 @@ {% block body %}

-
-

BFCT Application

-

- Please fill all the fields. -

+
+

Submit your Application


{{ form.hidden_tag() }}
+ {{ form.network_profile(class='form-control', placeholder='e.g. http://blendernetwork.org/') }} - +
+ {{ form.website(class='form-control', placeholder='e.g. http://www.yourname.me') }}
- {{ form.city_country(class='form-control', placeholder='Where you currently live/teach') }} + + {{ form.city_country(class='form-control', placeholder='Where do you currently live/teach?') }}
@@ -30,11 +30,13 @@
- Are you currently teaching at a university? +

+ Are you currently teaching at an institution? +

- {{ form.institution_name(class="form-control", placeholder="School or Institution's name") }} + {{ form.institution_name(class="form-control", placeholder="University / School / Institution's name") }}
@@ -42,7 +44,11 @@
- A set of essential skills is required +

+ Select which skills you focus on for teaching. +

+ (hold Ctrl for multiple selections) +

@@ -56,10 +62,14 @@
- A video example of your teaching +

+ Provide a video (or a list of videos) that show your + talking and training skills at their best. +

+ {{ form.video_example(class='form-control', placeholder='URL to a Video Example') }}
@@ -68,16 +78,28 @@
- A video example of your teaching +

+ Link us a tutorial (or a list/guide) that show your + writing skills at their best. +

- {{ form.written_example(class='form-control', placeholder='Written Example') }} + + {{ form.written_example(class='form-control', placeholder='URL to a Written Example') }}
+
+

+ The language for both the written/spoken tutorial(s) is up to you, but bare in mind it might require more time for us to review if it's not among the board's native languages. +

+
+ +
+
{{ form.portfolio_cv(class='form-control', placeholder='URL of your Portfolio or CV') }} diff --git a/blender-bfct/application/templates/my_application.html b/blender-bfct/application/templates/my_application.html index 2421273..801abff 100755 --- a/blender-bfct/application/templates/my_application.html +++ b/blender-bfct/application/templates/my_application.html @@ -8,7 +8,6 @@ Date Stage -