{% extends 'layout.html' %} {% block body %}

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='e.g. http://www.yourname.me') }}
{{ form.city_country(class='form-control', placeholder='Where you currently live/teach') }}

{{ form.institution_name(class="form-control", placeholder="School or Institution's name") }}
A set of essential skills is required to be
{{ form.skills(class='form-control') }}

A video example of your teaching
{{ form.video_example(class='form-control', placeholder='URL to a Video Example') }}
A video example of your teaching
{{ form.written_example(class='form-control', placeholder='Written Example') }}
{{ 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.

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