Fixes for style, just a bandaid until I get time to work on it for real

This commit is contained in:
2015-04-09 14:45:29 +02:00
parent 703e62a815
commit d56cdd969a
3 changed files with 83 additions and 70 deletions

View File

@@ -3,6 +3,7 @@
{% block body %} {% block body %}
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<div class="box">
<h2>How to become a BFCT?</h2> <h2>How to become a BFCT?</h2>
<p>Based on a successful completion of fulfilling the selection criteria you can become a trainer for a period of one year. The trainer will then become an official "Blender Foundation Certified Trainer" (BFCT). The costs for becoming a BFCT for one year are euro 50,-. The BFCT is valid for one year.</p> <p>Based on a successful completion of fulfilling the selection criteria you can become a trainer for a period of one year. The trainer will then become an official "Blender Foundation Certified Trainer" (BFCT). The costs for becoming a BFCT for one year are euro 50,-. The BFCT is valid for one year.</p>
@@ -24,56 +25,61 @@
<p>If you still like to know more about our program, you can join the <a href="http://lists.blender.org/mailman/listinfo/bf-education" target="_blank">mailing list bf-education</a> to ask questions.</p> <p>If you still like to know more about our program, you can join the <a href="http://lists.blender.org/mailman/listinfo/bf-education" target="_blank">mailing list bf-education</a> to ask questions.</p>
<p>Or for more information of BFCT submissions, contact the board at: bfct-submissions at blender.org</p> <p>Or for more information of BFCT submissions, contact the board at: bfct-submissions at blender.org</p>
</div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<h2>Essential criteria for BFCT</h2> <div class="box">
<p>Individuals who are interested in becoming an official Blender Foundation Certified Trainer must submit an online application to show that they meet the following criteria:</p> <h2>Essential criteria for BFCT</h2>
<h4>I. Proficiency in Blender</h4> <p>Individuals who are interested in becoming an official Blender Foundation Certified Trainer must submit an online application to show that they meet the following criteria:</p>
<p>Candidates should know the purpose and function of the Blender Foundation and the Blender Insitute.</p> <h4>I. Proficiency in Blender</h4>
<p>Candidates should know Blender's history, how it became open source, and what being open source means to Blender's development and documentation. <p>Candidates should know the purpose and function of the Blender Foundation and the Blender Insitute.</p>
With a portfolio/reel submission consisting of stills, animations, and/or .blend files, candidates should exhibit proficiency in 7 of these core areas:</p> <p>Candidates should know Blender's history, how it became open source, and what being open source means to Blender's development and documentation.
<ul class="list-margin-none"> With a portfolio/reel submission consisting of stills, animations, and/or .blend files, candidates should exhibit proficiency in 7 of these core areas:</p>
<li>Modeling</li> <ul class="list-margin-none">
<li>Materials/Texturing</li> <li>Modeling</li>
<li>Rigging</li> <li>Materials/Texturing</li>
<li>Animation</li> <li>Rigging</li>
<li>Compositing</li> <li>Animation</li>
<li>Lighting</li> <li>Compositing</li>
<li>Scripting</li> <li>Lighting</li>
<li>Rendering (internal/external)</li> <li>Scripting</li>
<li>Dynamics/Simulation (fluids, particles, softbodies, etc.)</li> <li>Rendering (internal/external)</li>
<li>Pipeline integration</li> <li>Dynamics/Simulation (fluids, particles, softbodies, etc.)</li>
</ul> <li>Pipeline integration</li>
<h4>II. Teaching Blender</h4> </ul>
<p>With the submission of two examples of teaching, one written (written tutorial, book, etc.) and one by video (video tutorials, live classroom videos, etc.), a candidate should exhibit an ability to do the following things:</p> <h4>II. Teaching Blender</h4>
<p>With the submission of two examples of teaching, one written (written tutorial, book, etc.) and one by video (video tutorials, live classroom videos, etc.), a candidate should exhibit an ability to do the following things:</p>
<p>Clearly explain methods and concepts to students. <p>Clearly explain methods and concepts to students.
Understand the experience level of the students (clearly indicate if the teaching sample is for beginners, intermediate students, or advanced users and speak at their level).<br> Understand the experience level of the students (clearly indicate if the teaching sample is for beginners, intermediate students, or advanced users and speak at their level).<br>
Produce additional teaching material (diagrams, etc.) for complex subjects that require it.</p> Produce additional teaching material (diagrams, etc.) for complex subjects that require it.</p>
<h4>III. Teaching Experience</h4> <h4>III. Teaching Experience</h4>
<p>Candidates should be at least 16 years old. <p>Candidates should be at least 16 years old.
With the submission of a resume or CV, a candidate should exhibit experience as an educator or trainer in at least one of the three following ways:</p> With the submission of a resume or CV, a candidate should exhibit experience as an educator or trainer in at least one of the three following ways:</p>
<ul class="list-margin-none"> <ul class="list-margin-none">
<li>Academic instructor</li> <li>Academic instructor</li>
<li>Commercial trainer</li> <li>Commercial trainer</li>
<li>Community experience (includes forum assistance on blender forums, IRC support, community workshops, or updates to the Blender documentation wiki)</li> <li>Community experience (includes forum assistance on blender forums, IRC support, community workshops, or updates to the Blender documentation wiki)</li>
</ul> </ul>
<p>A certified trainer should target at least one of the following audiences:</p> <p>A certified trainer should target at least one of the following audiences:</p>
<ul class="list-margin-none"> <ul class="list-margin-none">
<li>Corporations who want employees trained in Blender</li> <li>Corporations who want employees trained in Blender</li>
<li>School/College/University teachers who want to integrate Blender in classes</li> <li>School/College/University teachers who want to integrate Blender in classes</li>
<li>Individual 3D artists who want to become trained in Blender</li> <li>Individual 3D artists who want to become trained in Blender</li>
</ul> </ul>
<p>Of the 9 members of the Blender Certification Review Board, at least 7 must approve of a candidate by agreeing that he or she meets the before mentioned criteria. Upon review, the board will pass its recommendation to the Blender Foundation and the candidate will be notified of the result with a short written explanation of the board's decision.</p> <p>Of the 9 members of the Blender Certification Review Board, at least 7 must approve of a candidate by agreeing that he or she meets the before mentioned criteria. Upon review, the board will pass its recommendation to the Blender Foundation and the candidate will be notified of the result with a short written explanation of the board's decision.</p>
</div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<hr> <hr>
<div class="col-md-8 col-md-offset-2"> <div class="col-md-8 col-md-offset-2">
<div class="text-center"> <div class="box text-center">
<h2>Ready?</h2> <h2>Ready?</h2>
<p>If you think you fulfill the requirements listed above, then you're ready to apply! In order to acces the form you need to have a Blender-ID. You can get one for free at the <a href="https://cloud.blender.org/register">Blender Cloud</a> website (does not require a Blender Cloud subscription).</p> <p>If you think you fulfill the requirements listed above, then you're ready to apply! In order to acces the form you need to have a Blender-ID. Don't have one yet? Get your Blender-ID <a href="https://www.blender.org/id">here</a>.</p>
<a class="btn btn-success btn-squishy" href="{{url_for('apply')}}">Apply for BFCT</a> <p>
<a class="btn btn-success btn-squishy width-half" href="{{url_for('apply')}}">Apply for BFCT</a>
</p>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -72,42 +72,49 @@
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<h2>What is the BFCT?</h2> <div class="box">
<p>BFCT is the Blender Foundations official certified trainers program.This membership is renewed annually, along with updated knowledge on new topics Blender might cover.</p> <h2>What is the BFCT?</h2>
<p>BFCT is the Blender Foundations official certified trainers program.This membership is renewed annually, along with updated knowledge on new topics Blender might cover.</p>
<p>The goals of the BFCT program are:</p> <p>The goals of the BFCT program are:</p>
<ul class="list-margin-none"> <ul class="list-margin-none">
<li>Provide a standard for Certification for everyone who is interested in teaching Blender professionally</li> <li>Provide a standard for Certification for everyone who is interested in teaching Blender professionally</li>
<li>Help experienced Blender artists and developers to get into training business</li> <li>Help experienced Blender artists and developers to get into training business</li>
<li>Increase the quality and quantity of Blender training worldwide</li> <li>Increase the quality and quantity of Blender training worldwide</li>
</ul> </ul>
<hr/>
<h2>Become a Trainer</h2>
<p>Thinking of join the team?</p>
<p>Read about how to <a title="Become a Trainer" href="{{url_for('become_a_trainer')}}">become a certified trainer</a></p>
</div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<h2>Training areas</h2> <div class="box">
<p>A certified trainer should target at least one of the following audiences:</p> <h2>Certified Trainers <i class="icon-bookmark"></i></h2>
<ul class="list-margin-none margin-bottom-2"> <p>
<li>Corporations who want employees trained in Blender</li> Over 40+ trainers spread on 5 continents.
<li>School/College/University teachers who want to integrate Blender in classes</li>
<li>Individual 3D artists who want to become trained in Blender</li>
</ul>
<p>A certified trainer cannot give BFCT status to people who have attended their classes, however they are fully free to define their own courses or own student certification programs.</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Certified Trainers <i class="icon-bookmark"></i></h2>
Over 40+ trainers spread on 5 continents.
The current list of certified trainers can be seen at the <a href="https://www.blendernetwork.org/members" target="_blank">Blender Network</a>. The current list of certified trainers can be seen at the <a href="https://www.blendernetwork.org/members" target="_blank">Blender Network</a>.
</p>
</div> <hr/>
<div class="col-md-6">
<h2>Become a Trainer</h2>
<p>Thinking of join the team?</p>
<p>Read about how to <a title="Become a Trainer" href="{{url_for('become_a_trainer')}}">become a certified trainer</a></p> <h2>Training areas</h2>
<p>A certified trainer should target at least one of the following audiences:</p>
<ul class="list-margin-none margin-bottom-2">
<li>Corporations who want employees trained in Blender</li>
<li>School/College/University teachers who want to integrate Blender in classes</li>
<li>Individual 3D artists who want to become trained in Blender</li>
</ul>
<p>A certified trainer cannot give BFCT status to people who have attended their classes, however they are fully free to define their own courses or own student certification programs.</p>
</div>
</div> </div>
</div> </div>
{% endif %} {% endif %}