-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
91 lines (90 loc) · 3.78 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
<!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>Document</title>
<!-- <link rel="stylesheet" href="footer.css"> -->
<link rel="stylesheet" href="./css/style.css">
<script src="./js/main.js"></script>
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<div id="footer">
<div class="foot">
<div class="foot-column">
<ul>
<li><label class="head">Customer Service</label></li>
<li>Contact Us</li>
<li>Order Status</li>
<li>Shipping</li>
<li>Returns &exchanges</li>
<li>Shipping</li>
<li>Product recalls</li>
</ul>
</div>
<div class="foot-column">
<ul>
<li><label class="head">
Stores & Events
</label>
</li>
<li> Stores & Events</li>
<li>Carrers</li>
<li>Corporate Resposibility</li>
<li>Diversity Including & Belonging</li>
<li>Get Email Updates</li>
<li>Nordstrom Blog</li>
</ul>
</div>
<div class="foot-column">
<ul>
<li><label class="head">Service</label></li>
<li>Personal Styling</li>
<li>Alteration & Tailering</li>
<li>Spa Nordstrom</li>
<li>Nordstrom Restuarant</li>
<li> Gift Cards</li>
</ul>
</div>
<div class="foot-column">
<ul>
<li><label class="head">Nordstrom Cards</label></li>
<li>Pay My Bill</li>
<li>Manage Cards</li>
</ul>
</div>
<div class="foot-column">
<ul>
<li><label class="head">Nordstrom Inc</label></li>
<li>Nordstrom Rack</li>
<li>Nordstrom Canada</li>
<li>Trunk Club</li>
<li>Investor Relations</li>
<li>Press Release</li>
</ul>
</div>
<div id="foot-col" class="foot-column">
<ul>
<div style="display: flex;"><img src="https://raw.githubusercontent.com/HelloMoto069/NORDSTORM-Clone/main/images/mobile.svg" alt="facebook" style="width:18px;margin-right:5px;"/>Get our apps</div>
<div style="display:flex;gap:15px;margin-top: 20px;">
<img src="https://raw.githubusercontent.com/HelloMoto069/NORDSTORM-Clone/main/images/insta.svg" alt="facebook" style="width:24px;"/>
<img src="https://raw.githubusercontent.com/HelloMoto069/NORDSTORM-Clone/main/images/pin.svg" alt="facebook" style="width:24px;"/>
<img src="https://raw.githubusercontent.com/HelloMoto069/NORDSTORM-Clone/main/images/twitter.svg" alt="facebook" style="width:24px;"/>
<img src="https://raw.githubusercontent.com/HelloMoto069/NORDSTORM-Clone/main/images/fb.svg" alt="facebook" style="width:24px;"/>
</div>
<ul>
</div>
</div>
<div class="foot-second">
<p>Your Privacy Rights</p>
<p>Dont Sell My Info</p>
<p>Terms & Conditions</p>
<p>Interest Based Ads</p>
<p>© 2021 Nordstrom, Inc</p>
</div>
</div>
<script src="./js/index.js"></script>
</body>
</html>