-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
68 lines (58 loc) · 1.76 KB
/
footer.html
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
<footer>
<div class = "footer_container">
<div style="color:white">
<div class = "row">
<div style="text-align:center;">
<h3>Kontakt</h3>
<div style="color:white">
Stolarstwo Artystyczne Lite Drewno
</div>
<div style="color:white">
WARZEM Drewno i Kamień
</div>
<br>
<div style="color:white">
ul. gen. Wł. Sikorskiego 15
</div>
<div style="color:white">
16-200 Dąbrowa Białostocka
</div>
<br>
<div style="color:white">
+48 798 298 280
<br>
warzem.swoodc@gmail.com
</div>
<br>
<div style="color:white">
NIP: 5451712604
</div>
<div>
<h3><a class='btn btn-link' href="politykaprywatnosci.html" style="color:black;">Polityka Prywatności</a>
<a class='btn btn-link' style="color:black;" href="regulamin.html">Regulamin</a>
<a class='btn btn-link' style="color:black;" href="wysylka.html">Dostawa</a>
</h3>
</div>
<div>
<h3><a style="color:white;" href="https://www.instagram.com/wa.rzem" class="fa fa-instagram"></a>
<a style="color:white;" href="https://www.facebook.com/warzemswc" class="fa fa-facebook-official"></a>
<a style="color:white;" href="https://www.youtube.com/channel/UC65mARjn2M5L26vTjmJNNFw" class="fa fa-youtube-square"></a>
</h3>
</div>
</div>
</div>
<hr width="70%"
size="5" color="grey"
noshade>
<p style="text-align:center;">© 2022 Wiesław Abramowicz POLSKA. Wszelkie prawa zastrzeżone.</p>
</div>
</div>
</footer>
<style>
.footer_container{
height:1000px;
background-image: url('20230212_152304.jpg'); background-repeat: no-repeat; background-attachment: fixed;
background-size: cover; background-position:center;"
border-radius: 5px;
padding: 20px;
</style>