- Add titles to pages

- Add favicon + fix UL (thanks brita_!)
This commit is contained in:
2014-07-18 19:32:20 +02:00
parent 4c3b878f55
commit 4cf09d5440
10 changed files with 15 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block body %} {% block body %}
{% block page_title %}BFCT Applications{% endblock %}
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<h1>BFCT Applications</h1> <h1>BFCT Applications</h1>

View File

@@ -1,6 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block body %} {% block body %}
{% block page_title %}{{application.user.first_name}}'s BFCT Application{% endblock %}
<div class="row"> <div class="row">
<div class="col-md-8"> <div class="col-md-8">
<h1>{{application.user.first_name}} {{application.user.last_name}}</h1> <h1>{{application.user.first_name}} {{application.user.last_name}}</h1>

View File

@@ -1,5 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block body %} {% block body %}
{% block page_title %}Submit Application{% endblock %}
<div class="row"> <div class="row">
<div class="col-md-8"> <div class="col-md-8">
<div class="container-fluid"> <div class="container-fluid">

View File

@@ -1,5 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block body %} {% block body %}
{% block page_title %}Become a Trainer{% endblock %}
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<h2>How to become a BFCT?</h2> <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 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. <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> 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>Modeling</li>
<li>Materials/Texturing</li> <li>Materials/Texturing</li>
<li>Rigging</li> <li>Rigging</li>
@@ -52,13 +53,13 @@
<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> <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> <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>

View File

@@ -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>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> <p>The BFCT robot</p>

View File

@@ -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)}}. 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 The BFCT robot

View File

@@ -1,5 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block body %} {% block body %}
{% block page_title %}About{% endblock %}
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<h2>What is the BFCT?</h2> <h2>What is the BFCT?</h2>
@@ -7,7 +8,7 @@
<p>The goals of the BFCT program are:</p> <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>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>
@@ -16,7 +17,7 @@
<div class="col-md-6"> <div class="col-md-6">
<h2>Training areas</h2> <h2>Training areas</h2>
<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> <ul class="list-margin-none offset-bottom-2">
<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>

View File

@@ -21,7 +21,7 @@
<![endif]--> <![endif]-->
<!-- Le fav and touch icons --> <!-- 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="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="114x114" href="/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/apple-touch-icon-72-precomposed.png">

View File

@@ -1,5 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block body %} {% block body %}
{% block page_title %}My Application{% endblock %}
<div class="row"> <div class="row">
<div class="col-md-12"> <i class="bf-network backicon"></i> <div class="col-md-12"> <i class="bf-network backicon"></i>