-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththird1178.html
147 lines (143 loc) · 5.38 KB
/
third1178.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
143
144
145
146
147
<!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>NordStrom Product</title>
<link rel="stylesheet" href="./header_footer/header.css" />
<link rel="stylesheet" href="./header_footer/footer.css" />
<link rel="stylesheet" href="./third1178.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body>
<div id="header1"></div>
<div id="currCart" class="currCart">
<div class="topBar">
<span id="closeIcon" class="material-icons"> X </span>
</div>
<div class="cartInfo">
<div id="lftBox">
<img id="cartImg" src="" alt="product image" />
</div>
<div id="rgtBox">
<h2>Added to your bag.</h2>
<div id="dynmInfo">
<p>
<span id="cartProdName">product name</span><br /><span
id="cartProdBrand"
>product name</span
>
</p>
<p class="cartPriceTxt">INR <span id="cartPrice">59976</span></p>
<div class="checkoutBtns">
<button id="checkoutBtn">Checkout</button>
</div>
<div class="freq-bought">
<!-- later if we have time -->
</div>
</div>
</div>
</div>
</div>
<div id="nord_main">
<div id="child_image"><img src="" alt="" id="nord_img" /></div>
<div id="child_detail">
<p id="title">Queen of spades Cotton Graphic Tee</p>
<p id="des" class="fit_size">LUCKY BRAND</p>
<strong><p id="price">INR 3,326</p></strong>
<p id="detail">
Show your regal spirit in this soft cotton tee with a graphic in a
time-faded wash.
</p>
<p class="fit_size"><strong>Fit:</strong> True to size</p>
<div id="option_of_size">
<select name="" id="select_size">
<option value="">X-Small</option>
<option value="">Small</option>
<option value="">Medium</option>
<option value="">Large</option>
<option value="">X-Large</option>
</select>
<p class="fit_size" id="sizeguide">Size guides</p>
</div>
<img src="./chrome_4syaOb3g3X.png" alt="" id="soft_pink" />
<p id="people_viewing" class="fit_size">
<strong>68</strong> people are viewing
</p>
<button id="add_to_bag">
<i class="fa fa-shopping-bag"></i> Add to Bag
</button>
<p class="fit_size" id="add_to_wish">+ Add to Wish List</p>
</div>
<div id="last">
<div id="image_last">
<img
src="https://n.nordstrommedia.com/id/sr3/dd184a48-6a9b-4ea0-a81b-eb27a2bb8993.jpeg?h=365&w=240&dpr=2"
id="last_img"
/>
<p id="detail" class="last_detail">Price Matched</p>
<p id="detail" class="last_detail">Lucky Brand</p>
<p id="people_viewing" class="last_detail">
<strong>INR 2,494.09</strong>
</p>
<p id="detail" class="last_detail">Size X-Small</p>
<p id="detail" class="last_detail">available</p>
</div>
<div id="image_last">
<img
src="https://n.nordstrommedia.com/id/sr3/a02489d7-826d-44aa-bb8a-2ffabe5151d7.jpeg?h=365&w=240&dpr=2"
id="last_img"
/>
<p id="detail" class="last_detail">Price Matched</p>
<p id="detail" class="last_detail">Lucky Brand</p>
<p id="people_viewing" class="last_detail">
<strong>INR 51,489.09</strong>
</p>
<p id="detail" class="last_detail">Size Small</p>
<p id="detail" class="last_detail">available</p>
</div>
<div id="image_last">
<img
src="https://n.nordstrommedia.com/id/sr3/0d9e65cf-bd8e-401c-ac13-4ef72abf4fe2.jpeg?h=365&w=240&dpr=2"
id="last_img"
/>
<p id="detail" class="last_detail">New !!</p>
<p id="detail" class="last_detail">PUMA</p>
<p id="people_viewing" class="last_detail">
<strong>INR 15,201.05</strong>
</p>
<p id="detail" class="last_detail">Size large</p>
<p id="detail" class="last_detail">available</p>
</div>
<div id="image_last">
<img
src="https://n.nordstrommedia.com/id/sr3/628f652d-4a9a-4c32-9e51-d1bc8b4e7cdc.jpeg?h=365&w=240&dpr=2"
id="last_img"
/>
<p id="detail" class="last_detail">Recently Viwed</p>
<p id="detail" class="last_detail">TOPMAN</p>
<p id="people_viewing" class="last_detail">
<strong>INR 12,201.05</strong>
</p>
<p id="detail" class="last_detail">Size large</p>
<p id="detail" class="last_detail">available</p>
</div>
</div>
</div>
<div id="feedback">
<img src="./chrome_KcvWlNn9vR.png" alt="" />
</div>
<div id="footer1"></div>
</body>
</html>
<script src="./third1178.js" type="module"></script>
<script src="./header_footer/header.js"></script>
<script
src="https://unpkg.com/js-image-zoom@0.7.0/js-image-zoom.js"
type="application/javascript"
></script>
<script src="./homepage/homepage_import.js" type="module"></script>