-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfooter.html
142 lines (139 loc) · 5.12 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<!--Final Page-->
<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>Document</title>
<script src="https://kit.fontawesome.com/2cdd242e4b.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/css/footer.css">
</head>
<body>
<!-- use this at the bottom of every page importent -->
<!-- Don't forgot to add script in head tag dont do again -->
<footer>
<div class="sec_1">
<div>
<div>
<i class="fa-regular fa-circle-question font-60"></i>
</div>
<a href="#">Visit Our Support Center</a>
</div>
<div>
<div>
<i class="fa-solid fa-dolly font-60"></i>
</div>
<a href="#">Check your Order Status</a>
</div>
<div>
<div>
<i class="fa-solid fa-truck-fast font-60"></i>
</div>
<a href="#">Shipping, Delivery & Store Pickup</a>
</div>
<div>
<div>
<i class="fa-solid fa-right-left font-60"></i>
</div>
<a href="#">Returns & Exchanges</a>
</div>
<div>
<div>
<i class="fa-solid fa-dollar-sign font-60"></i>
</div>
<a href="#">Price Match Guarantee</a>
</div>
</div>
<div class="hl"></div>
<div class="sec_2">
<div id="sec_2-1">
<div>
<h3>Order & Purchases</h3>
<p>Check Order Status</p>
<p>Shipping, Delivery & Pickup</p>
<p>Returns & Exchanges</p>
</div>
<div>
<h3>Support & Services</h3>
<p>Visit our Support Center</p>
<p>Shop with an Expert</p>
<p>Schedule a Service</p>
</div>
<div>
<h3>Partnerships</h3>
<p>Best Buy Totaltech</p>
<p>My Best Buy</p>
<p>View Points & Certificates</p>
<p>Member Offers</p>
</div>
<div>
<h3>Payment Options</h3>
<p>Affiliate Program</p>
<p>Advertise with Us</p>
<p>Developers</p>
</div>
<div>
<h3>Rewards & Membership</h3>
<p>My Best Buy® Credit Card</p>
<p>Pay Your Bill at Citibank</p>
<p>Lease to Own</p>
</div>
<div>
<h3>About Best Buy</h3>
<p> Corporate Information</p>
<p>Careers</p>
<p>Corporate Responsibility & Sustainability</p>
<p>Discover & Learn</p>
</div>
</div>
<div id="footer_form">
<p>Sign in or Create Account</p>
<div class="hl"></div>
<h3>Get the latest deals and more.</h3>
<input type="text" placeholder="Enter email Address">
<input type="submit" value="Sign Up">
<div class="hl" style="margin-top: 30px;"></div>
<div>
<i class="fa-solid fa-mobile-button"></i>
<span>Best Buy App > </span>
</div>
<div class="hl"></div>
<div>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-pinterest"></i>
<i class="fa-brands fa-youtube"></i>
</div>
<div class="hl"></div>
<p>Forums, blogs & more</p>
</div>
</div>
<div>
<p>How was your experience?<span>Give feedback about our website</span></p>
<div>
<p>Mobile Site</p>
<p>Best Buy Canada</p>
</div>
</div>
<div class="hl"></div>
<div id="sec_3">
<div>
<p>Accessibility</p>
<p>Terms & Conditions</p>
<p>Privacy</p>
<p>Interest-Based Ads</p>
<p>California Privacy Rights</p>
<p>Do Not Sell My Personal Information</p>
<p>California Supply Chain Transparency Act</p>
</div>
<div>
In-store pricing may vary. Prices and offers are subject to change. © 2022 Best Buy. All rights
reserved. BEST BUY, the BEST BUY logo, the tag design, and MY BEST BUY are trademarks of Best Buy and
its affiliated companies.
</div>
</div>
</footer>
</body>
</html>