From 97b9aaa3a4162ae8e7605a135ccf04aedb6b3e5d Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Sun, 22 Jun 2014 18:48:42 +0200 Subject: [PATCH] Work on the BFCT form --- .../application/static/assets/css/bfct.css | 48 ----- blender-bfct/application/static/assets_shared | 2 +- blender-bfct/application/templates/apply.html | 176 ++++++++++++------ 3 files changed, 117 insertions(+), 109 deletions(-) diff --git a/blender-bfct/application/static/assets/css/bfct.css b/blender-bfct/application/static/assets/css/bfct.css index ac43608..b7fed66 100644 --- a/blender-bfct/application/static/assets/css/bfct.css +++ b/blender-bfct/application/static/assets/css/bfct.css @@ -7,52 +7,4 @@ top: 0; left: 0; position: absolute; -} - -.label.label-2x { - font-size: 100%; -} - -.input-group { - position: relative; -} - -.form-control { - top: 0; - position: absolute; - background-color: transparent; - border: none; - margin-top: 24px; - border-bottom: 1px solid #ccc; - box-shadow: none; - transition: all 0.1s ease-in-out ; -} - -.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn { - padding: 0px 4px 0px 10px; - height: 40px; - font-size: 120%; -} - -.control-label { - font-size: 80%; -} - -.input-group .control-label { - position: absolute; - left: 0; - top: 6px; - opacity: 0; - transition: all ease-out 0.2s; - transition-delay: .4s; -} - -.form-control:hover, .form-control:focus { - background-color: white; -} - -.form-control:focus + .control-label, -.form-control:hover + .control-label{ - opacity: 0.8; - top: 1px; } \ No newline at end of file diff --git a/blender-bfct/application/static/assets_shared b/blender-bfct/application/static/assets_shared index 1feae3b..047a3ef 160000 --- a/blender-bfct/application/static/assets_shared +++ b/blender-bfct/application/static/assets_shared @@ -1 +1 @@ -Subproject commit 1feae3be6e341e3959a36c7679102fb6f19b88c5 +Subproject commit 047a3efd7dc3b0e5889e2bccf5ee7008acf00897 diff --git a/blender-bfct/application/templates/apply.html b/blender-bfct/application/templates/apply.html index 141c794..66363e1 100755 --- a/blender-bfct/application/templates/apply.html +++ b/blender-bfct/application/templates/apply.html @@ -2,77 +2,133 @@ {% block body %}
-
-
- {{ form.hidden_tag() }} -
- {{ form.network_profile(class='form-control', placeholder='Network Profile URL') }} - -
+
+

BFCT Application

+

+ Please fill all the fields. +

+
+ +
+ {{ form.hidden_tag() }} +
+ {{ form.network_profile(class='form-control', placeholder='e.g. http://blendernetwork.org/') }} + +
-
- {{ form.website(class='form-control', placeholder='Your website') }} - -
+
+ {{ form.website(class='form-control', placeholder='e.g. http://www.yourname.me') }} + +
-
- {{ form.city_country(class='form-control', placeholder='Your city and country') }} - -
+
+ {{ form.city_country(class='form-control', placeholder='Where you currently live/teach') }} + +
-
- {{ form.teaching(class='form-control') }} - -
+
-
- {{ form.institution_name(class='form-control', placeholder='School or institution name') }} - -
+
+
+
+
+ +
+ +
+
+
+
+ {{ form.institution_name(class="form-control", placeholder="School or Institution's name") }} + +
+
+
-
- {{ form.skills(class='form-control') }} - -
+
+
+ A set of essential skills is required to be +
+
+
+ {{ form.skills(class='form-control') }} + +
+
+
-
- {{ form.video_example(class='form-control', placeholder='Video Example') }} - -
+
-
- {{ form.written_example(class='form-control', placeholder='Written Example') }} - -
+
+
+ A video example of your teaching +
+
+
+ {{ form.video_example(class='form-control', placeholder='URL to a Video Example') }} + +
+
+
-
- {{ form.portfolio_cv(class='form-control', placeholder='Porftolio and CV') }} - -
+
+
+ A video example of your teaching +
+
+
+ {{ form.written_example(class='form-control', placeholder='Written Example') }} + +
+
+
-
- {{ form.bio_message(class='form-control', placeholder='Bio and message') }} - -
- - -
- +
+ {{ form.portfolio_cv(class='form-control', placeholder='URL of your Portfolio or CV') }} + +
+ +
+ +
+ {{ form.bio_message(class='form-control', placeholder='Tell us a bit about yourself and why you want to be a BFCT') }} + +
+ +
+ + +
+ +
+
-
- -

What happens when I apply?

-

- Once we receive your application, the Blender Foundation Certification Board - will proceed to review it. This may take some days. -

You can come back to this page and check - the status of your application anytime. -

Once your application has been reviewed, you'll receive - an e-mail with the results, and instructions on how to proceed. -

+
+
+ +

What happens when I apply?

+

+ Once we receive your application, the Blender Foundation Certification Board + will proceed to review it. This may take some days. +

You can come back to this page and check + the status of your application anytime. +

Once your application has been reviewed, you'll receive + an e-mail with the results, and instructions on how to proceed. +

+
{% endblock %} + +{% block footer_scripts %} + +{% endblock %}