- Add titles to pages
- Add favicon + fix UL (thanks brita_!)
This commit is contained in:
Submodule blender-bfct/application/static/assets_shared updated: 56f71f65c9...e5e703c7ea
@@ -1,5 +1,6 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% block body %}
|
||||
{% block page_title %}BFCT Applications{% endblock %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1>BFCT Applications</h1>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% block body %}
|
||||
|
||||
{% block page_title %}{{application.user.first_name}}'s BFCT Application{% endblock %}
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<h1>{{application.user.first_name}} {{application.user.last_name}}</h1>
|
||||
|
@@ -1,5 +1,6 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% block body %}
|
||||
{% block page_title %}Submit Application{% endblock %}
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="container-fluid">
|
||||
|
@@ -1,5 +1,6 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% block body %}
|
||||
{% block page_title %}Become a Trainer{% endblock %}
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h2>How to become a BFCT?</h2>
|
||||
@@ -31,7 +32,7 @@
|
||||
<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>
|
||||
<ul class="list-margin-none">
|
||||
<li>Modeling</li>
|
||||
<li>Materials/Texturing</li>
|
||||
<li>Rigging</li>
|
||||
@@ -52,13 +53,13 @@
|
||||
<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>
|
||||
<ul class="list-margin-none">
|
||||
<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>
|
||||
<ul class="list-margin-none">
|
||||
<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>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<p>Hello!</p>
|
||||
<p>Hello there fellow BFCT member!</p>
|
||||
<p>A new BFCT application awaits your review! Check it out at the <a href="http://www.blender.org/certification{{url_for('applications.view', id=application.id)}}">BFCT portal</a>.</p>
|
||||
|
||||
<p>The BFCT robot</p>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
Hello!
|
||||
Hello there fellow board member!
|
||||
A new BFCT application awaits your review! Check it out at http://www.blender.org/certification{{url_for('applications.view', id=application.id)}}.
|
||||
|
||||
The BFCT robot
|
||||
|
@@ -1,5 +1,6 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% block body %}
|
||||
{% block page_title %}About{% endblock %}
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h2>What is the BFCT?</h2>
|
||||
@@ -7,7 +8,7 @@
|
||||
|
||||
<p>The goals of the BFCT program are:</p>
|
||||
|
||||
<ul>
|
||||
<ul class="list-margin-none">
|
||||
<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>Increase the quality and quantity of Blender training worldwide</li>
|
||||
@@ -16,7 +17,7 @@
|
||||
<div class="col-md-6">
|
||||
<h2>Training areas</h2>
|
||||
<p>A certified trainer should target at least one of the following audiences:</p>
|
||||
<ul>
|
||||
<ul class="list-margin-none offset-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>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
<![endif]-->
|
||||
|
||||
<!-- Le fav and touch icons -->
|
||||
<link rel="shortcut icon" href="{{ url_for('static', filename='ico/favicon.ico') }}">
|
||||
<link rel="shortcut icon" href="{{ url_for('static', filename='assets_shared/images/favicon.ico') }}">
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
|
||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-114-precomposed.png">
|
||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/apple-touch-icon-72-precomposed.png">
|
||||
|
@@ -1,5 +1,6 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% block body %}
|
||||
{% block page_title %}My Application{% endblock %}
|
||||
<div class="row">
|
||||
<div class="col-md-12"> <i class="bf-network backicon"></i>
|
||||
|
||||
|
Reference in New Issue
Block a user