1.1 --- a/templates/de/archive/competitions/2013/index.html Sun Jan 19 13:53:18 2014 +0100
1.2 +++ b/templates/de/archive/competitions/2013/index.html Sun Jan 19 18:42:56 2014 +0100
1.3 @@ -31,11 +31,6 @@
1.4 <p>Anne (15 Jahre) zeigte das eine 3D-Version des »Game of life«
1.5 und Valentin (13 Jahre) demonstrierte seine »Skat-Simulation«.
1.6 </p>
1.7 - <p>
1.8 - <a class="btn btn-lg btn-primary"
1.9 - href="/competition/2014"
1.10 - role="button">Competition 2014</a>
1.11 - </p>
1.12 </div>
1.13 </div>
1.14
2.1 --- a/templates/footer.html Sun Jan 19 13:53:18 2014 +0100
2.2 +++ b/templates/footer.html Sun Jan 19 18:42:56 2014 +0100
2.3 @@ -1,71 +1,80 @@
2.4 <div id="footer">
2.5 + <div class="container">
2.6 + <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>
2.7 + <h3>Sponsors</h3>
2.8 + </div>
2.9 +
2.10 <div class="container">
2.11 - <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>
2.12 - <h3>Sponsors</h3>
2.13 + <div class="col-md-12">
2.14 + <div id="myCarousel" class="carousel slide">
2.15 +
2.16 + <!-- Carousel items -->
2.17 + <div class="carousel-inner">
2.18 + <div class="item active">
2.19 + <div class="row">
2.20 + <div class="col-sm-3"><a href="http://www.linux-systemhaus.de/"><img src="/static/images/sponsors/linux_systemhaus_schulz.png"
2.21 + alt="" title="" class="img-responsive" /></a>
2.22 + </div>
2.23 + <div class="col-sm-3"><a href="http://www.blender.org/"><img src="/static/images/sponsors/blender.png"
2.24 + alt="Image" class="img-responsive"></a>
2.25 + </div>
2.26 + <div class="col-sm-3"><a href="http://python-verband.org/"><img src="/static/images/sponsors/pysv.png"
2.27 + alt="Image" class="img-responsive"></a>
2.28 + </div>
2.29 + <div class="col-sm-3"><a href="http://www.galileo-press.de/"><img src="/static/images/sponsors/sponsor-galileo_press-anim.gif"
2.30 + alt="Image" class="img-responsive"></a>
2.31 + </div>
2.32 + </div>
2.33 + <!--/row-->
2.34 + </div>
2.35 + <!--/item-->
2.36 + <div class="item">
2.37 + <div class="row">
2.38 + <div class="col-sm-3"><a href="http://www.medialinx-gruppe.de/"><img src="/static/images/sponsors/sponsor-medialinx_ag.png"
2.39 + alt="Image" class="img-responsive"></a>
2.40 + </div>
2.41 + <div class="col-sm-3"><a href="http://www.oreilly.de/"><img src="/static/images/sponsors/sponsor-oreilly.png"
2.42 + alt="Image" class="img-responsive"></a>
2.43 + </div>
2.44 + <div class="col-sm-3"><a href="http://sudile.de/"><img src="/static/images/sponsors/sudile.jpg"
2.45 + alt="Image" class="img-responsive"></a>
2.46 + </div>
2.47 + <div class="col-sm-3"><a href="http://trabucchi.de/"><img src="/static/images/sponsors/trabucchi.png"
2.48 + alt="Image" class="img-responsive"></a>
2.49 + </div>
2.50 + </div>
2.51 + <!--/row-->
2.52 + </div>
2.53 +
2.54 + <!--/item-->
2.55 + <div class="item">
2.56 + <div class="row">
2.57 + <div class="col-sm-3"><a href="http://www.evenios.com/"><img src="/static/images/sponsors/evenios.png"
2.58 + alt="Image" class="img-responsive"></a>
2.59 + </div>
2.60 + <div class="col-sm-3">
2.61 + </div>
2.62 + <div class="col-sm-3">
2.63 + </div>
2.64 + <div class="col-sm-3">
2.65 + </div>
2.66 + </div>
2.67 + <!--/row-->
2.68 + </div>
2.69 + <!--/item-->
2.70 + </div>
2.71 + <!--/carousel-inner-->
2.72 + <a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
2.73 + <a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
2.74 </div>
2.75 -
2.76 - <div class="container">
2.77 - <div class="col-md-12">
2.78 - <div id="myCarousel" class="carousel slide">
2.79 -
2.80 - <!-- Carousel items -->
2.81 - <div class="carousel-inner">
2.82 - <div class="item active">
2.83 - <div class="row">
2.84 - <div class="col-sm-3"><a href="http://www.linux-systemhaus.de/"><img src="/static/images/sponsors/linux_systemhaus_schulz.png" alt="" title="" class="img-responsive" /></a>
2.85 - </div>
2.86 - <div class="col-sm-3"><a href="http://www.blender.org/"><img src="/static/images/sponsors/blender.png" alt="Image" class="img-responsive"></a>
2.87 - </div>
2.88 - <div class="col-sm-3"><a href="http://python-verband.org/"><img src="/static/images/sponsors/pysv.png" alt="Image" class="img-responsive"></a>
2.89 - </div>
2.90 - <div class="col-sm-3"><a href="http://www.galileo-press.de/"><img src="/static/images/sponsors/sponsor-galileo_press-anim.gif" alt="Image" class="img-responsive"></a>
2.91 - </div>
2.92 - </div>
2.93 - <!--/row-->
2.94 - </div>
2.95 - <!--/item-->
2.96 - <div class="item">
2.97 - <div class="row">
2.98 - <div class="col-sm-3"><a href="http://www.medialinx-gruppe.de/"><img src="/static/images/sponsors/sponsor-medialinx_ag.png" alt="Image" class="img-responsive"></a>
2.99 - </div>
2.100 - <div class="col-sm-3"><a href="http://www.oreilly.de/"><img src="/static/images/sponsors/sponsor-oreilly.png" alt="Image" class="img-responsive"></a>
2.101 - </div>
2.102 - <div class="col-sm-3"><a href="http://sudile.de/"><img src="/static/images/sponsors/sudile.jpg" alt="Image" class="img-responsive"></a>
2.103 - </div>
2.104 - <div class="col-sm-3"><a href="http://trabucchi.de/"><img src="/static/images/sponsors/trabucchi.png" alt="Image" class="img-responsive"></a>
2.105 - </div>
2.106 - </div>
2.107 - <!--/row-->
2.108 - </div>
2.109 -
2.110 - <!--/item-->
2.111 - <div class="item">
2.112 - <div class="row">
2.113 - <div class="col-sm-3"><a href="http://www.evenios.com/"><img src="/static/images/sponsors/evenios.png" alt="Image" class="img-responsive"></a>
2.114 - </div>
2.115 - <div class="col-sm-3">
2.116 - </div>
2.117 - <div class="col-sm-3">
2.118 - </div>
2.119 - <div class="col-sm-3">
2.120 - </div>
2.121 - </div>
2.122 - <!--/row-->
2.123 - </div>
2.124 - <!--/item-->
2.125 - </div>
2.126 - <!--/carousel-inner-->
2.127 - <a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
2.128 - <a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
2.129 - </div>
2.130 - <!--/myCarousel-->
2.131 - </div>
2.132 - </div>
2.133 - <div class="text-center module-imprint">
2.134 - <ul class="list-inline">
2.135 - <li><a href="/privacy">Datenschutzerklärung</a></li>
2.136 - <li><a href="/imprint">Impressum</a></li>
2.137 - </ul>
2.138 - </div>
2.139 + <!--/myCarousel-->
2.140 + </div>
2.141 </div>
2.142 + <div class="text-center module-imprint">
2.143 + <ul class="list-inline">
2.144 + <li><a href="/privacy">Datenschutzerklärung</a></li>
2.145 + <li><a href="/imprint">Impressum</a></li>
2.146 + </ul>
2.147 + </div>
2.148 + </div>
2.149 </div>
3.1 --- a/templates/index.html Sun Jan 19 13:53:18 2014 +0100
3.2 +++ b/templates/index.html Sun Jan 19 18:42:56 2014 +0100
3.3 @@ -11,6 +11,9 @@
3.4 href="/competition">{{ competition_info }}</a>
3.5 <a type="button" class="btn btn-default"
3.6 href="{{ url_for('dates') }}">{{ dates }}</a>
3.7 + <a type="button" class="btn btn-default"
3.8 + href="{{ url_for('competition_2013') }}">{{ _("imressions2013") }}</a>
3.9 +
3.10 </div>
3.11 </div>
3.12 </div>