2 <div class="container module-footer">
3 <div class="headline text-center">
4 <a href="http://python.org/"
5 title="Python Programming Language"><img src="/static/images/python-logo.png" alt="python-logo" /></a>
8 <div class="container">
9 <div class="col-md-12">
10 <div id="myCarousel" class="carousel slide">
12 <!-- Carousel items -->
13 <div class="carousel-inner col-md-8 col-md-offset-2">
14 <div class="item active">
16 <div class="col-sm-3"><a href="http://www.blender.org/">
17 <img src="/static/images/sponsors/blender.png"
18 alt="Image" class="img-responsive sponsor"></a>
20 <div class="col-sm-3"><a href="http://python-verband.org/">
21 <img src="/static/images/sponsors/pysv.png"
22 alt="Image" class="img-responsive sponsor"></a>
24 <div class="col-sm-3">
25 <a href="http://sudile.de/"><img src="/static/images/sponsors/sudile.jpg"
26 alt="Image" class="img-responsive sponsor"></a>
35 <div class="col-sm-3">
36 <a href="http://www.python-academy.de/"><img src="/static/images/sponsors/sponsor-python-academy.png"
37 alt="Image" class="img-responsive sponsor"></a>
39 <div class="col-sm-3">
40 <a href="http://trabucchi.de/"><img src="/static/images/sponsors/trabucchi.png"
41 alt="Image" class="img-responsive sponsor"></a>
43 <div class="col-sm-3">
44 <a href="http://www.evenios.com/"><img src="/static/images/sponsors/evenios.png"
45 alt="Image" class="img-responsive sponsor"></a>
54 <div class="col-sm-3">
55 <a href="http://www.medialinx-gruppe.de/"><img src="/static/images/sponsors/sponsor-medialinx_ag.png"
56 alt="Image" class="img-responsive sponsor"></a>
58 <div class="col-sm-3">
59 <a href="http://www.galileo-press.de/"><img src="/static/images/sponsors/sponsor-galileo_press-anim.gif"
60 alt="Image" class="img-responsive sponsor"></a>
62 <div class="col-sm-3">
63 <a href="http://www.linux-systemhaus.de/"><img src="/static/images/sponsors/linux_systemhaus_schulz.png"
64 alt="" title="" class="img-responsive sponsor" /></a>
74 <div class="col-sm-3">
75 <a href="http://www.oreilly.de/"><img src="/static/images/sponsors/sponsor-oreilly.png"
76 alt="Image" class="img-responsive sponsor"></a>
82 <!--/carousel-inner-->
83 <a class="left carousel-control hidden-sm" href="#myCarousel" data-slide="prev">‹</a>
84 <a class="right carousel-control hidden-sm" href="#myCarousel" data-slide="next">›</a>
89 <div class="text-center module-imprint">
90 <ul class="list-inline">
91 <li><a href="/privacy">Datenschutzerklärung</a></li>
92 <li><a href="/imprint">Impressum</a></li>