forked from Ajay-bhagal/team_12
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFooter.html
64 lines (57 loc) · 2.01 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
<!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">
<link href="Footer.css" rel="stylesheet" />
<title>Document</title>
</head>
<body>
<div id="footer_menu">
<div>
<h4>MY ACCOUNT </h4>
<p><a href="">Orders & Returns</a></p>
<p><a href="">Email Preferences</a></p>
<p> <a href=""> Account Settings</a></p>
</div>
<div >
<h4>LET US HELP </h4>
<p><a href=""><p></p>Contact Customer Care
</a></p>
<p><a href="">Shipping Information</a></p>
<p><a href="">Return Policy </a></p>
<p> <a href="">International Help </a></p>
<p><a href="">Accessibility</a></p>
</div>
<div>
<h4> COMPANY INFORMATION</h4>
<p><a href="">About Overstock™</a></p>
<p><a href="">Contact Us</a></p>
<p><a href="">Careers</a></p>
<p><a href="">Investor Relations </a></p>
<p> <a href="">Sell Your Products</a></p>
<p><a href="">Supply Chain Transparency</a></p>
</div>
<div>
<h4>MORE WAYS TO SHOP</h4>
<p> <a href="">Tips & Ideas</a></p>
<p><a href="">Deals</a></p>
<p> <a href="">Clearance </a></p>
<p> <a href="">New Arrivals</a></p>
</div>
</div>
<div id="footer_copyright">
<div id="copyrights">
<span>© Copyright 2022, Overstock.com®, Inc.</span><br>
<p style="margin-top:5px;"> 799 Coliseum Way Midvale, UT 84047 | 1-800-843-2446</p>
</div>
<div id="copyright_menu">
<p id="cmenu"><a href="">Privacy Policy</a></p>
<p id="cmenu"><a href="">Terms & Conditions</a></p>
<p id="cmenu"><a href="">*Promotion Terms</a></p>
<p id="cmenu" style="margin-top:15px;"><a href="">Ship to: <img src="https://ak1.ostkcdn.com/img/mxc/intFlag_IN.gif" id="flag"/></a></p>
</div>
</div>
</body>
</html>