-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.html
106 lines (82 loc) · 3.38 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
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
<!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="CSS/footer.css">
<script src="https://kit.fontawesome.com/0d69f46662.js" crossorigin="anonymous"></script>
</head>
<body>
<footer>
<hr>
<div class="footer_container" >
<footer>
<hr>
<div class="footer_container">
<div class="social">
<div class="footer_content">
<h2>Get Expert Beauty Insight & Offers</h2>
<input id="input1" type="text" placeholder= "EMAIL ADDRESS →" >
<h2>Get Expert Beauty Insight & Offers</h2>
<p>By continuing, you agree to Bluemercury's</p>
<p><a href="">Privacy Notice.</a></p>
</div>
<div class="social_icon">
<a href=""><i class="fa-brands fa-linkedin"></i></a>
<a href=""><i class="fa-brands fa-twitter"></i></a>
<a href=""><i class="fa-brands fa-youtube"></i></a>
<a href=""><i class="fa-brands fa-instagram"></i></a>
</div>
<p>
Copyright 2023 bluemercury. All Rights Reserved.
</p>
</div>
<div class="about_company">
<h2>BLUEMERCURY</h2>
<ul>
<li><a href="">Our Company</a></li>
<li><a href="">Store Locator</a></li>
<li><a href="">Events</a></li>
<li><a href="">Spa Menu</a></li>
<li><a href="">Careers</a></li>
<li><a href="">Vendor Submissions</a></li>
<li><a href="">Diversity & Inclusion</a></li>
</ul>
</div>
<div class="account">
<h2>MY ACCOUNT</h2>
<ul>
<li><a href="">My Account</a></li>
<li><a href="">BlueRewards</a></li>
<li><a href="">Gift Card Balance Checker</a></li>
</ul>
</div>
<div class="account">
<h2>CUSTOMER SERVICE</h2>
<ul>
<li><a href="">Contact Us</a></li>
<li><a href="">Help & FAQ</a></li>
<li><a href="">Shipping, Returns & Exchanges</a></li>
<li><a href="">Gift Cards</a></li>
<li><a href="">Offers & Promotions</a></li>
<li><a href="">Klarna</a></li>
</ul>
</div>
<div class="resources">
<h2>RESOURCES</h2>
<ul>
<li><a href="">Terms & Conditions</a></li>
<li><a href="">Privacy Notice</a></li>
<li><a href="">Do Not Sell or Share My Personal Information</a></li>
<li><a href="">CA Privacy Rights</a></li>
<li><a href="">Accessibility</a></li>
<li><a href="">Affiliate Program</a></li>
<li><a href="">Cookie Preferences</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>