1.1 Binary file static/images/competition_300.jpg has changed
2.1 Binary file static/images/submission.png has changed
3.1 Binary file static/images/submission_300.png has changed
4.1 --- a/templates/competition.html Wed Dec 04 09:42:43 2013 +0100
4.2 +++ b/templates/competition.html Wed Dec 04 12:21:21 2013 +0100
4.3 @@ -3,14 +3,12 @@
4.4 {% block jumbotron %}
4.5 <!-- default jumbotron -->
4.6 {% include "jumbotron-competition.html" %}
4.7 -<p>Spezial Jubotron...</p>
4.8 +{% endblock %}
4.9 +
4.10 +
4.11 +{% block body %}
4.12 +<h2>
4.13 +Information you need!
4.14 +</h2>
4.15
4.16 {% endblock %}
4.17 -
4.18 -
4.19 -{% block body %}
4.20 -<h1>
4.21 -Competition
4.22 -</h1>
4.23 -
4.24 -{% endblock %}
5.1 --- a/templates/jumbotron-competition.html Wed Dec 04 09:42:43 2013 +0100
5.2 +++ b/templates/jumbotron-competition.html Wed Dec 04 12:21:21 2013 +0100
5.3 @@ -1,7 +1,2 @@
5.4 -<h1>Jumbotron: competition</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 +<img src="/static/images/competition_300.jpg" />
5.12 +<h1>Competition</h1>
6.1 --- a/templates/jumbotron-coursematerial.html Wed Dec 04 09:42:43 2013 +0100
6.2 +++ b/templates/jumbotron-coursematerial.html Wed Dec 04 12:21:21 2013 +0100
6.3 @@ -1,3 +1,2 @@
6.4 <img src="/static/images/coursematerial_300.png" />
6.5 <h1>How it works…</h1>
6.6 -<div class="clear"></div>
7.1 --- a/templates/jumbotron-submission.html Wed Dec 04 09:42:43 2013 +0100
7.2 +++ b/templates/jumbotron-submission.html Wed Dec 04 12:21:21 2013 +0100
7.3 @@ -1,7 +1,3 @@
7.4 -<h1>Jumbotron: submission</h1>
7.5 -<p>This example is a quick exercise to illustrate how the
7.6 - default, static navbar and fixed to top navbar work. It includes the
7.7 - responsive CSS and HTML, so it also adapts to your viewport and device.</p>
7.8 -<p>
7.9 - <a class="btn btn-lg btn-primary" href="http://vocword.org" role="button">View navbar docs »</a>
7.10 -</p>
7.11 \ No newline at end of file
7.12 +<img src="/static/images/submission_300.png" />
7.13 +<h1>Submission…</h1>
7.14 +
8.1 --- a/templates/jumbotron-task.html Wed Dec 04 09:42:43 2013 +0100
8.2 +++ b/templates/jumbotron-task.html Wed Dec 04 12:21:21 2013 +0100
8.3 @@ -1,5 +1,3 @@
8.4 -
8.5 <img src="/static/images/task_werkbank_300.png" />
8.6 <h1>Tasks…</h1>
8.7 -<div class="clear"></div>
8.8
9.1 --- a/templates/submission.html Wed Dec 04 09:42:43 2013 +0100
9.2 +++ b/templates/submission.html Wed Dec 04 12:21:21 2013 +0100
9.3 @@ -3,14 +3,12 @@
9.4 {% block jumbotron %}
9.5 <!-- default jumbotron -->
9.6 {% include "jumbotron-submission.html" %}
9.7 -<p>Spezial Jubotron...</p>
9.8 +{% endblock %}
9.9 +
9.10 +
9.11 +{% block body %}
9.12 +<h2>
9.13 +Show what you've accomplished!
9.14 +</h2>
9.15
9.16 {% endblock %}
9.17 -
9.18 -
9.19 -{% block body %}
9.20 -<h1>
9.21 -Submission
9.22 -</h1>
9.23 -
9.24 -{% endblock %}
10.1 --- a/templates/task.html Wed Dec 04 09:42:43 2013 +0100
10.2 +++ b/templates/task.html Wed Dec 04 12:21:21 2013 +0100
10.3 @@ -8,9 +8,9 @@
10.4
10.5
10.6 {% block body %}
10.7 -<h1>
10.8 -Task
10.9 -</h1>
10.10 +<h2>
10.11 +Your task: come on, go it!
10.12 +</h2>
10.13 <p></p>
10.14 <p>Image: "Werkbank" by Petermann</p>
10.15 {% endblock %}
11.1 --- a/templates/theme.html Wed Dec 04 09:42:43 2013 +0100
11.2 +++ b/templates/theme.html Wed Dec 04 12:21:21 2013 +0100
11.3 @@ -83,6 +83,7 @@
11.4 <!-- Main component for a primary marketing message or call to action -->
11.5 <div class="jumbotron">
11.6 {% block jumbotron %}{% endblock %}
11.7 + <div class="clear"></div>
11.8 </div>
11.9 {% block body %}{% endblock %}{% include "footer.html" %}
11.10