-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
237 lines (233 loc) · 13.3 KB
/
index.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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<html>
<head>
<title>Shopping Cart</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/default-style.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style="margin: 0;">
<div class="callout">
<div>
<div class="large-6 columns">
<h1>Your Shopping Cart</h1>
</div>
<div class="large-6 columns">
<div class="header_widget">
<ul>
<li>
<a href="#" title="View my shopping cart" id="cart-btn"><i class="fa fa-shopping-bag"></i></a>
<span class="cart__quantity bigcounter">2</span>
</li>
<div class="mini-cart">
<div class="arrow-up"></div>
<div class="single-product-cart">
<div class="cart-header">
<div class="large-6 columns cart-title">
<h2>Your Cart</h2>
</div>
<div class="large-6 columns total-items">
Total Items: <span>2</span>
</div>
</div>
<div class="cart-item-wraper">
<div class="cart-item">
<div class="cart-img"><a href="javascript:void(0)">
<img src="img/sponsored-img.JPG" alt="">
</a></div>
<div class="cart-info">
<h2 class="head">Global Parental Leave</h2>
<div class="region">Region : <span>United States</span></div>
<div class="price"><span>$750. </span><a href="javascript.void(0)"> PDF Download</a></div>
</div>
</div>
<div class="cart-item">
<div class="cart-img"><a href="javascript:void(0)">
<img src="img/sponsored-img.JPG" alt="">
</a></div>
<div class="cart-info">
<h2 class="head">Global Parental Leave</h2>
<div class="region">Region : <span>United States</span></div>
<div class="price"><span>$750. </span><a href="javascript.void(0)"> PDF Download</a></div>
</div>
</div>
</div>
<div class="cart-subtotal">
<h3>Subtotal: <span>$1,500</span></h3>
</div>
<div class="cart-footer">
<a href="javascript:void(0)" class="cont-brows">Continue Browsing</a>
<a href="cart-checkout.html" class="cart-checkout-btn">Checkout</a>
</div>
</div>
</div>
</ul>
</div>
</div>
</div>
</div>
<div class="grid-container">
<div class="products-container">
<div class="products-cart">
<table class="cart">
<thead class="cart-header">
<tr class="cart-row">
<th class="cart-header-item" colspan="2">Product Description</th>
<th class="cart-header-item" colspan="2">Price</th>
</tr>
</thead>
<tbody class="cart-list">
<tr class="cart-item select">
<td class="cart-item-block pxl pyl">
<img src="img/product-image.jpg" alt="">
</td>
<td class="cart-item-block pxl pyl">
<h2>LGBT Benefits Around the World - Global Edition</h2>
<p class="prod_region"><strong>Region:</strong> United States</p>
<p class="prod_desc">Find out how companies in 50 markets around the world address the benefit-related needs of LGBT employees.</p>
</td>
<td class="cart-item-block pyl vlt prod_price">$750.00</td>
<td class="cart-item-block text-right vlt pyl" width=13%;><a href="#" id="removeItem" class="prod_remove">Remove</a></td>
</tr>
<tr class="cart-item restore">
<td colspan="3" class="cart-item-block pxl pyl">
<h2>LGBT Benefits Around the World - Global Edition</h2>
<p>was removed from your Shopping Cart</p>
</td>
<!-- <td class="cart-item-block pxl pyl"></td> -->
<td class="cart-item-block text-right vlt pyl" ><a href="#" id="restoreItem" class="prod_remove">Restore</a></td>
</tr>
<tr class="cart-item">
<td class="cart-item-block pxl pyl">
<img src="img/product-image.jpg" alt="">
</td>
<td class="cart-item-block pxl pyl">
<h2>LGBT Benefits Around the World - Global Edition</h2>
<p class="prod_region"><strong>Region:</strong> United States</p>
<p class="prod_desc">Find out how companies in 50 markets around the world address the benefit-related needs of LGBT employees.</p>
</td>
<td class="cart-item-block pyl vlt prod_price">$750.00</td>
<td class="cart-item-block text-right vlt pyl " width=13%;><a href="#" class="prod_remove">Remove</a></td>
</tr>
</tbody>
</table>
</div>
<div class="total-price-footer">
<a href="#">Continue Shopping</a>
<p class="subtotal">Subtotal (2 items): <span>$1,500.00</span></p>
</div>
<div class="recent-items-container">
<div class="recent-item-header">
<h3>Your recently viewed items</h3>
<p>
<span>Viewing <strong>1-10</strong> of <strong>30</strong></span>
<a href="#" class="btn-prev"><</a>
<a href="#" class="btn-next">></a>
</p>
</div>
<div class="recent-items-content">
<div class="recent-items-block">
<img src="img/product-image.jpg" alt="">
<h5>LGBT Benefits Around the the world</h5>
<p>$750.00</p>
<a href="#">Add to Cart</a>
</div>
<div class="recent-items-block">
<img src="img/product-image.jpg" alt="">
<h5>LGBT Benefits Around the the world</h5>
<p>$750.00</p>
<a href="#">Add to Cart</a>
</div>
<div class="recent-items-block">
<img src="img/product-image.jpg" alt="">
<h5>LGBT Benefits Around the the world</h5>
<p>$750.00</p>
<a href="#">Add to Cart</a>
</div>
<div class="recent-items-block">
<img src="img/product-image.jpg" alt="">
<h5>LGBT Benefits Around the the world</h5>
<p>$750.00</p>
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
<!-- Product right components -->
<div class="product-sidebar">
<!-- Proceed to checkout components-->
<div class="products-left-container">
<div class="product-cart-price">
<h3>subtotal . <span>2 items</span></h3>
<h1>$1,500.00</h1>
</div>
<div class="product-cart-checkout">
<a href="cart-checkout.html">Proceed to checkout ></a>
</div>
</div>
<!-- Proceed to checkout components ends-->
<!-- Sponsored Prouects component starts -->
<div class="products-left-container">
<div class="product-cart-price">
<h3 class="sponsored-subtitle">industry reports</h3>
<h1 class="sponsored-title">Sponsored Products</h1>
</div>
<div class="sp-product-item-container">
<div class="sponsored-product-items">
<img src="img/sponsored-img.JPG" alt="">
<div class="sponsored-product-content">
<h6>for hr managers</h6>
<h5>Global Parental Leave</h5>
<p>Region. <span>United States</span></p>
<p class="price">
<span>$750.</span>
<a href="">PDF Download</a>
</p>
</div>
</div>
<div class="sponsored-product-items">
<img src="img/sponsored-img.JPG" alt="">
<div class="sponsored-product-content">
<h6>for hr managers</h6>
<h5>Global Parental Leave</h5>
<p>Region. <span>United States</span></p>
<p class="price">
<span>$750.</span>
<a href="">PDF Download</a>
</p>
</div>
</div>
<div class="sponsored-product-items">
<img src="img/sponsored-img.JPG" alt="">
<div class="sponsored-product-content">
<h6>for hr managers</h6>
<h5>Global Parental Leave</h5>
<p>Region. <span>United States</span></p>
<p class="price">
<span>$750.</span>
<a href="">PDF Download</a>
</p>
</div>
</div>
<div class="sponsored-product-items">
<img src="img/sponsored-img.JPG" alt="">
<div class="sponsored-product-content">
<h6>for hr managers</h6>
<h5>Global Parental Leave</h5>
<p>Region. <span>United States</span></p>
<p class="price">
<span>$750.</span>
<a href="">PDF Download</a>
</p>
</div>
</div>
</div>
<h3><a href="#" class="browse-all-reports">Browse all Reports</a></h3>
</div>
<!-- Sponsored Prouects component ends -->
</div>
</div>
<script src='js/jquery.min.js'></script>
<script src="js/shopping-cart.js"></script>
</body>
</html>