-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.html
371 lines (275 loc) · 14.7 KB
/
packages.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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
CONSOLIDATE selected packages</title>
<!--tailwind link-->
<!-- <link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet"> -->
<link rel="shortcut icon" href="assests/img/apple-touch-icon.png" />
<!--bootstrap link-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
<!--bootstrap font awasome 4.7 version-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/Responsive/responsive.css">
<!--font link closed-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Courgette&display=swap" rel="stylesheet">
<!--aos link-->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/default.css">
</head>
<body style="background-color:#f0f0f0;">
<div id="fixedTop">
</div>
<div class="page-wraper">
<header class="site-header d-flex mb-2">
<div class="container-fluid">
<div class="row pl-xxl-5 pr-xxl-5 pr-0">
<div class="col-6 col-md-6 col-lg-6 py-3 d-flex align-items-center">
<a href="home.html" title="Home" class="pr-2">
<img src="assets/img/logo" alt="logo" class="roundLogo">
</a>
<div class="fs-9" style="color: rgb(12, 12, 12);font-weight: 600;">
CONSOLIDATE packages
</div>
</div>
<div class="col-6 col-md-6 col-lg-6 text-right py-3 d-flex align-items-center justify-content-end">
<a href="shop for me.html" title="Shop for Me" class="mr-4 d-none d-lg-inline-block">Shop for Me</a>
<div class="btn-group">
<button type="button" class="btn btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color: rgb(238, 237, 237);">
<i class="fa fa-user"></i> adnan <span class="d-none d-lg-inline-block">h.</span>
</button>
<div class="dropdown-menu dropdown-menu-left pb-2">
<a href="shop for me.html" title="Shop for Me" class="dropdown-item">Shop for Me</a>
<a href="/client/mailout-mps/" title="Multiple-Package Mailout" class="dropdown-item">Multiple-Package Mailout</a>
<a href="funds.html" title="Multiple-Package Mailout" class="dropdown-item">Edit a Profile</a>
<a href="/client/deposit/" title="Transaction History" class="dropdown-item">Account History</a>
<a href="/client/claim/create" title="Missing Package" class="dropdown-item">Missing Package</a>
<a class="dropdown-item" href="https://planetexpress.com/contact-us/">Contact Us</a>
<a href="/client/account/" title="Settings" class="dropdown-item">Settings</a>
<a class="dropdown-item" href="/sign/out">Sign out</a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- crumb -->
<div class="container" style="margin-top: 84px;">
<div class="row">
<div class="col-12 pb-2 small mb-2">
<a href="home.html">Dashboard</a> /
<a href="packages.html">CONSOLIDATE packages</a>
</div>
</div>
</div>
<!-- ============ Table Section ============= -->
<section class="consolidation py-5" style="background-color: #F0F0F0;">
<div class="container py-4" style="background-color: white;">
<div class="row" style="overflow: scroll;">
<div class="col-md-12">
<table class="table-bordered">
<tbody>
<tr class="bg-light">
<td class="font-weight-bold py-1">Photo</td>
<td class="font-weight-bold py-1">Package</td>
<td class="font-weight-bold py-1 d-flex">Apply to All
<div class="pkg-btns d-flex">
<button class="ml-2 btn-1">Keep Outside Box</button>
<button class="ml-2 btn-1">Keep Retail Packaging</button>
<button class="ml-2 btn-1">Remove All Packaging</button>
</div>
</td>
</tr>
<!-- ========= 1st row ========== -->
<tr>
<td class="py-2">
<div class="img-cell px-3">
<img src="assets/img/image-1.jpg" width="80%" alt="">
</div>
<button class="img-btn ml-3 mt-3">3 More Images</button>
</td>
<td class="px-4 py-3">
<a href="request.html"> <button class="pkg-btn">ANM</button></a>
<br>
<a href="">Fill Missing Declaration</a>
<p>Dimension <b>15.00 x 12.00 x 2.00 in</b> </p>
<p>Weight <b>0.80 lbs</b> </p>
<div class="new">
<form>
<div class="form-group">
<input type="checkbox" id="html">
<label for="">Include In Consolidation</label>
</div>
</form>
</div>
</td>
<td class="px-3">
<div class="d-flex">
<!-- <input class="mt-1 px-2" type="radio" name="" id="" value="male"> -->
<input type="radio" name="gender" value="male">
<img class="px-2" src="assets/img/box.png" width="50px" height="20px" alt="">
<p class="px-2">Keep Outside Box</p>
</div>
<div class="d-flex">
<!-- <input class="mt-1 px-2" type="radio" name="" id="" value="female"> -->
<input type="radio" name="gender" value="female">
<img class="px-2" src="assets/img/box-2.png" width="50px" height="20px" alt="">
<p class="px-2">Keep retail packaging</p>
</div>
<div class="d-flex">
<!-- <input class="mt-1 px-2" type="radio" name="" id="" value=""> -->
<input type="radio" name="gender" value="female">
<img class="px-2" src="assets/img/shoe.png" width="50px" height="30px" alt="">
<p class="px-2">Remove all packages</p>
</div>
</td>
</tr>
<!-- ============ 2nd row ========== -->
<tr class="bg-light">
<td class="py-2">
<div class="img-cell px-3">
<img src="assets/img/image-1.jpg" width="80%" alt="">
</div>
<button class="img-btn ml-3 mt-3">3 More Images</button>
</td>
<td class="px-4 py-3">
<a href="request.html"> <button class="pkg-btn">ANN</button></a>
<br>
<a class="" href="">Fill Missing Declaration</a>
<p>Dimension <b>11.00 x 10.00 x 5.00 in</b> </p>
<p>Weight <b>3.40 lbs</b> </p>
<div class="new">
<form>
<div class="form-group">
<input type="checkbox" id="html">
<label for="">Include In Consolidation</label>
</div>
</form>
</div>
</td>
<td class="px-3">
<div class="d-flex">
<!-- <input class="mt-1 px-2" type="radio" name="" id="" value="male"> -->
<input type="radio" name="gender" value="male">
<img class="px-2" src="assets/img/box.png" width="50px" height="20px" alt="">
<p class="px-2">Keep Outside Box</p>
</div>
<div class="d-flex">
<!-- <input class="mt-1 px-2" type="radio" name="" id="" value="female"> -->
<input type="radio" name="gender" value="female">
<img class="px-2" src="assets/img/box-2.png" width="50px" height="20px" alt="">
<p class="px-2">Keep retail packaging</p>
</div>
<div class="d-flex">
<!-- <input class="mt-1 px-2" type="radio" name="" id="" value=""> -->
<input type="radio" name="gender" value="female">
<img class="px-2" src="assets/img/shoe.png" width="50px" height="30px" alt="">
<p class="px-2">Remove all packages</p>
</div>
</td>
</tr>
</tbody>
</table>
<!-- ========= Total Info section ======== -->
<div class="total-info table-bordered">
<div class="px-2 mt-2 d-flex">
<p>Total Weight:</p>
<b>4.20 lbs</b>
</div>
<div class="px-2 d-flex">
<p>Total Value:</p>
<b>0 lbs</b>
</div>
</div>
<!-- ========== priority checkbox section ======== -->
<div class="d-flex priority table-bordered">
<input class="px-5 mt-3 ml-2" type="checkbox">
<b class="px-1 mt-2">Priority(within 24 hours)</b><p class="mt-2 font-weight-bold"> + $3</p>
</div>
<table class="table table-bordered">
<thead>
<tr>
<td>Consolidation</td>
<td>$5</td>
<!-- <td></td> -->
</tr>
<tr>
<td>Package fee(2 x $2)</td>
<td>$4</td>
<!-- <td></td> -->
</tr>
</thead>
<tbody>
<tr>
<td class="font-weight-bold">Total Price</td>
<td class="font-weight-bold">$9</td>
<!-- <td></td> -->
</tr>
</tbody>
</table>
<!-- ========= question section ========= -->
<div class="mt-2 question">
<p>What to do if the package do not fit into to largest box?</p>
<b> <input type="radio" name="gender" value="female"> Only use the maximun full size box. Return remaining packages back to my account</b>
<br>
<b> <input type="radio" name="gender" value="female"> Use a maximun full size box and consolidate remaining packages to similar box</b>
</div>
<!-- ========== textarea question ========== -->
<div class="mt-4">
<label for="">What else do you want to do with this consolidated package?<b>Price: $5</b></label>
<br>
<form action="">
<textarea class="form-control" name="" id="" cols="30" rows="3"></textarea>
<button type="submit" class="btn btn-primary mt-3 mb-3">CONSOLIDATE PACKAGES</button>
</form>
</div>
</div>
</div>
</div>
</section>
</div>
<!--javascript link-->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/main.js"></script>
<!--aos link-->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- tabs -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script defer src="js/custom.js"></script>
<style>
body{
padding: 0px;
margin: 0px;
}
.consolidation .container .btn-1{
font-size: 11px;
border: 0px;
border-radius: 5px;
background-color: white;
}
.consolidation .container .pkg-btn{
background-color: rgb(228, 255, 130) ;
}
.consolidation .container .img-btn{
background-color: rgb(189, 171, 186) ;
color: white;
font-size: 12px;
border: 0px;
border-radius: 5px;
padding: 8px;
}
.consolidation .container .priority b{
color: red;
}
</style>
</body>
</html>