You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
1.2 KiB

<footer id="footer">
<div class="container">
<div class=row>
<div class="col-lg-4 col-6 text-center">
<a href="{{ url_for('AGB') }}" >AGB</a>
</div>
<div class="col-lg-4 col-6 text-center">
<a href="{{ url_for('lieferung') }}" >Lieferung</a>
</div>
<div class="col-lg-4 col-6 text-center">
<a href="{{ url_for('impressum') }}" >Impressum</a>
</div>
<div class="col-lg-4 col-6 text-center">
<a href="{{ url_for('datenschutz') }}" >Datenschutz</a>
</div>
<div class="col-lg-4 col-6 text-center">
<a href="{{ url_for('cookie') }}" >Cookie-Richtlinie</a>
</div>
<div class="col-lg-12 col-12 text-center">
<p>
<a href="https://www.fb.me/alcmetalltechnik" class="facebook" target="_blank"><i class="fa fa-facebook"></i> </a> &nbsp;
<a href="https://www.instagram.com/pooldecks.eu/" class="instagram" target="_blank"><i class="fa fa-instagram"></i> </a>
</p>
</div>
<div class="col-md-12">
<div class="copyright">
&copy; Copyright <strong>ALC Metalltechnik</strong>. All Rights Reserved
</div>
</div>
</div>
</div>
</footer>