-
Notifications
You must be signed in to change notification settings - Fork 0
/
Footer.php
122 lines (104 loc) · 4.87 KB
/
Footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!-- Beginn Footer -->
<footer style="background-color: #b1b2b5" class="page-footer font-small unique-color-dark">
<div style="background-color: #6d6d6c;">
<div class="container">
<!-- Grid row-->
<div class="row py-4 d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-6 col-lg-5 text-center text-md-left mb-4 mb-md-0">
<h6 class="mb-0">Besuchen sie doch unsere Social-Media Platformen!</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-lg-7 text-center text-md-right">
<!-- Facebook -->
<a class="fb-ic">
<i class="fab fa-facebook white-text mr-4"></i>
</a>
<!-- Twitter -->
<a class="tw-ic">
<i class="fab fa-twitter white-text mr-4"> </i>
</a>
<!-- Google +-->
<a class="gplus-ic">
<i class="fab fa-google-plus white-text mr-4"> </i>
</a>
<!--Linkedin -->
<a class="li-ic">
<i class="fab fa-linkedin white-text mr-4"> </i>
</a>
<!--Instagram-->
<a class="ins-ic">
<i class="fab fa-instagram white-text"> </i>
</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
</div>
<!-- Footer Links -->
<div class="container text-center text-md-left mt-5" style="margin-bottom: 30px">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-5 col-lg-6 col-xl-5 mx-auto mb-8">
<!-- Content -->
<h6 class="text-uppercase font-weight-bold">Showroom</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d21584.45215816698!2d8.512060489021868!3d47.449837688203296!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x479075314abe0901%3A0x8d23b9f3cc47e027!2zUsO8bWxhbmc!5e0!3m2!1sde!2sch!4v1542810784622" width="100%" height="70%" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Bezahlmethoden</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<i class="fab fa-cc-visa fa-4x"></i> <i class="fab fa-cc-amex fa-4x"></i>
</p>
<p>
<i class="fab fa-cc-mastercard fa-4x"></i> <i class="fab fa-cc-discover fa-4x"></i>
</p>
<p>
<i class="fab fa-cc-paypal fa-4x"></i> <i class="fab fa-cc-diners-club fa-4x"></i>
</p>
<p>
<i class="fab fa-cc-amazon-pay fa-4x"></i> <i class="fab fa-cc-apple-pay fa-4x"></i>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Kontakt</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<strong>Administration:</strong> <br>
<i class="fas fa-phone"></i> <a href="tel:+41415552505" style="color:inherit">041 555 25 05</a> <br>
<i class="fas fa-envelope"></i> <a href="mailto:[email protected]" style="color:inherit;">[email protected]</a>
</p>
<p>
<strong>Technische Fragen:</strong> <br>
<i class="fas fa-phone"></i> <a href="tel:+41415552506" style="color:inherit">041 555 25 06</a> <br>
<i class="fas fa-envelope"></i> <a href="mailto:[email protected]" style="color:inherit;">[email protected]</a>
</p>
<p>
<strong>Bestellungen:</strong> <br>
<i class="fas fa-phone"></i> <a href="tel:+41415552507" style="color:inherit">041 555 25 07</a> <br>
<i class="fas fa-envelope"></i> <a href="mailto:[email protected]" style="color:inherit;">[email protected]</a> <br>
<i class="fab fa-wpforms"></i> <a href="Kontaktformular.html" style="color:inherit">Kontaktformular</a>
</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3 text-light" style="background-color: #4b4b4c">
© Copyright 2018 | Gil Lohner. All Rights Reserved.
</div>
<!-- Copyright -->
</footer>
<!-- Ende Footer -->