Added missing public pages

This commit is contained in:
2014-06-23 11:46:45 +02:00
parent c072299922
commit 9912d9d5fe
4 changed files with 124 additions and 3 deletions

View File

@@ -31,6 +31,10 @@ class ApplicationForm(Form):
def homepage():
return render_template('index.html', title='home')
@app.route('/become-a-trainer')
def become_a_trainer():
return render_template('become_a_trainer.html', title='become_a_trainer')
@app.route('/apply', methods=['GET', 'POST'])
@login_required

View File

@@ -0,0 +1,81 @@
{% extends 'layout.html' %}
{% block body %}
<div class="row">
<div class="col-md-6">
<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>
<h2>Language</h2>
<p>The Blender Institute encourages applicants from any and all linguistic backgrounds. Multi-language support is indeed a vital part of supporting the use of Blender everywhere. Nonetheless, as the language of the Blender Institute and the Blender educational review board is English; the board requires that a letter of interest and summary of professional experience be submitted in English. It is the applicant's responsibility to secure translation if they do not personally possess the necessary English skills to produce such a document. Additionally, the review board thanks non-English language applicants for their patience as supporting materials submitted in another language may require more time to be properly reviewed.</p>
<h2>Proof of your Certification</h2>
<p>Upon successful completion of fulfilling the selection criteria, you will hold the title of an official recognized Blender Foundation Certified Trainer for a period of one year. Once accepted you will <a href="http://www.blendernetwork.org/subscriptions" target="_blank">create a profile page</a> on the Blender Network. The fee for becoming a BFCT is €50 per year, which is the same amount as for a Freelance membership on the Blender Network, if you rather have a different membership type you can get in touch with the <a href="http://www.blendernetwork.org/contact" target="_blank">Network support</a>.</p>
<p>As proof of the validity of the certification, the trainer's profile on the Blender Network will have a special "BFCT" tag for the duration of his/her certification.</p>
<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>
<p>At the end of the year as a certified trainer, individuals will be offered the opportunity to renew their certification. As part of the renewal process, they will be re-evaluated to assure that they are up to date with the most recent changes and additions to Blender.</p>
<p>Please note, also, that this first year of the Blender Certified Trainer Program will be under evaluation as well. On the anniversary of the launch of the program, the review board may or may not make changes to the program in an effort ot improve it. The feedback and suggestions of those who go through this process would be greatly appreciated by the review board.</p>
<h2>Contact for additional information</h2>
<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>
</div>
<div class="col-md-6">
<h2>Essential criteria for BFCT</h2>
<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>
<h4>I. Proficiency in Blender</h4>
<p>Candidates should know the purpose and function of the Blender Foundation and the Blender Insitute.</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.
With a portfolio/reel submission consisting of stills, animations, and/or .blend files, candidates should exhibit proficiency in 7 of these core areas:</p>
<ul>
<li>Modeling</li>
<li>Materials/Texturing</li>
<li>Rigging</li>
<li>Animation</li>
<li>Compositing</li>
<li>Lighting</li>
<li>Scripting</li>
<li>Rendering (internal/external)</li>
<li>Dynamics/Simulation (fluids, particles, softbodies, etc.)</li>
<li>Pipeline integration</li>
</ul>
<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.
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>
<h4>III. Teaching Experience</h4>
<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>
<ul>
<li>Academic instructor</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>
</ul>
<p>A certified trainer should target at least one of the following audiences:</p>
<ul>
<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>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 class="row">
<hr>
<div class="col-md-8 col-md-offset-2">
<div class="text-center">
<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>
<a class="btn btn-success btn-squishy" href="{{url_for('apply')}}">Apply for BFCT</a>
</div>
</div>
</div>
{% endblock %}

View File

@@ -1,7 +1,7 @@
{% extends 'layout.html' %}
{% block body %}
<div class="row">
<div class="col-md-8">
<div class="col-md-6">
<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>
@@ -13,6 +13,38 @@
<li>Increase the quality and quantity of Blender training worldwide</li>
</ul>
</div>
<div class="col-md-6">
<h2>Training areas</h2>
<p>A certified trainer should target at least one of the following audiences:</p>
<ul>
<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 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="http://blendernetwork.org/BFCT" target="_blank">Blender Network</a>.
<h2>Logo usage</h2>
<p>
A certification is only valid when it has an active on Blender Network site. People who use the Certification Logo (below) should link that to the Network Page url.</p>
<a href="http://download.blender.org/institute/certification_logo.zip"><img alt="certification_logo" src="http://www.blender.org/wp-content/uploads/2012/11/certification_logo-300x161.png" width="300" height="161" /></a>
</div>
<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="http://www.blender.org/certification/become-a-trainer/">become a certified trainer</a></p>
</div>
</div>
{% endblock %}

View File

@@ -82,9 +82,13 @@
<li {% if title == 'home': %} class="active"{% endif %}>
<a href="{{ url_for('homepage') }}">Home</a>
</li>
<li><a href="http://www.blender.org/certification/become-a-trainer/">Become a Trainer</a></li>
<li {% if title == 'become_a_trainer': %} class="active"{% endif %}>
<a href="{{ url_for('become_a_trainer') }}">Become a Trainer</a>
</li>
{% if current_user.has_role('admin') %}
<li><a href="{{url_for('applications.index')}}">Review Applications</a></li>
<li {% if title == 'applications': %} class="active"{% endif %}>
<a href="{{url_for('applications.index')}}">Review Applications</a>
</li>
{% endif %}
{% if current_user.is_authenticated() %}