1.1 --- a/templates/footer.html Sat Jan 18 10:22:25 2014 +0100
1.2 +++ b/templates/footer.html Sat Jan 18 10:49:41 2014 +0100
1.3 @@ -1,7 +1,9 @@
1.4 <div id="footer">
1.5 <div class="container">
1.6 - <img src="./static/images/python-logo.png" alt="python-logo" />
1.7 - <h3>Sponsors</h3>
1.8 + <div class="text-center"><a href="http://python.org/" alt="Python Programming Language website" title="Python Programming Language"><img src="./static/images/python-logo.png" alt="python-logo" /></a>
1.9 + <h3>Sponsors</h3>
1.10 + </div>
1.11 +
1.12 <div class="container">
1.13 <div class="col-md-12">
1.14 <div id="myCarousel" class="carousel slide">
1.15 @@ -24,13 +26,13 @@
1.16 <!--/item-->
1.17 <div class="item">
1.18 <div class="row">
1.19 - <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="./static/images/sponsors/sponsor-medialinx_ag.png" alt="Image" class="img-responsive"></a>
1.20 + <div class="col-sm-3"><a href="#x"><img src="./static/images/sponsors/sponsor-medialinx_ag.png" alt="Image" class="img-responsive"></a>
1.21 </div>
1.22 - <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="./static/images/sponsors/sponsor-oreilly.png" alt="Image" class="img-responsive"></a>
1.23 + <div class="col-sm-3"><a href="#x"><img src="./static/images/sponsors/sponsor-oreilly.png" alt="Image" class="img-responsive"></a>
1.24 </div>
1.25 - <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="./static/images/sponsors/sudile.jpg" alt="Image" class="img-responsive"></a>
1.26 + <div class="col-sm-3"><a href="#x"><img src="./static/images/sponsors/sudile.jpg" alt="Image" class="img-responsive"></a>
1.27 </div>
1.28 - <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="./static/images/sponsors/trabucchi.png" alt="Image" class="img-responsive"></a>
1.29 + <div class="col-sm-3"><a href="#x"><img src="./static/images/sponsors/trabucchi.png" alt="Image" class="img-responsive"></a>
1.30 </div>
1.31 </div>
1.32 <!--/row-->
1.33 @@ -44,5 +46,11 @@
1.34 <!--/myCarousel-->
1.35 </div>
1.36 </div>
1.37 + <div class="text-center module-imprint">
1.38 + <ul class="list-inline">
1.39 + <li><a href="/privacy">Datenschutzerklärung</a></li>
1.40 + <li><a href="/imprint">Impressum</a></li>
1.41 + </ul>
1.42 + </div>
1.43 </div>
1.44 </div>
1.45 \ No newline at end of file