1.1 Binary file static/images/coursematerial_300.png has changed
2.1 Binary file static/images/task_werkbank.jpg has changed
3.1 Binary file static/images/task_werkbank_300.png has changed
4.1 --- a/templates/jumbotron-coursematerial.html Mon Dec 02 11:53:59 2013 +0100
4.2 +++ b/templates/jumbotron-coursematerial.html Mon Dec 02 15:48:48 2013 +0100
4.3 @@ -1,2 +1,2 @@
4.4 -<img src="/static/images/jt-coursematerial.png" width="300px" />
4.5 -<h1>How it works..</h1>
4.6 +<img src="/static/images/coursematerial_300.png" />
4.7 +<h1>How it works...</h1>
5.1 --- a/templates/jumbotron-task.html Mon Dec 02 11:53:59 2013 +0100
5.2 +++ b/templates/jumbotron-task.html Mon Dec 02 15:48:48 2013 +0100
5.3 @@ -1,7 +1,5 @@
5.4 -<h1>Jumbotron: Task</h1>
5.5 -<p>This example is a quick exercise to illustrate how the
5.6 - default, static navbar and fixed to top navbar work. It includes the
5.7 - responsive CSS and HTML, so it also adapts to your viewport and device.</p>
5.8 -<p>
5.9 - <a class="btn btn-lg btn-primary" href="http://vocword.org" role="button">View navbar docs ยป</a>
5.10 -</p>
5.11 +<div>
5.12 +<img src="/static/images/task_werkbank_300.png" />
5.13 +<h1>Tasks...</h1>
5.14 +</div>
5.15 +
6.1 --- a/templates/task.html Mon Dec 02 11:53:59 2013 +0100
6.2 +++ b/templates/task.html Mon Dec 02 15:48:48 2013 +0100
6.3 @@ -1,9 +1,8 @@
6.4 {% extends "theme.html" %}
6.5
6.6 {% block jumbotron %}
6.7 -<!-- default jumbotron -->
6.8 +
6.9 {% include "jumbotron-task.html" %}
6.10 -<p>Spezial Jubotron...</p>
6.11
6.12 {% endblock %}
6.13
6.14 @@ -12,5 +11,6 @@
6.15 <h1>
6.16 Task
6.17 </h1>
6.18 -
6.19 +<p></p>
6.20 +<p>Image: "Werkbank" by Petermann</p>
6.21 {% endblock %}