# HG changeset patch # User Peter Koppatz # Date 1386156081 -3600 # Node ID 0571319aed6aaf376b52adce730b7b7f52ec634f # Parent db0ed4a1e9d1b9c63fe9c087b296d5d4f18b9817 Images for all main pages diff -r db0ed4a1e9d1 -r 0571319aed6a static/images/competition_300.jpg Binary file static/images/competition_300.jpg has changed diff -r db0ed4a1e9d1 -r 0571319aed6a static/images/submission.png Binary file static/images/submission.png has changed diff -r db0ed4a1e9d1 -r 0571319aed6a static/images/submission_300.png Binary file static/images/submission_300.png has changed diff -r db0ed4a1e9d1 -r 0571319aed6a templates/competition.html --- a/templates/competition.html Wed Dec 04 09:42:43 2013 +0100 +++ b/templates/competition.html Wed Dec 04 12:21:21 2013 +0100 @@ -3,14 +3,12 @@ {% block jumbotron %} {% include "jumbotron-competition.html" %} -

Spezial Jubotron...

+{% endblock %} + + +{% block body %} +

+Information you need! +

{% endblock %} - - -{% block body %} -

-Competition -

- -{% endblock %} diff -r db0ed4a1e9d1 -r 0571319aed6a templates/jumbotron-competition.html --- a/templates/jumbotron-competition.html Wed Dec 04 09:42:43 2013 +0100 +++ b/templates/jumbotron-competition.html Wed Dec 04 12:21:21 2013 +0100 @@ -1,7 +1,2 @@ -

Jumbotron: competition

-

This example is a quick exercise to illustrate how the - default, static navbar and fixed to top navbar work. It includes the - responsive CSS and HTML, so it also adapts to your viewport and device.

-

- View navbar docs » -

+ +

Competition

diff -r db0ed4a1e9d1 -r 0571319aed6a templates/jumbotron-coursematerial.html --- a/templates/jumbotron-coursematerial.html Wed Dec 04 09:42:43 2013 +0100 +++ b/templates/jumbotron-coursematerial.html Wed Dec 04 12:21:21 2013 +0100 @@ -1,3 +1,2 @@

How it works…

-
diff -r db0ed4a1e9d1 -r 0571319aed6a templates/jumbotron-submission.html --- a/templates/jumbotron-submission.html Wed Dec 04 09:42:43 2013 +0100 +++ b/templates/jumbotron-submission.html Wed Dec 04 12:21:21 2013 +0100 @@ -1,7 +1,3 @@ -

Jumbotron: submission

-

This example is a quick exercise to illustrate how the - default, static navbar and fixed to top navbar work. It includes the - responsive CSS and HTML, so it also adapts to your viewport and device.

-

- View navbar docs » -

\ No newline at end of file + +

Submission…

+ diff -r db0ed4a1e9d1 -r 0571319aed6a templates/jumbotron-task.html --- a/templates/jumbotron-task.html Wed Dec 04 09:42:43 2013 +0100 +++ b/templates/jumbotron-task.html Wed Dec 04 12:21:21 2013 +0100 @@ -1,5 +1,3 @@ -

Tasks…

-
diff -r db0ed4a1e9d1 -r 0571319aed6a templates/submission.html --- a/templates/submission.html Wed Dec 04 09:42:43 2013 +0100 +++ b/templates/submission.html Wed Dec 04 12:21:21 2013 +0100 @@ -3,14 +3,12 @@ {% block jumbotron %} {% include "jumbotron-submission.html" %} -

Spezial Jubotron...

+{% endblock %} + + +{% block body %} +

+Show what you've accomplished! +

{% endblock %} - - -{% block body %} -

-Submission -

- -{% endblock %} diff -r db0ed4a1e9d1 -r 0571319aed6a templates/task.html --- a/templates/task.html Wed Dec 04 09:42:43 2013 +0100 +++ b/templates/task.html Wed Dec 04 12:21:21 2013 +0100 @@ -8,9 +8,9 @@ {% block body %} -

-Task -

+

+Your task: come on, go it! +

Image: "Werkbank" by Petermann

{% endblock %} diff -r db0ed4a1e9d1 -r 0571319aed6a templates/theme.html --- a/templates/theme.html Wed Dec 04 09:42:43 2013 +0100 +++ b/templates/theme.html Wed Dec 04 12:21:21 2013 +0100 @@ -83,6 +83,7 @@
{% block jumbotron %}{% endblock %} +
{% block body %}{% endblock %}{% include "footer.html" %}