-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyCartPage.html
714 lines (647 loc) · 23.5 KB
/
myCartPage.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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
<!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">
<script src="https://kit.fontawesome.com/4b119fb14c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./myCart.css">
<style>
.Big_cont {
display: flex;
}
</style>
<title>Document</title>
</head>
<body onload="display()">
<!-- Here Nav Bar from Nikhil comes -->
<!-- <hr id="nav1hr" /> -->
<nav>
<!--left nav outer div start-->
<div id="outerdiv">
<div id="navbar-left-div">
<div>
<h4>GlitzGlobal</h4>
</div>
<div>
<h4>Crate&Kids</h4>
</div>
<div id="nav-box">
<div>
<h4>CB2</h4>
</div>
</div>
<div><b>HUDSON | GRACE</b></div>
<div id="flag"><img src="images/image1_us_flag.jfif" /></div>
</div>
<!--left nav outer div ends-->
<!--right nav outer div starts-->
<div id="navbar-right-div">
<div>
<p><b>Earn 10% back in Reward Dollars*</b></p>
</div>
<div>
<b>
<p>Learn How <b>⟶</b></p>
</b>
</div>
</div>
</div>
<!--right nav outer div ends-->
</nav>
<hr id="nav1hr" />
<!--search bar whole section div start-->
<div id="wholesearchsection">
<!--search div start-->
<div id="searchbardiv">
<input id="searchbar" type="text" placeholder="What can we help you find?">
<img id="searchbar-img" src="images/search-icon-png-9987.png">
</div>
<!--search div end-->
<!--company name div start-->
<!-- <div id="companynamediv">
<h2>GlitzGlobal</h2>
</div> -->
<div id="logo">
<img src="./logo1.png" alt="">
</div>
<!--company name div end-->
<!--all crenditials div start-->
<div id="all-login-divs">
<!--order and sign in div start-->
<div id="ordersignin" class="dropdown">
<p class="dropbtn">Orders & Sign In</p>
<div class="dropdown-content">
<a href="#" id="bar1">Sign In / Create Account</a>
<a href="#" id="bar1">
Track Orders / Schedule Delivery</a>
<a href="#">Create a Registry</a>
<a href="#">Crate & Barrel Credit Card</a>
</div>
</div>
<!--order and sign in div end-->
<!--sign in image div start-->
<div> <img src="images/kindpng_2350708.png"></div>
<!--sign in image div end-->
<!--location div starts-->
<div>
<img src="images/location-icon-png-4231.png">
</div>
<!--location div ends-->
<!--fav items div starts-->
<div id="heart-img">
<div>
<img src="images/heart.png">
</div>
<div>
<p><b>0</b></p>
</div>
</div>
<!--fav items div ends-->
<!--my cart div starts-->
<div id="cart-img">
<div>
<img src="images/grocery-cart-icon-7502.png">
</div>
<div id="cart-img-number">
<p><b>0</b></p>
</div>
</div>
<!--my cart div ends-->
</div>
<!--all crenditials div end-->
</div>
<!--search bar whole section div ends-->
<!--wedding category to easter category div start-->
<div id="weedingCatDiv">
<div>WEDDING   REGISTERY  </div>
<div>FREE   DESIGN   SERVICES  </div>
<div>TRADE   PROGRAM  </div>
<div>WHAT'S   NEW  </div>
<div>COLLABORATIONS  </div>
<div>IN-STOCK  </div>
<div>EASTER</div>
</div>
<!--wedding category to easter category div ends-->
<!--2 nav bar starts-->
<nav id="secondNavBar">
<!-- <div id="ordersignin" class="dropdown">
<p class="dropbtn">Orders & Sign In</p>
<div class="dropdown-content">
<a href="#" id="bar1">Sign In / Create Account</a>
<a href="#" id="bar1">
Track Orders / Schedule Delivery</a>
<a href="#">Create a Registry</a>
<a href="#">Crate & Barrel Credit Card</a>
</div>
</div> -->
<div class="dropdown1">
<p class="dropbtn1">Furniture</p>
<div class="dropdown-content1">
<div id="dropdowncontent1">
<div id="dropdowncontent1text"><a href="#" style="background-color:darkgray;"><b>Quick Ship and In-Stock
Furniture</b></a>
<a href="#"><b>Living Room Furniture</b></a>
<a href="#">Sofas</a>
<a href="#">Accent Chairs</a>
<a href="#">Sleeper Sofas</a>
<a href="#">Game Tables</a>
<a href="#">Leather Furniture</a>
<br>
<a href="#" style="background-color:darkgray
;"><b>Home Office Furniture</b></a>
<a href="#">Desks</a>
<a href="#">Office Chairs</a>
<a href="#">Book Cases and Shelves</a>
<a href="#">Small Space Home Space</a>
<a href="#">Office Accessories</a>
</div>
<div id="dropdowncontent1img">
<img src="images/img22.jfif">
<a href="#" style="background-color:darkgray
;"><b>Top Rated Comfort and Style</b></a>
<a href="#">Design Desk</a>
<a href="#">Bedroom Benches</a>
<a href="#">Best Sellers</a>
<a href="#">Kids Beds</a>
</div>
</div>
</div>
</div>
<div class="dropdown1">
<p class="dropbtn1">Outdoor</p>
<div class="dropdown-content1">
<div id="dropdowncontent1">
<div id="dropdowncontent1text"><a href="#" style="background-color:darkgray;"><b>Outdoor Lounge
Furniture</b></a>
<a href="#"><b>Outdoor Side Tables</b></a>
<a href="#">Outdoor Sofas</a>
<a href="#">Outdoor Lounge Chairs</a>
<a href="#">Outdoor Ottomans</a>
<a href="#">Outdoor Furniture Sets</a>
<br>
<a href="#" style="background-color:darkgray
;"><b>Outdoor Decor</b></a>
<a href="#">Rugs</a>
<a href="#">Pillows and Poufs</a>
<a href="#">Fire Pits and Tables</a>
<a href="#">Lanterns and Lights</a>
<a href="#">Outdoor Tabletop</a>
</div>
<div id="dropdowncontent1img">
<img src="images/img24.jfif">
<a href="#" style="background-color:darkgray
;"><b>Beautiful Season after Season</b></a>
<a href="#">FSC Certified Furniture</a>
<a href="#">Sunbrella Outdoor Furniture</a>
<a href="#">Best Sellers</a>
<a href="#">Kids Beds</a>
</div>
</div>
</div>
</div>
<div class="dropdown1">
<p class="dropbtn1"> Tabletop & Bar</p>
<div class="dropdown-content1">
<div id="dropdowncontent1">
<div id="dropdowncontent1text"><a href="#" style="background-color:darkgray;"><b>Dinnerware & Bar
Tools</b></a>
<a href="#"><b>Acrylic Glasses</b></a>
<a href="#">Dinnerware Sets</a>
<a href="#">Wine Glasses</a>
<a href="#">Bar Glasses</a>
<a href="#">Beverage Serveware</a>
<a href="#">Salad Plates</a>
<br>
<a href="#" style="background-color:darkgray
;"><b>Table Linens</b></a>
<a href="#">Napkins</a>
<a href="#">Placemets</a>
<a href="#">Table Runners</a>
<a href="#">Table Clothes</a>
</div>
<div id="dropdowncontent1img">
<img src="images/img25.jfif">
<a href="#" style="background-color:darkgray
;"><b>Top Rated Collection starts at $3.95</b></a>
<a href="#">Statement Glassware</a>
<a href="#">White Dinnerware</a>
<a href="#">Best Sellers</a>
<a href="#">spring Tablescapes</a>
</div>
</div>
</div>
</div>
<div class="dropdown1">
<p class="dropbtn1"> Kitchen</p>
<div class="dropdown-content1">
<div id="dropdowncontent1">
<div id="dropdowncontent1text"><a href="#" style="background-color:darkgray;"><b>Cookware</b></a>
<a href="#"><b>Dutch Ovens</b></a>
<a href="#">Saute Pans</a>
<a href="#">Pizza Tools</a>
<a href="#">Kitchen Aprons</a>
<a href="#">Baking Sets</a>
<a href="#">Air Fryers</a>
<br>
<a href="#" style="background-color:darkgray
;"><b>Table Linens</b></a>
<a href="#">Napkins</a>
<a href="#">Placemets</a>
<a href="#">Table Runners</a>
<a href="#">Table Clothes</a>
</div>
<div id="dropdowncontent1img">
<img src="images/img23.jfif">
<a href="#" style="background-color:darkgray
;"><b>Exclusive and Designed by Us</b></a>
<a href="#">Clean Eating Essentials</a>
<a href="#">Smart Kitchen Tech</a>
<a href="#">Best Sellers</a>
<a href="#">Top Kitchen Deals</a>
</div>
</div>
</div>
</div>
<div class="dropdown1">
<p class="dropbtn1"> Bedding and Bath</p>
<div class="dropdown-content1">
<div id="dropdowncontent1">
<div id="dropdowncontent1text"><a href="#" style="background-color:darkgray;"><b>Bedding Essentials</b></a>
<a href="#"><b>Duvet Inserts</b></a>
<a href="#">Bed Pillow Inserts</a>
<a href="#">Mattress Pads</a>
<a href="#">Throw Pillows</a>
<a href="#">Blankets</a>
<a href="#">Pillow Shams</a>
<br>
<a href="#" style="background-color:darkgray
;"><b>Bath</b></a>
<a href="#">Bath Towels</a>
<a href="#">Bath Rugs</a>
<a href="#">Mats</a>
<a href="#">Bath Mirrors</a>
</div>
<div id="dropdowncontent1img">
<img src="images/img22.jfif">
<a href="#" style="background-color:darkgray
;"><b>20+ New Tonal Shades</b></a>
<a href="#">All Bath Ships Free</a>
<a href="#">Organic Cotton Bedding</a>
<a href="#">Best Sellers</a>
</div>
</div>
</div>
</div>
<div>
Decor & Pillows
</div>
<div>Rugs</div>
<div>Lighting</div>
<div>Window</div>
<div>Gifts</div>
<div>Sale</div>
<div>&kids</div>
</nav>
<!--2 nav bar ends-->
<div class="NavFlex">
<div>
<h4>JUST IN 1600+ NEW ARRIVALS</h4>
</div>
<div class="borderRight"></div>
<div>
<h4>BUY NOW, PAY LATER</h4>
</div>
<div class="borderRight"></div>
<div>
<h4>INTRODUCING JAKE ARNOLD</h4>
</div>
</div>
<!-- Extra Links at the top -->
<!-- <div id="ExtraTOPLinks">
<a href="">Furniture </a> >
<a href="">Living Room Furniture </a> >
<a href="">Accent Chairs</a>
</div> -->
<!-- <div><p>Collabortaions</p></div> -->
<div class="Big_cont">
<div id="Small_Img">
<!-- APPEND HERE -->
</div>
<div id="Big-Img">
<!-- APPEND HERE -->
</div>
<div id="content">
<!-- APPEND HERE -->
</div>
</div>
<div id="WhiteContent">
<p>Pure Shaker-style construction meets the clean-cut cool of Danish Modern in our Ojai accent chair. A modern
classic, the chair attends to detail in mortise-and-tenon joinery and softly turned edges. The oak frame angles
back the tight seat and back cushions for a comfortable sit, while the shaped armrests are contoured with a
rounded touch. Leather upholstery adds a touch of natural, offering a soft hand and modern matte finish.
Impressive on its own, we especially like our exclusive Ojai arm chairs doubled up a pair.</p>
<p>
By choosing FSC ®-certified furniture, you are supporting responsible management of the world's forests.
</p> <br><br>
</div>
<div id="feedbackImage">
<img src="./feedbackPNG.png" alt="">
</div>
<!-- Carousel Part of collection -->
<div class="outer">
<div class="marginLeft">
<h1>People also Viewed</h1>
</div>
<div class="parent">
<div id="leftarrow" onclick="moveLeft()">
<button><</button>
</div>
<div class="child" id="c1">
<img
src="https://cb.scene7.com/is/image/Crate/Crawford90inSofaSOSSS23/$web_pdp_carousel_med$/230112113327/crawford-90-sofa.jpg"
alt="">
<p>Crawford 90" Sofa by Jake Arnold</p>
<p>$2599.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="c2">
<img
src="https://cb.scene7.com/is/image/Crate/PetrieSofaCOSOSSS23_3D/$web_pdp_carousel_med$/230130095245/petrie-velvet-mid-century-sofa.jpg"
alt="">
<p>Petrie Velvet Mid-Century Ottoman</p>
<p>$999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="c3">
<img
src="https://cb.scene7.com/is/image/Crate/CrawfordSlpChairSOSSS23/$web_pdp_main_carousel_med$/230123121932/crawford-slipcover-chair.jpg"
alt="">
<p>Crawford 90" Slipcovered Sofa with Arnold</p>
<p>$1999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="c4">
<img
src="https://cb.scene7.com/is/image/Crate/GatherSwvlChrICSOSSF20_3D_1x1/$web_pdp_main_carousel_med$/200820160643/gather-swivel-chair.jpg"
alt="">
<p>Crawford Chair Slipcover Only by Jake Arnold</p>
<p>$499.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="c5">
<img
src="https://cb.scene7.com/is/image/Crate/PacificDChairBCSOSSF22_3D/$web_pdp_main_carousel_med$/220825135633/pacific-ch-dd.jpg"
alt="">
<p>Petrie Velvet Mid-Century Ottoman</p>
<p>$999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="c6">
<img
src="https://cb.scene7.com/is/image/Crate/PetrieSofaCOSOSSS23_3D/$web_pdp_carousel_med$/230130095245/petrie-velvet-mid-century-sofa.jpg"
alt="">
<p>Petrie Velvet Mid-Century Ottoman</p>
<p>$2999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="c7">
<img
src="https://cb.scene7.com/is/image/Crate/CavettLthrChrSumatraSSS20_1x1/$web_pdp_main_carousel_med$/210831153848/cavett-leather-wood-frame-chair.jpg"
alt="">
<p>Cavett Leather Wood Frame Accent Chair</p>
<p>$999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="c8">
<img
src="https://cb.scene7.com/is/image/Crate/LoungeChairHlfTSSOSSS23_3D/$web_pdp_main_carousel_med$/221107112746/lounge-chair-and-a-half.jpg"
alt="">
<p>Petrie Velvet Mid-Century Ottoman</p>
<p>$999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div id="rightarrow" onclick="moveRight()">
<button>></button>
</div>
</div>
</div>
<!-- People also VIEWED -->
<div class="outer">
<div class="marginLeft">
<h1>Recently Viewed</h1>
</div>
<div class="parent">
<div id="leftarrow" onclick="moveLeft1()">
<button><</button>
</div>
<div class="child" id="d1">
<img
src="https://cb.scene7.com/is/image/Crate/ValenAccentChairCvTaupeSOSSS23/$web_pdp_main_carousel_med$/221130112341/valen-swivel-accent-chair.jpg"
alt="">
<p>Petrie Velvet Mid-Century Ottoman</p>
<p>$2999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="d2">
<img
src="https://cb.scene7.com/is/image/Crate/WellsLthrChairCynSOSSF20_1x1/$web_pdp_main_carousel_med$/200720144738/wells-leather-tuxedo-chair.jpg"
alt="">
<p>Crawford Accent Chair by Jake Arnold</p>
<p>$1999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="d3">
<img
src="https://cb.scene7.com/is/image/Crate/DrewSwivelChairSmlBDSOSSS22_3D/$web_pdp_main_carousel_med$/211004154256/new-family.jpg"
alt="">
<p>Petrie Velvet Mid-Century Ottoman</p>
<p>$199.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="d4">
<img
src="https://cb.scene7.com/is/image/Crate/PetrieSofaCOSOSSS23_3D/$web_pdp_carousel_med$/230130095245/petrie-velvet-mid-century-sofa.jpg"
alt="">
<p>Petrie Velvet Mid-Century Ottoman</p>
<p>$1299.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="d5">
<img
src="https://cb.scene7.com/is/image/Crate/GatherSwvlChrICSOSSF20_3D_1x1/$web_pdp_main_carousel_med$/200820160643/gather-swivel-chair.jpg"
alt="">
<p>Gather Deep Swivel Chair</p>
<p>$999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="d6">
<img
src="https://cb.scene7.com/is/image/Crate/ValenAccentChairCvTaupeSOSSS23/$web_pdp_main_carousel_med$/221130112341/valen-swivel-accent-chair.jpg"
alt="">
<p>Crawford Accent Chair by Jake Arnold</p>
<p>$999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="d7">
<img
src="https://cb.scene7.com/is/image/Crate/PetrieSofaCOSOSSS23_3D/$web_pdp_carousel_med$/230130095245/petrie-velvet-mid-century-sofa.jpg"
alt="">
<p>Petrie Velvet Mid-Century Ottoman</p>
<p>$999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1">ADD TO CART</button>
</div>
<div class="child" id="d8">
<img
src="https://cb.scene7.com/is/image/Crate/PetrieSofaCOSOSSS23_3D/$web_pdp_carousel_med$/230130095245/petrie-velvet-mid-century-sofa.jpg"
alt="">
<p>Petrie Velvet Mid-Century Ottoman</p>
<p>$999.00</p>
<button id="indiCardBTN" class="hover-underline-animation1"> ADD TO CART</button>
</div>
<div id="rightarrow" onclick="moveRight1()">
<button>></button>
</div>
</div>
</div>
<div>
<video width="100%" style="padding: 20px; border: 2px solid whitesmoke;" loop autoplay>
<source src="./myproductVDO.mp4">
</video>
<!-- <source src=> -->
</div>
<div>
<h2 style="margin-left: 40px;">Related Categories</h2>
</div>
<div id="RelatedCategories">
<a class="hover-underline-animation" href="">Mid-century Modern Furniture: Shop Mid-Century Furniture</a>
<a class="hover-underline-animation" href="">FSC-Certified Wood Furniture: FSC Dining Tables, Sofas</a>
<a class="hover-underline-animation" href="">Best Cups for Coffee & Coffee Mugs for Hot Drinks</a>
</div>
<div id="RelatedCategories1">
<a class="hover-underline-animation" href="">Kids' Wall Art for Nurseries & Children's Rooms</a>
<a class="hover-underline-animation" href="">Outdoor Rugs, Indoor/Outdoor Floormats & Doormats</a>
<a class="hover-underline-animation" href="">Modern Bedroom Furniture Store: Contemporary Bed Furniture Sets</a>
</div>
<!-- footer is start here --> -->
<div id="footer">
<div class="upper">
<div class="inner">
<div>
<img src="./images/phone.png" alt="logo">
</div>
<div>
<h3>Contact Us</h3>
<p>Text: 312-779-1979</p>
<p>Mon - Fri: 8 am - 8 pm CT</p>
<p>Sat - Sun: 8 am - 7 pm CT</p>
</div>
</div>
<div class="inner">
<div>
<img src="./images/credit-card.png" alt="logo">
</div>
<div>
<h3>Crate and Barrel Credit Card</h3>
<p>Earn Reward Dollars every time you</p>
<p>shop* (excluding special financing</p>
<p>purchases), plus get access to</p>
<p>special offers and events.</p>
<p>Apply Now</p>
<p>Manage Your Account</p>
</div>
</div>
<div class="inner">
<div>
<img src="./images/boxes.png" alt="logo">
</div>
<div>
<h3>Order Tracking & Schedule Delivery</h3>
<p>Find out when your online purchase</p>
<p>will arrive or schedule a delivery.</p>
<p>Track Your Order</p>
<p>Schedule Delivery</p>
</div>
</div>
<div>
<h1 id="big">&</h1>
<p>___</p>
<h5>THE WEDDING REGISTRY</h5>
</div>
</div>
<hr id="hr1">
<div class="upper">
<div>
<h3>Our Company</h3>
<p>About Us</p>
<p>Careers</p>
<p>Responsible Design</p>
<p>Store Locations and Events</p>
</div>
<div>
<h3>Resources</h3>
<p>Customer Service</p>
<p>Account</p>
<p>Return Policy</p>
<p>Shipping Information</p>
<p>Email and Text Preferences</p>
<p>Gift Cards</p>
<p>Catalogs</p>
<p>Product Recalls</p>
<p>Accessibility Statement</p>
<p>CA Supply Chains Act</p>
<p>Do Not Sell or Share My Personal Information</p>
<p>Cookie Settings</p>
</div>
<div>
<h3>Shopping App</h3>
<p>Try our View in Your Room</p>
<p>feature, manage registries and</p>
<p>save payment info.</p>
<div id="apple">
<div><img src="./images/apple.png" alt="logo" class="icons"></div>
<div>
<p>Download on the</p>
<h3>App Store</h3>
</div>
</div>
</div>
<div>
<h3>Social Media</h3>
<img src="./images/facebook.png" alt="icon" class="icons">
<img src="./images/instagram.png" alt="icon" class="icons">
<img src="./images/tik-tok.png" alt="icon" class="icons">
<img src="./images/youtube.png" alt="icon" class="icons">
<p>Show us your look with:</p>
<p>#CrateStyle</p>
<p>#CrateKidsStyle</p>
</div>
</div>
<hr id="hr2">
<div class="upper">
<div>
<h1 id="company">GLITZ GLOBAL</h1>
</div>
<div id="infoof">
<p>©2023 Crate and Barrel. All rights reserved. Terms of Use Privacy Site Index Ad Choices Co-Browse</p>
<p>If you are using a screen reader and are having problems using this website, please call (800) 967-6696 for
assistance.</p>
</div>
</div>
</div>
<!-- Footer ends -->
<!--notification btn at the bottom -->
<div id="mybutton">
<button class="feedback"><b>10% OFF on full-price items*</b></button>
<p id="deletemybtn">X</p>
</div>
<!--to the top of page btn-->
<button onclick="topFunction()" id="myBtn" title="Go to top">
<img id="topbtnlogo" src="images/133698-vector-up-arrow-free-clipart-hq.png">
<b>Top</b></button>
<button id="feedback">
<p><b><a id="feedback-text" href="feedbackform.html" target="_blank">FEEDBACK</a></b></p>
</button>
</body>
<script src="./myCart.js"></script>
</html>