From 3a1f01886360bdfe6b5e94565b9b30253eb04dac Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 20 Jun 2014 16:05:59 +0200 Subject: [PATCH] Starting to style BFCT page and listing --- .../application/static/assets/css/bfct.css | 7 +++ .../templates/applications/index.html | 33 +++++++---- blender-bfct/application/templates/index.html | 20 +++---- .../application/templates/layout.html | 58 +++++++++++++------ 4 files changed, 78 insertions(+), 40 deletions(-) create mode 100644 blender-bfct/application/static/assets/css/bfct.css diff --git a/blender-bfct/application/static/assets/css/bfct.css b/blender-bfct/application/static/assets/css/bfct.css new file mode 100644 index 0000000..b10d582 --- /dev/null +++ b/blender-bfct/application/static/assets/css/bfct.css @@ -0,0 +1,7 @@ +.application_row { + width: 430%; + height: 100%; + top: 0; + left: 0; + position: absolute; +} \ No newline at end of file diff --git a/blender-bfct/application/templates/applications/index.html b/blender-bfct/application/templates/applications/index.html index 2657dea..62b3e88 100755 --- a/blender-bfct/application/templates/applications/index.html +++ b/blender-bfct/application/templates/applications/index.html @@ -9,21 +9,30 @@ Country Date Status - Approvals - + Approvals - {% for application in applications %} - - {{application.user.first_name}} {{application.user.last_name}} - {{application.city_country}} - {{application.pretty_submission_date}} - {{application.status}} - {{application.approve}} / {{application.approve + application.reject}} - View - - {% endfor %} + {% for application in applications %} + + + +
+
+ {{application.user.first_name}} {{application.user.last_name}} + + {{application.city_country}} + {{application.pretty_submission_date}} + {{application.status}} + + {{application.approve}} + / + {{application.approve + application.reject}} + + + +
+ {% endfor %} diff --git a/blender-bfct/application/templates/index.html b/blender-bfct/application/templates/index.html index 9845925..953dd36 100755 --- a/blender-bfct/application/templates/index.html +++ b/blender-bfct/application/templates/index.html @@ -1,18 +1,18 @@ {% extends 'layout.html' %} {% block body %}
-
-

BFCT program

-

BFCT is the Blender Foundation’s official certified trainers program.This membership is renewed annually, along with updated knowledge on new topics Blender might cover.

+
+

What is the BFCT?

+

BFCT is the Blender Foundation’s official certified trainers program.This membership is renewed annually, along with updated knowledge on new topics Blender might cover.

-

The goals of the BFCT program are:

+

The goals of the BFCT program are:

-
    -
  • Provide a standard for Certification for everyone who is interested in teaching Blender professionally
  • -
  • Help experienced Blender artists and developers to get into training business
  • -
  • Increase the quality and quantity of Blender training worldwide
  • -
-
+
    +
  • Provide a standard for Certification for everyone who is interested in teaching Blender professionally
  • +
  • Help experienced Blender artists and developers to get into training business
  • +
  • Increase the quality and quantity of Blender training worldwide
  • +
+
{% endblock %} diff --git a/blender-bfct/application/templates/layout.html b/blender-bfct/application/templates/layout.html index 8fe7cd9..2110884 100644 --- a/blender-bfct/application/templates/layout.html +++ b/blender-bfct/application/templates/layout.html @@ -10,6 +10,8 @@ + + @@ -32,17 +34,17 @@ {% block modal %} {% endblock %} -