-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
81 lines (70 loc) · 2.56 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
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>footer</title>
<link rel="stylesheet" href="footer.css">
<script src="https://kit.fontawesome.com/0d69f46662.js" crossorigin="anonymous"></script>
</head>
<body>
<footer>
<div>
<div id="contact_container">
<div>
<div class="contact">
<img src="https://www.bialetti.com/media/wysiwyg/logo-footer_4x.png" alt="">
<p>The essence of <br>
Italian coffee culture.</p>
</div>
<p>
<span id="address">
Registered Office
</span>
<br>
25030 Coccaglio BS
<br>
Via Fogliano, 1
<br>
Italia
</p>
<button id="contact-btn">
<i class="fa-solid fa-pen"></i>
CONTACT US
</button>
</div>
<div class="legal">
<h4><a href="">Legal</a> </h4>
<ul>
<li><a href="">Cookies</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Terms and conditions</a></li>
<li><a href="">B2B</a></li>
</ul>
</div>
</div>
<hr>
<div class="footer-bottom">
<div>
<div class="tags">
<a href="">About Us</a>
<a href="">Our history</a>
<a href="">Work with us</a>
</div>
<div class="bottom-para">
<p>
2021 © Bialetti Industrie S.p.A. / Cap. Soc. i.v. Euro 1.041.628,00 / Cod.Fisc., P.IVA e numero d’iscrizione al Registro delle Imprese di Brescia 03032320248
</p>
</div>
</div>
<div class="social-icons">
<a class="icons" href="https://www.facebook.com/Bialetti/" target="_blank"><i class="fa-brands fa-facebook-f"></i></a>
<a class="icons" href="https://www.instagram.com/bialetti/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
</div>
</footer>
<a href=""></a>
</body>
</html>