1.1 --- a/templates/footer.html Sun Dec 29 11:39:25 2013 +0100
1.2 +++ b/templates/footer.html Sun Dec 29 21:37:56 2013 +0100
1.3 @@ -1,19 +1,25 @@
1.4 -<div id="footer">
1.5
1.6 - <div class="separator">
1.7 - <img src="/static/images/python-logo.png" alt="python-logo" />
1.8 - </div>
1.9 +<div class="navbar navbar-default navbar-default-bottom" style="background-color:#fff;">
1.10 +
1.11 + <div class="container">
1.12 + <div style="background-color:#fff;">
1.13 + <div class="separator">
1.14 + <img src="/static/images/python-logo.png" alt="python-logo" />
1.15 + </div>
1.16 +
1.17 <h3>Sponsoren/Unterstützer</h3>
1.18 - <p>
1.19 - <img src="/static/images/sponsors/sudile.jpg" alt="http://www.sudile.com" />
1.20 - <img src="/static/images/sponsors/pysv.png" alt="http://www.pysv.org" />
1.21 - <img src="/static/images/sponsors/blender.png" alt="http://www.blender.org" />
1.22 - <img src="/static/images/sponsors/trabucchi.png" alt="http://www.trabucchi.de/" />
1.23 - </p>
1.24 - <p>
1.25 - <img src="/static/images/sponsors/sponsor-oreilly.png" alt="http://www.oreilly.com/" />
1.26 - <img src="/static/images/sponsors/sponsor-galileo_press-anim.gif" alt="http://galileo-press.de" />
1.27 - <img src="/static/images/sponsors/sponsor-medialinx_ag.png" alt="http://www.medialinx-gruppe.de/" />
1.28 + <p>
1.29 + <img src="/static/images/sponsors/sudile.jpg" alt="http://www.sudile.com" />
1.30 + <img src="/static/images/sponsors/pysv.png" alt="http://www.pysv.org" />
1.31 + <img src="/static/images/sponsors/blender.png" alt="http://www.blender.org" />
1.32 + <img src="/static/images/sponsors/trabucchi.png" alt="http://www.trabucchi.de/" />
1.33 + </p>
1.34 + <p>
1.35 + <img src="/static/images/sponsors/sponsor-oreilly.png" alt="http://www.oreilly.com/" />
1.36 + <img src="/static/images/sponsors/sponsor-galileo_press-anim.gif" alt="http://galileo-press.de" />
1.37 + <img src="/static/images/sponsors/sponsor-medialinx_ag.png" alt="http://www.medialinx-gruppe.de/" />
1.38 + </p>
1.39 +</div>
1.40 +</div>
1.41 +</div>
1.42
1.43 - </p>
1.44 -</div>