templates/footer.html
changeset 156 f05d0e9abd23
parent 119 9111b5618e3c
child 171 477ad271570e
     1.1 --- a/templates/footer.html	Sun Jan 19 09:45:22 2014 +0100
     1.2 +++ b/templates/footer.html	Sun Jan 19 10:09:19 2014 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  <div id="footer">
     1.5      <div class="container">
     1.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>
     1.7 +        <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.8           <h3>Sponsors</h3>
     1.9          </div>
    1.10  
    1.11 @@ -12,13 +12,13 @@
    1.12                      <div class="carousel-inner">
    1.13                          <div class="item active">
    1.14                              <div class="row">
    1.15 -                                <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>
    1.16 +                                <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>
    1.17                                  </div>
    1.18 -                                <div class="col-sm-3"><a href="http://www.blender.org/"><img src="./static/images/sponsors/blender.png" alt="Image" class="img-responsive"></a>
    1.19 +                                <div class="col-sm-3"><a href="http://www.blender.org/"><img src="/static/images/sponsors/blender.png" alt="Image" class="img-responsive"></a>
    1.20                                  </div>
    1.21 -                                <div class="col-sm-3"><a href="http://python-verband.org/"><img src="./static/images/sponsors/pysv.png" alt="Image" class="img-responsive"></a>
    1.22 +                                <div class="col-sm-3"><a href="http://python-verband.org/"><img src="/static/images/sponsors/pysv.png" alt="Image" class="img-responsive"></a>
    1.23                                  </div>
    1.24 -                                <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>
    1.25 +                                <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>
    1.26                                  </div>
    1.27                              </div>
    1.28                              <!--/row-->
    1.29 @@ -26,13 +26,13 @@
    1.30                          <!--/item-->
    1.31                          <div class="item">
    1.32                              <div class="row">
    1.33 -                                <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>
    1.34 +                                <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>
    1.35                                  </div>
    1.36 -                                <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>
    1.37 +                                <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>
    1.38                                  </div>
    1.39 -                                <div class="col-sm-3"><a href="http://sudile.de/"><img src="./static/images/sponsors/sudile.jpg" alt="Image" class="img-responsive"></a>
    1.40 +                                <div class="col-sm-3"><a href="http://sudile.de/"><img src="/static/images/sponsors/sudile.jpg" alt="Image" class="img-responsive"></a>
    1.41                                  </div>
    1.42 -                                <div class="col-sm-3"><a href="http://trabucchi.de/"><img src="./static/images/sponsors/trabucchi.png" alt="Image" class="img-responsive"></a>
    1.43 +                                <div class="col-sm-3"><a href="http://trabucchi.de/"><img src="/static/images/sponsors/trabucchi.png" alt="Image" class="img-responsive"></a>
    1.44                                  </div>
    1.45                              </div>
    1.46                              <!--/row-->
    1.47 @@ -41,7 +41,7 @@
    1.48                          <!--/item-->
    1.49                          <div class="item">
    1.50                              <div class="row">
    1.51 -                                <div class="col-sm-3"><a href="http://www.evenios.com/"><img src="./static/images/sponsors/evenios.png" alt="Image" class="img-responsive"></a>
    1.52 +                                <div class="col-sm-3"><a href="http://www.evenios.com/"><img src="/static/images/sponsors/evenios.png" alt="Image" class="img-responsive"></a>
    1.53                                  </div>
    1.54                                  <div class="col-sm-3">
    1.55                                  </div>
    1.56 @@ -68,4 +68,4 @@
    1.57              </ul>
    1.58          </div>
    1.59      </div>
    1.60 -</div>
    1.61 \ No newline at end of file
    1.62 +</div>
Impressum Datenschutzerklärung