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

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 do you currently live/teach?') }}

Are you currently teaching at an institution?

{{ form.institution_name(class="form-control", placeholder="University / School / Institution's name") }}

Select which skills you focus on for teaching.

(hold Ctrl for multiple selections)

{{ form.skills(class='form-control') }}

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') }}

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

{{ 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') }}

{{ 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 %}